navigation menu for wordpress pages placed in the nav tag in the header.php file
<?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', ) ); ?>