Can I disable ads for some posts?

Posted in: Newspaper
Post count: 1

For some posts, I don’t want to display ads. Is there any option or shortcuts to achieve that? Thanks.

Post count: 6535

Hi

By default our theme don’t have such an option but you can achieve that by adding this code in td_block_ad_box.php file: http://screencast.com/t/AraavLPDxM

if (is_single(post_id)){
return;
}

To get post’s id please check this screen: http://screencast.com/t/RefVlG7blW
Hope this helps!
Thanks!

Post count: 56

In mobile, how do i achieve this?

Thanks

Post count: 6535

Hi

If your using mobile theme the condition must be added in td_block_ad_box_mob.php file here: http://screencast.com/t/FM9eI6sYlJmD

Thanks!

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