• I made my blog have a static front page – however, I would like to change the page title but have it still be called “Home” in the navigation bar. Here is the site:

    https://www.eaglerockhomesforsale.com/

    So I named the static home page “Home”. I would like to change it to “Welcome” but still have it say “Home” in the nav bar. What is the best way to do this? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The theme you use is what controls what is set in both the nav bar, and at the top of the page. You would have to modify the theme so the top of the page didn’t display the name of the page, and then use the editor to make your own heading on the home page that says “Welcome”

    [signature moderated Please read the Forum Rules]

    Hi,

    You have to change the tab in header.php of your theme:

    div id=”navbar”>
    <ul class=”menu”>
    <li class=”current_page_item”>

    Change “Home” to “Welcome”.

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Title’ is closed to new replies.