block ads on individual posts?

Posted in: Newspaper
Post count: 10

is it possible to block ads appearing on individual posts?

Post count: 23312

Hi nomadhermit,

You can hide them if you are use a bit of Custom Css. First of all, please tell me what king of ads you want to hide? Below i gave you an example for an article bottom ad.

.postid-639 .td-a-rec-id-content_bottom {
display:none;
}

Using the .postid-639 in this exemple, you can target the post which you want to hide the ad. Here you can see how to change the post id: http://screencast.com/t/JRGJAfmFgp77

Another possibility would be to search other plugin to do this thing for you.

Hope this helps and let us know how it goes!

Thank you!

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