Home page not showing up in the menu…what am I doing wrong?
-
I’m sure this is a very basic question, but something is just eluding me here.
I have a blog with several pages: about, contact, etc. I want the front page to be the latest posts, but I want that front page to be labeled “Home” in the navigation. Creating a “Home” page obviously doesn’t do it.
I’m using a CSS technique that requires spans (to allow a “display: none” declaration), so the navigation code is as follows:
<?php wp_nav_menu( array( 'menu' => 'custom menu' , 'link_before' => '<span>' , 'link_after' => '</span>' )); ?>
And this functions just fine. But how do I get “Home” to show up in the menu?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Home page not showing up in the menu…what am I doing wrong?’ is closed to new replies.