How to add new menu location on home page?
-
Hi there!
I want to add a new menu location (for an existing social menu) on the home page of my site – just under the tagline. Please refer to Imgur post for exact location.
In other words, I want to reuse the social menu, currently shown in the footer alone, in another location on the home page.
I looked up WordPress Codex Navigation Menu resource and I guess that I need to define the menu location with a piece of code
<?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?>
.If this is correct, I just do not know where to insert this code.
Could someone here please advice whether this is the correct method and how to achieve this requirement?
Thank you,
Kind regards,The page I need help with: [log in to see the link]
- The topic ‘How to add new menu location on home page?’ is closed to new replies.