Disable ads on specific posts

Posted in: Newspaper
Post count: 60

Hi there!
We need to disable article ads (top, inline, bottom, etc.) on specific posts (i.e. sponsored posts).
Any idea on how to accomplish this?
Thanks!

Post count: 6535

Hi

To achieve that you need to edit td_block_ad_box.php file and add this condition here: http://screencast.com/t/lcaBmNVaK

if (is_single(post_id)){
return;
}

To get post id follow this screen: http://screencast.com/t/KRIIJ4bl
Hope this helps!
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.