Ads on posts

Posted in: Newsmag
Post count: 20

I’m using the ads in the theme panel to add ads to all of my site, posts etc. is it possible to take out ads for a single post? For example i have a post where i don’t want to show any ads on. Is there an easy way to exclude all ads for the individual page?

Post count: 6535

Hi

Try to add this condition in td_block_as_box.php file: http://screencast.com/t/Nm3coZX7GS

if (is_single(post_id)){
return;
}

Replace post_id with the numerical id of the post where you want to exclude ads. To get the id follow this link: http://screencast.com/t/3drmDGl2

Thanks!

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