wordpress - Display Ad every after 3 Posts -


i'm trying display advertisement every after 3 posts in wordpress blog. guys check that's wrong in code?

see code here

see make $after_every = 0 , add $after_every++ bottom of while loop

then add 1 condition

if($after_every%3==0){ show add} 

i think works.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -