Hi,
I would like to add showcase node list in a certain node/forum in forum list.
In node_category_level_1 template...
40 is a category id but thats not working into/above or below category :/
Is there any function to do this? I don't want display showcase below or above node list. I only would like to add them into ceratain x node/category in forum list.
Thanks.
I would like to add showcase node list in a certain node/forum in forum list.
In node_category_level_1 template...
Code:
<xen:if is="{$category.node_id} == 40">
<xen:include template="nflj_showcase_node_list" />
</xen:if>
40 is a category id but thats not working into/above or below category :/
Is there any function to do this? I don't want display showcase below or above node list. I only would like to add them into ceratain x node/category in forum list.
Thanks.