The MU forums have moved to WordPress.org

Static Homepage Confusion ?? (4 posts)

  1. smestas
    Member
    Posted 15 years ago #

    I'm trying to crate a static homepage so I created a page titled "homepage" then went into the settings>reading>front page displays options and set it to the newly created static "hompage" page.

    My problem is now I have two homepage links in my navbar.

    See sample here: http://gracebaptist.org/wpmu/

    How do I fix this. Any guidance or direction would be greatly appreciated.

  2. dsader
    Member
    Posted 15 years ago #

    Theme = Freshy?

    Look at header.php in "freshy" folder.

    You want to remove your "homepage" page from the list of pages since "Home" goes there anyway? If so then add the exclude page parameters to the wp_list_pages template tags in the "freshy" functions.php .

  3. boonika
    Member
    Posted 15 years ago #

    I had a similar problem 6 months ago. You can also remove 'Home' (actually the entire line in which 'Home' appears) from the ul .menu and don't have to think about it any more. Theme designers add that to themes which have pages listed in horizontal nav bar. It looks something like:

    <li id="nav-home"><a href="<?php bloginfo('url'); ?>" title="Page Home">Home</a></li>

    Hope it helps.

  4. smestas
    Member
    Posted 15 years ago #

    Thank you both for your replies. I'm off to fix the issue now.

About this Topic