Hi,
I would like to display the same content for specified category and ALL its subcategories (unlimited deep).
But, as you already guessed, I don't have a clue how to do it
.
Actually I know, with 'Category Template', but this is too complicated, confusing and time consuming.
What I would like to do:
<%if category_id eq '2' OR ITS SUBCATEGORY ???%>
Show something
<%elsif category_id eq '10' OR ITS SUBCATEGORY ???%>
Show something different
<%elsif category_id eq '32' OR ITS SUBCATEGORY ???%>
Show something different too
etc...
<%endif%>
Any help is welcome!
Thanks in advance!
I would like to display the same content for specified category and ALL its subcategories (unlimited deep).
But, as you already guessed, I don't have a clue how to do it

Actually I know, with 'Category Template', but this is too complicated, confusing and time consuming.
What I would like to do:
<%if category_id eq '2' OR ITS SUBCATEGORY ???%>
Show something
<%elsif category_id eq '10' OR ITS SUBCATEGORY ???%>
Show something different
<%elsif category_id eq '32' OR ITS SUBCATEGORY ???%>
Show something different too
etc...
<%endif%>
Any help is welcome!
Thanks in advance!