Prince
02-28-2010, 10:58 PM
I am using this code in my postbit template:
<if condition="$post[postcount] == 10">
banner code here
</if>
I want an IF statement where the defining number displays the banner code after every 10th post not just post number 10, or whatever I change that number to.
Thanks! :)
<if condition="$post[postcount] == 10">
banner code here
</if>
I want an IF statement where the defining number displays the banner code after every 10th post not just post number 10, or whatever I change that number to.
Thanks! :)