Deactivate Adsense on specific posts?

Posted in: Newspaper
Post count: 31

Hi. Couldent figure this one out. But is it possible to deactivate adsense blocks (inline) on just a few specific posts?

Post count: 6600

Hi,

You can use a plugin like Advanced Custom Fields. You can make it in a similar way like shown here: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Or you can use css to hide the ad box on the pages you want using a custom css http://screencast.com/t/YWDlx6Ih79 similar to this:

.postid-4228 .td-a-rec-id-content_top {
display: none;
}

Hope this helps!
Thanks

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