Remove Front Page Header Banner?

Posted in: Newsmag
Post count: 49

I am using “homepage post” at the top and the banner covers part of the image.

Post count: 7909

Hi,

You can add a condition to the header ad in header template file that you use: http://screencast.com/t/TAsRoaNNaQ5
Here you can find out more about frontpage function: https://codex.wordpress.org/Function_Reference/is_front_page

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

Thanks!

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