This code can be inserted anywhere in the template to display the menu. In this task, I change the standard directory menu to a custom menu.
wp_nav_menu( [ 'menu' => 'Website navigation' ] );
Replace Website navigation with your name for the menu you want to display.