Home page isn't appearing on top navigation
-
On my site I am using the following line of code for my top navigation:
<?php wp_nav_menu( array( 'theme_location' => 'topnav' ) ); ?>
The problem I’m having is that the ‘Home’ link isn’t appearing on the menu.
Any idea why this would be?
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Home page isn't appearing on top navigation’ is closed to new replies.