Remove ads on homepage

Posted in: Newsmag
Post count: 10

Hi guys

Quick question. How can I restrict certain ads from displaying on the homepage? I have the fashion style going, with a big top image spanning the width, and it looks horrible with the banner ad showing. I’m sure there’s some simple trick I’m missing but can’t figure it out from the docs..

Thanks in advance!

Post count: 7909

Hi,

Please try to edit header style that you use and add this condition to the header ad: http://screencast.com/t/eABgrML2

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

Result: http://screencast.com/t/kB9mDqiIhttp://screencast.com/t/HKBoPUxgBI

Thanks!

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