Hide header ad on specific pages

Posted in: Newspaper
Post count: 46

Hi,

Is it possible to hide header ad on specific pages ? For exemple i want to hide the header ad on category pages and tag pages and display it on home page and post pages.

Thank you

Post count: 6600

Hi,

You can hide it via css and use this css:

.category .td-g-rec-id-header, .category .td-a-rec-id-header, .tag .td-g-rec-id-header,.tag .td-a-rec-id-header {
display: none;
}

Or use Advanced Custom Fields and this method to achieve this: https://forum.tagdiv.com/topic/function-to-hide-ads-and-function-to-show-author/#post-8993
Hope this helps!

Thanks

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