Header ADS

Posted in: Newspaper
Post count: 9

Hi,

It is possible to make the ADS header to not display in single page?

Post count: 7909

Hi,

Yes, you can try to add a condition to your header ad to not appear on post pages(I guess that you want this) – http://screencast.com/t/vlBfCZVl3x You can find more details here – https://codex.wordpress.org/Function_Reference/is_single

if (!is_single()) {}

Thanks!

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