• Resolved Probocop

    (@probocop)


    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)
  • vtxyzzy

    (@vtxyzzy)

    Some themes have an option to show ‘Home’ in the menu.

    Did you create a custom menu using the WP 3.0 menu system? If so, you can add a Custom Link labeled ‘Home’.

    Thread Starter Probocop

    (@probocop)

    There is an option to show the Home link in the options for the theme I’m using (wp-prosper by Solostream), though It doesn’t make any difference no matter if yes or no is selected.

    vtxyzzy

    (@vtxyzzy)

    Have you created a Custom Menu? That might override the theme selection?

    Thread Starter Probocop

    (@probocop)

    I fixed the issue by creating a custom menu. For some reason the ‘Show Home’ option didn’t make difference, so in my custom menu I just manually added a link to Home.

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Home page isn't appearing on top navigation’ is closed to new replies.