trman
Active member
I added adsense to the ad_above_top_breadcrumb template. I didn't want it to appear in my privacy policy page, which is node 12 so I enclosed the adsense code in this:
<xen:if is="{$forum.node_id} != 12">
adsense code here
</xen:if>
I have also tried:
<xen:if is="{$page.node_id} !=12">
adsense code here
</xen:if>
However the ads still appear in my privacy policy page.
What do I need to change? Please be specific as I am new to XenForo
<xen:if is="{$forum.node_id} != 12">
adsense code here
</xen:if>
I have also tried:
<xen:if is="{$page.node_id} !=12">
adsense code here
</xen:if>
However the ads still appear in my privacy policy page.
What do I need to change? Please be specific as I am new to XenForo