ADs on Tag Pages

Posted in: Newspaper
Post count: 226

Hi there,
How Can I place Ads in the TAG pages?

Thanks in advance!

Post count: 226

help?

Post count: 9544

Well, can you be more specific ? Are not your normal header and sidebar ads showing on your tag pages, just like on your category pages?

If you setup a custom sidebar for your tag pages, you need to actually put ad units in the appearance > sidebar you’re using for the tag pages, if not the default one.

My tag pages show my ads the same way they do on a post or category page, since they have the same header and sidebar.

Post count: 7909

Hi,

Unfortunately the theme doesn’t have an option for this, but you will need to make some custom changes in the loop.php file something like this: http://screencast.com/t/K85ZuA97nLib

$adcounter++;
if (is_tag()) {
if ($adcounter == 1 or $adcounter == 2) {
echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]');
}
}

Result: http://screencast.com/t/FACtVvz2jy4h

If this is not what you mean please provide more details.

Thanks!

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