<?php //This piece of code we will add in a place //where we want our menu to be show wp_nav_menu( array( 'theme_location' => 'primary-menu', ) ); ?>
<?php //This piece of code we will add in a place //where we want our menu to be show wp_nav_menu( array( 'theme_location' => 'primary-menu', ) ); ?>