OK guys, how do I do this ? I am added adsense after every 1st post on each page (like DP here) but how do I add it after the last post (eg: if there are 3 or 4 or 5 posts on a page to display just at the end) My code for the initial stuff is as follows, any ideas what to add to have after last post ? <if condition="$post[postcount] == 1 OR $post[postcount] == 11 OR $post[postcount] == 21"> ** Adsense code ** </if> Code (markup):
Go into SHOWTHREAD and look for this line: <!-- / controls below postbits --> Post the adsense code here
That's where I've added the adsense 728x15 adlinks code on my photography forum, and it's got the highest CTR of any placement of adsense on the site...
a prob with this is that if you have a ad after 1st post and have no replies to the thread you will have two ads at the same place. wouldn't it be better to have say ads after 1st post and then at the bottom of same page by using conditional as <if condition="$post[postcount] %10 == 1 OR $post[postcount] % 10== 9"> anyway i am trying this on my forums to see how it goes. I hear the best ctr is with 1st post ad. What you think .. how good is the idea of adding 2 ads on same page like this?