Remove All Advertisements From All Pages Except for Articles

Posted in: Newspaper
Post count: 3

I do not want the advertisements to appear on my index page and all category pages. In fact i would only like the advertisements to appear on my article pages – the rest of the site i would like no advertisements. How can this be done?

Post count: 260

You can use a combination. Quick adsense + shortcodes panel in newspaper

Post count: 3

i am new to wordpress, can you please be more detailed?

Post count: 7909

Hi,

The theme doesn’t have an option to block ads for specific pages, but you can try to add a condition in td_block_ad_box.php to display ads only on your articles – http://screencast.com/t/UyGzuQwPZdn5
Please check this as reference – https://codex.wordpress.org/Function_Reference/is_single

if(is_single())

Hope this helps!

Post count: 3

thank you for the detailed response! my issue is now resolved.

Post count: 15

Hello, can I copy the code as it is done?
What exactly does that code do?

Post count: 20688

Hi,


@Gonzalo
That is an old solution, the theme code has changed over the years. What exactly do you want to do with the ads? Maybe there are other solutions.

Thanks

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