I know how to hide a content block if the page alias is this or that, but how do I change the code to not show the content block on any page that is a child-page of a certain category?
This is the code I'm using now:
Code: Select all
{if $page_alias != about}
{content block="sidebar"}
{if}
Anyone knows of a way?