XF 2.0 Show Ads Below First Post and Second Post of Every Thread

shyam123

Member
I choose the category "Post: Below Message Content" to add advertisement. But is it showing ad to every post.
I only want to show the ad below first message, and another ad below second message.
I find a code to use
Code:
<xen:if is="{$post.position} == 0">
AD CODE 1
</xen:if>
<xen:if is="{$post.position} == 1">
AD CODE 2
</xen:if>
But it is not working with XF 2.0
 
Back
Top Bottom