Hi, I’m trying to display specific DIVs within a template dependent on what category url is presented in the browser.
I have tried the following, but it parses an error.
{if category="C4"}
{embed="includes/columnwide"}
{/if}
{if category="C5"}
{embed="includes/columnwidevocal"}
{/if}The url for the first example being http://www.mysite.co.uk/portfolio/category/C4 and the second url being http://www.mysite.co.uk/portfolio/category/C4
Any help would be appreciated.
Thanks