• Hi,

    I’m trying to figure out how to remove my header content (everything below my navigation, and above my page content) on every page except for my home page. I am using thesis, and my URL is http://www.eztuners.com

    Thank you!

Viewing 1 replies (of 1 total)
  • I don’t know much about thesis, but normally you could do something like editing your header.php file…

    you could try something like this:

    if ( is_home() ) {
        #here goes your header  eg. content you'd like to be displayed only
        on homepage...
    }
Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove header content from each page?’ is closed to new replies.