I want to put a banner in between posts 2 and 3 on my blog, but so that it doesn't repeatedly appear in between all the posts. Can anybody help me on how I do this?
I want to put a banner in between posts 2 and 3 on my blog, but so that it doesn't repeatedly appear in between all the posts. Can anybody help me on how I do this?
try to use a conditional statement, for instance using $wp_query->current_post (which starts with 0 zero for the first post in a loop)
You must log in to post.