Home › Forums › Support › Disabling Elementor sections on pages except the home page This topic has 3 replies, 2 voices, and was last updated 4 years, 12 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 30, 2018 at 6:55 am #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 GeneratePress 2.0.2GP Premium 1.6.2 March 30, 2018 at 9:15 am #536325 LeoStaff Customer Support Hi there, I believe this is what you are looking for: https://docs.generatepress.com/article/using-hooks-conditional-tags/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 30, 2018 at 10:07 am #536387 Kevin Thanks. This condition did the trick! <?php if ( is_front_page() ) : ?> [ ] <?php endif; ?> Happy Easter! ๐ March 30, 2018 at 3:06 pm #536635 LeoStaff Customer Support No problem! You as well ๐ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In