Forums

Enable wp_page_menu Home link, but NOT display the Home link first. (2 posts)

  1. beans_etc
    Member
    Posted 1 year ago #

    I'm working on a site for a client and am using the wp_page_menu tag to display the main navigation menu for the site. I have it set to display the home link (though I have renamed the link as "News+Blog"), but I DO NOT want the home link to be first in the menu. According to the design, it needs to be second last.

    Is there any way to still keep the home link, but make it so doesn't display first?

    My current code is:
    <?php wp_page_menu( array( 'show_home' => 'News+Blog', 'sort_column' => 'menu_order', 'menu_class' => 'nav_links', 'depth' => '1' ) ); ?>

  2. beans_etc
    Member
    Posted 1 year ago #

    BTW, just a heads up that I don't really know how to write PHP myself. Any WordPress customizations I do are mostly gleaned from examples shown in the codex.

    Thanks in advance to anyone who can offer a solution.

Topic Closed

This topic has been closed to new replies.

About this Topic