//functions.php register_nav_menus(array( 'top_mnu' => 'Top Menu', )); //Template wp_nav_menu(array( 'theme_location' => 'top_mnu' ));