• Hi.
    I have set up a wordpress site and used the “Options -> Reading” settings to define a static home page. This work fine but the menu at the top of the page displays home twice.

    Please see: http://hdalvey.com/blog/

    Any help would be appreciated

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well, first of all, dalvey, your blog isn’t showing up for me. All I’m getting is a white page.

    Now, as to your navbar issue, I’m guessing you probably created a WordPress page that you called ‘Home’. The theme you’re using likely also includes a ‘Home’ link in the navbar by default. What you need to do to remove the extra ‘Home’ link is to add exclude('3') to your wp_list_pages function in your header.php file, and change the ‘3’ in my example to whatever the page ID is for your Home page (you can find the ID in Manage -> Pages).

    Thread Starter dalvey

    (@dalvey)

    cheers.
    Another person working on the project made a change and brought the whole thing down for a while.

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