Adding Ads to Category Page

Posted in: Newsmag
Post count: 104

So i’m trying to ad a leaderboard ad at the bottom of the category pages (as well as adding a leaderboard after every four rows of posts).

I saw this https://forum.tagdiv.com/topic/how-to-add-ads-in-category-pages/ … but the screenshot links aren’t working.

Can I get a simplified answer on how to do this?

Post count: 6535

HI

Try to add the code in loop.php file like here: http://screencast.com/t/sdVRDjceg
Thanks!

Post count: 104

so I’ve added this:

$adcounter++;
if (is_category() && ($adcounter == 3)) {
echo do_shortcode('[td_block_ad_box spot_id="content_top"}');
}

but i don’t see a change.

Post count: 6535

Hi

I’ve checked the code and works fine on my end: http://screencast.com/t/CgSW0amd1Da9 Please make sure that you added the code like here, clear the caches then test the site again.
Thanks!

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