• i researched other issues but can’t seem to find the right fix for my problem. I want to set a static home page without having the home appear in the navigation.

    I made my “about us” page the static but the home still appears. How can I fix this? Thank you

    http://www.eliterhino.com/tnt

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you ever figure this out? I am also trying to have a static homepage that is called something other than ‘Home’… It’s so boring!

    Thanks.

    Find and remove just this from the header.php file

    <?php _e( ‘Home’, ‘titan’ ); ?>

    I am having the same problem and can’t find the above script in the header.php file. Any other suggestions anyone?
    Thanks

    Not on titan theme but same idea.I created page and called it Home,before hitting publish change “Visibility: Public” to “Visibility: Private” in this case it wont apear on your menu. Now go to settings mark static page and set it to be Home. I remember removing it totally from lightword theme but cant do it with plainscape yet. Website and content is under construction but you can check it out how it looks so far.There is one thing I dont like that it says Prive:Home

    I am using 3.0.1v of WP,I was able to remove only code from header.php file and made it all happen. Go to Appearance>Editor>Header.php on the right hand site.
    Start looking for a line that looks like this
    <div id=”hmenu”>
    ul>
    li>“><?php _e(‘HOME’) ?>
    I have never wrote a script or anything close to it. I just know that how to post anchor link 😉 I don’t know what happens if you remove whole text,but if you remove/change “HOME” your problem will be solved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove home button from titan theme navigation’ is closed to new replies.