I have some themes displaying on my page and when i click on each theme there are several sub-themes displayed.Now, when I click on sub-theme, the content of that sub-theme is displayed.
Now, i want to display a header or a heading in each of my content when it is displayed.
I can add up this heading in my content file because its a simple html file, but i dont want to do in this way.There are new articles which will be added periodically into the database and some are deleted.
Let me give an example:
Humour is my main theme which is on my navigation bar.When i click on humor, I get displayed two sub themes called cartoons and comedy.
Under cartoons and comedy, there are several articles:Now, when i click on each article, the content is displayed and on top of this, I need to display a simple heading like: Humor.Well, this gives an idea to the user that this articles belong to the main theme humor.
Any ideas how i can do this??
Thanks in advance