• I have the following simple navigation..
    <?php wp_nav_menu( array( 'theme_location' => 'global','container' => 'main-nav' ) ); ?>

    I need to add a title to it called ‘About Us’ with a specific class and still within the li of the menu nav, but not a link; can this be done?

    Thanks for any help ??

  • The topic ‘Add Title To wp_nav_menu?’ is closed to new replies.