Site logo

[Resolved] Two Different Headers Content

Home Forums Support [Resolved] Two Different Headers Content

Home Forums Support Two Different Headers Content

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #173714
    Nat

    Hey Tom,

    I added HTML codes on Before Header Content to show this on Home page…

    https://i.imgsafe.org/b28b813.jpg

    But…

    For all other pages and POSTS, I don’t want to show that. I just want to remove that header and have a simple image there. Is that possible?

    Thanks,
    Nat

    #173765
    Tom
    Lead Developer
    Lead Developer

    Hi Nat,

    You can use conditionals for that:

    <?php if ( is_front_page() ) : ?>
        Your video code in here
    <?php else : ?>
        Whatever you want for all other pages in here
    <?php endif; ?>

    Then choose “Execute PHP” and you should be good to go 🙂

    #173803
    Nat

    Thank you Tom. That worked! I really appreciate your time!

    #173872
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.