• I am fairly new to wordpress and on my website it is showing Home twice on my menu? And when I click on one of the home’s it is one of my post? How do I delete this off my menu? I do not want it to show. Thanks for any help…Paul

    I am using Meadowland theme.

    https://www.treasureyourtime.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • First of all, you need to create a home page. Once that’s done, go to ‘settings >> reading’ and set your front page as the ‘home’ page you just created.

    Now go to ‘appearance >> menus’ and create a new menu, called ‘main nav’. Save the menu.
    Once it’s saved, chose your main navigation page as ‘main nav’.

    Underneath the menu ‘main nav’, there should be a check-box that says ‘Main navigation’. Make sure that is checked on ‘main nav’ and no other menus.

    Or you could delete all menus except ‘main nav’.

    All you do now, is check the pages on the left side of the screen, the ones you want in that menu, and click ‘add to menu’.

    Done.

    the theme uses wp_list_pages() plus a hardcoded ‘home’ link;

    remove this line from header.php of the theme:

    <li><a href="<?php echo get_settings('home'); ?>/"><?php _e('Home'); ?></a></li>

    if this does not work, please be the first one to post in the theme’s forum at https://www.ads-software.com/support/theme/meadowland

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘More than one home showing on my menu’ is closed to new replies.