• I am using Atahualpa theme and have created one page called home. In the drop down menu going across the top, there are 2 duplicate home tabs. I don’t need or want 2 home pages, and since I only have one in the list of pages, I can’t even make one for blog posts.. What should I do to eliminate duplication?
    Thanks.
    Ajnira

Viewing 5 replies - 1 through 5 (of 5 total)
  • See if the solutions in this thread will help, particularly this reply:

    @53peterp, for the Atahualpa theme, if you go to Admin->Appearance->Atahualpa Theme Options, then select Page Menu Bar in the Header Area,
    you can blank out ‘Home link in Page Menu Bar’. This will leave your static page as the only Home item.

    I’m using the Elements of SEO theme and I can’t figure out from the thread above how to do the same thing on my static page.

    Here is the code for the header menu. How do I eliminate the double listing of Home page?

    <div id=”nav”>

    </div>

    A link to Home is probably hardcoded. Look for a link to Home right above wp_list_pages. When you post code, use backticks around the code to escape the code so it displays correctly.

    Thank you for your help…
    As you can tell I’m new to this…

    Do you think this could be the line?
    <li><a href=<?php echo get_settings('Home'); ?>

    It’s just above this line:
    <?php wp_list_pages('title_li=&depth=1'); ?>

    They are the only two references I can find.

    Yea, delete the

    <li><a href=<?php echo get_settings('Home'); ?>

    line, and also delete the </li> right after it (if there is one) before the wp_list_pages code.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Home page duplicated in drop down menu’ is closed to new replies.