Remove header and footer on a specific page
-
Hey, I’m trying to remove the header and the footer on one of the pages – https://www.travelersuniverse.com/coloring-book
So I added
<?php if( !is_page('page id') ) :?>
in the header.php and footer.phpSo far so good, but I’m not sure if I placed it correctly or I’m missing some important source code from the page – I still want this page to show in Google, etc, like any other page. I just don’t want it to display the header and the footer
I’m using Page Builder but although the row is set to full width, it’s not full width.
If I remove the
<?php if( !is_page('page id') ) :?>
from the footer.php, the row goes full width. But it still displays a white space before and after the row and I don’t want this. I want the row to go all the way to the top of the page.So I guess something is not quite right.
Thanks!
- The topic ‘Remove header and footer on a specific page’ is closed to new replies.