Site logo

Archived topic

headers

1 reply · Started by phil on July 23, 2016

Viewing posts 1–2 of 2

im trying to have a header pic on 1st page but not the others
it works but the main menu bar ends up above header
other pages still need a header title
http://flexasign.com.au/

is there a better way to do this?

also, what sliders work, i tried a few but some dont work or dont fill the width

thanks

You would want to use GP Hooks for something like this.

For example, in the "Before Header Content" hook:

<?php if ( is_front_page() ) : ?>
    <img src="URL TO YOUR IMAGE" alt="" />
<?php else : ?>
    <p class="main-title" itemprop="headline">YOUR SITE TITLE</p>
<?php endif; ?>
This archived topic is closed to new replies.