• 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?

Viewing 1 replies (of 1 total)
  • 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)

Viewing 1 replies (of 1 total)
  • The topic ‘How to make a banner appear only once in between posts?’ is closed to new replies.