Archived topic
Disabling Elementor sections on pages except the home page
3 replies · Started by Kevin on March 30, 2018
Viewing posts 1–4 of 4
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
Hi there,
I believe this is what you are looking for: https://docs.generatepress.com/article/using-hooks-conditional-tags/
Thanks.
This condition did the trick!
<?php if ( is_front_page() ) : ?>
[ ]
<?php endif; ?>
Happy Easter! ;)
No problem!
You as well :)
This archived topic is closed to new replies.