I only want HEADER AD in the articles

Posted in: Newspaper
Post count: 34

“I do not want the ad to appear in HOME and in all the pages of the categories” I only want HEADER AD in the articles. For the moment the header ad is disabled. Some code CSS to solve the problem.

Post count: 34

NOTE: The ad that I will use for the header is 320 * 100 only for mobile devices. My web leveltoday.com

  • This reply was modified 9 years by diablo7.
Post count: 22421

Hi,

Unfortunately css cannot do that. Please disable the ad on desktop and tablets if you only want it on mobile:
http://screencast.com/t/RmZmf2Zv and then to remove the header ad on other pages except posts, you will have to edit the file that corresponds for the header style that you use:
http://screencast.com/t/KYuL2w3chttp://screencast.com/t/KVu0tx2UON

<?php if (is_single()){
locate_template('parts/header/ads.php', true);
}?>

Thank you!

Post count: 8

Thank you! This works. Exactly what I was looking for!

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