Cannot view theme registered menus
-
I have set up a new install of WordPress both locally and on a web server. I registered 2 new menus yet they don’t display in Appearance → Menus. Here is the code I used:
function register_the_menus() { register_nav_menus( array( 'top-menu' => __('Top Menu'), 'main-menu' => __('Main Menu') ) ); } add_action('init', 'register_the_menus');
At first I thought it was my code but that is almost identical to codex. So what I did was I activated the Twenty Ten theme and it did not work either. Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cannot view theme registered menus’ is closed to new replies.