[Resolved] Disabling Elementor sections on pages except the home page

Home Forums Support [Resolved] Disabling Elementor sections on pages except the home page

Home Forums Support Disabling Elementor sections on pages except the home page

  • This topic has 3 replies, 2 voices, and was last updated 6 years ago by Leo.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #536121
    Kevin

    Hi,

    I’ve just added Elementor sections through GP Hooks. Except for the footer, which should remain consistent for all pages, I’d like to just display the content sections only on the home page.

    How do I disable the sections?

    Thanks

    #536325
    Leo
    Staff
    Customer Support

    Hi there,

    I believe this is what you are looking for: https://docs.generatepress.com/article/using-hooks-conditional-tags/

    #536387
    Kevin

    Thanks.

    This condition did the trick!

    <?php if ( is_front_page() ) : ?>
        [ ]
    <?php endif; ?>

    Happy Easter! ๐Ÿ˜‰

    #536635
    Leo
    Staff
    Customer Support

    No problem!

    You as well ๐Ÿ™‚

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