<?php
         wp_nav_menu( 
             array( 
                   'theme_location' => 'primary-menu',
              ) 
         ); 
?>

To add menu to the page.php in WordPress template add th