Ad Blocks – Ways to Include/Exclude per catagory?

Posted in: Newspaper
Post count: 63

I am using non-adsense ads (i am using shortcode from ad-rotate plug in) in newspaper 8.0.0

i would like to exclude ad blocks on a per category basis. Specifically when we publish obituaries. We have a special category for this and it seems a bit tacky to include advertising.

Is there a way to exclude ads on particular categories? Alternatively, would you expect the shortcode settings to come through and be applied also? The ad-rotate settings are such that the adverts would not appear on selected categories. The shortcode carries through the ad settings, size settings etc, but not the category settings.

Post count: 20688

Hi,

I believe the ads should not be displayed on the categories that are not selected in the plugin settings
https://ajdg.solutions/manuals/adrotate-manuals/post-injection/
You could hide the ads with CSS as well for posts in that category, since they are not Adsense ads
https://www.screencast.com/t/BNbKKWgn1
https://www.screencast.com/t/aAxqUkcj

This is the code used, it should be entered in Theme panel->Custom CSS and the ads will not be displayed on posts from that particular category

.single .category-obituary .td-post-content .td-a-rec {
display: none;
}

Thanks

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