Insert ads between posts in latest articles

Posted in: Newspaper
Post count: 14

How can I insert ads between posts in latest articles?

I have already done so in categories and archives with these instructions: https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/

and would like replicate that between latest articles on the homepage.

Thank you.

Post count: 6600

Hi,

Please add this function is_home() like this in loop.php file: http://screencast.com/t/YFkhYo7wvH3 This will add the custom ad 1 between latest articles post on homepage also.

Thanks

Post count: 14

Hi,

I’d like to add to this question and see if there’s a way to change the code to display a different ad for $adcounter == 2 and $adcounter == 4 instead of using the same ad code. I’d like to display adsense on one and a different ad company on the other

Post count: 6600

Hi,

You can create another condition which in case $adcounter == 4 renders another ad code, like this: http://screencast.com/t/B8otqml0YEZ
result: http://screencast.com/t/9dBOF9aqLxM
Here is the code I’ve used: http://pastebin.com/ip5PkTZF

Thanks

Post count: 14

I got this to work for newsmag as well. Thank you so much!

Post count: 99

Hi,

Does this also work on Block with infinite load as I like to repeat the same ad for every 5 posts.
And how the code work.

Thank you for your support.

Post count: 22421

Hi,
Please follow this topic to see how to adapt the code to modules as well: https://forum.tagdiv.com/topic/how-to-insert-ads-between-posts-on-the-main-categories-and-in-the-archives/
Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.