Ads on category between posts

Posted in: Newspaper
Post count: 1

Hello,

I have followed your instruction in this post https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/ for set up ads on category between posts every 4 posts. But I have selected the Infinite Loading + Load more pagination style and after the posts loads with ajax no ads load. Take a look here https://www.bmobiled.com/category/samsung/

Thanks in advance

  • This topic was modified 8 years by bmobiled.
Post count: 11

following…

Post count: 22421

Hello,

The code does not place the ad automatically after each module. You have to type it in manually as many times as you need. It is a manual process, not an automatic process. You only added 3 conditions as my example shows, placing the ad after 2 , 4 or 6 posts. You need to get a bit more creative if you need the ad to come up after a set number of posts every time.
As an example to make it show up after each 2 posts, you simply need a condition which checks the adcounter if it divides by 2 or not. so a solution would be


if($adcounter%2==0){
echo do_shortcode ...etc.

Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.