Crear ubicacion de menu
prueba
if ( ! function_exists( 'menu_arriba' ) ) { // Register Navigation Menus function menu_arriba() { $locations = array( 'top' => __( 'menutop', 'menu_location_top' ), ); register_nav_menus( $locations ); } add_action( 'init', 'menu_arriba' ); }