<?php wp_nav_menu( array(
'menu' => 'menu-name', // Do not fall back to first non-empty menu.
'theme_location' => '__no_such_location',
'fallback_cb' => false // Do not fall back to wp_page_menu()
) ); ?>
'menu' => 'menu-name', // Do not fall back to first non-empty menu.
'theme_location' => '__no_such_location',
'fallback_cb' => false // Do not fall back to wp_page_menu()
) ); ?>
No comments:
Post a Comment