Log in

View Full Version : Adding Description to the Category page (phpld)


topvip
2007-08-17, 01:44 AM
In the admin panel, when click on edit categories, there is a description field, I think whatever shows there should be shown on the category page as well.

just add:{if $category.ID gt 0}
{$category.DESCRIPTION}
{/if}

into your main.tpl somewhere near the top. (I changed my templates so much I can't remember EXACTLY where it should be on the original!)