Remove Header From Front Page Only
-
Hello! I’m using the Lenora theme for my website (www.privatelifemovie.com) and I’m having trouble figuring out how to omit the header text from only the front page.
Reading other posts about doing this on different themes leads me to believe I need to put a conditional statement like this into the header code:
<?php if( !is_page( ’68’ ) ) : ?>
the stuff i want to omit
<?php endif; ?>
Only I can’t figure out what to put that code around in the Lenora theme.
I’m new to this so really spelling out any help for me would be great!
Thank you!
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
The topic ‘Remove Header From Front Page Only’ is closed to new replies.