Navigation Menu using WP3 Menus not working
-
Working on a site and trying to switch the theme to use the new menu system.
Added
add_theme_support('menus');
to functions.php and then also registered a sidebar to use viaregister_nav_menus()
. However, whenever I go to /nav-menus.php in the admin backend, no menus are showing up.I go to add one (type in new name and then hit “Create Menu”), and then nothing shows up. Example: https://i.imgur.com/bVM3D.png
You can see that it says that it was created successfully, however no new tab for it shows up, and it’s name appears no where. I can delete it, but I can’t add links to it. I checked in the database and it adds the taxonomy, but that’s all it seems to do. Nothing shows up like it should.
Any help is appreciated. Can provide DB logs of the taxonomy or anything if required.
Thanks,
Andrew
- The topic ‘Navigation Menu using WP3 Menus not working’ is closed to new replies.