Category/Subcategory specific Photo below featured items
I am trying to place specific photos below featured items in all of my categories and sub categories. I have identified how to place one photo below featured items for all categories, but am struggling with my If statement to make the photos category specific.
For example: {if $category eq "children"}
[img]{$ImagesDir}/child.gif[/img]
{elseif $category eq "adult"}
[img]{$ImagesDir}/adult.gif[/img]
The problem is that I don't know what $category and "children" actually are!! Is $category actually $cat and "children" actually "1"? I hope this makes sense.
Thanks
|