Home Forums Support headers

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #212409
    phil

    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

    #212429
    Tom
    Lead Developer
    Lead Developer

    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; ?>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.