Along this same line I'm also having problems specifying ONLY a category page.
I want to change the titles for the category pages so I used:
Code:
<TITLE>
{if $cat eq "248"}
Baby Clothes - Baby Shoes
{/if}
</TITLE>
But, that makes the page title for ALL products in category 248 "Baby Clothes - Baby Shoes". I only want the category page to have that title and the product pages to keep their product names as the page title.
Any ideas how to fix this problem?
Thanks,
Jennifer