• Resolved briealeida

    (@briealeida)


    Hi! I’m using the ‘My Page Order’ plug in. I’ve created a page called ‘Home’ and use it as the static home page. However, ‘Home’ now shows up twice in my navigation bar.

    (The exclude in wp_list_pages doesn’t seem to help.)

    Any thoughts on removing one instance of the ‘Home’?


    Brie

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Many times developers ‘hardcode’ a Home link in their header.php. Or it is possible they used the show_home=1 argument with the template tag, wp_page_menu(). So you may have to edit that template to determine what method was used.

    Thread Starter briealeida

    (@briealeida)

    MichaelH,

    Thanks. That wasn’t quite it but got me thinking the right way about the issue. I found and commented out the following line:

    <li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
    (If it’s helpful to others who read this later, I’m using the Aurelia theme and this was in header.php.)


    Brie

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