In the default word press install this code:
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
which displays the main pages menu.
How do I rename the home link?
When I log into the admin area this page the homepage is not displayed in the pages only “Sample Page”
By using URL ‘
wp-admin/nav-menus.php
‘ or moving to Admin -> Appearance -> Menu