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
Post a Comment