I have a list of categories displayed in a weblog entry
Categories: {categories} <a href="http://{path=site/categories}">{category_name}</a> • {/categories}IF I click on a category I am linked to the categories template that displays all the entries from that category.
What I am trying to do is at the top of this list display the category NAME as a heading.
How do I do this?
ie: http://www.domain.com/index.php/site/categories/C62/
I want the category name of C62 to be displayed above the weblog entries from that one particular category