Hi generalmacbeth
How did you get this to work?
When i drag the widget into the sidebar it makes you select the menu there and then, but then when i try to configure which menu appears on each page it doesn’t work. It just shows the same menu configured in the sidebar on the widgets section.
Please help!!!
Thanks in advance 🙂
I think you misunderstand how this plugin works. It’s not a widget at all, nor does it use widgets. It gives you the ability to pair a menu location that has been registered (see http://codex.wordpress.org/Function_Reference/register_nav_menus) in your theme, with a menu that has been created under “appearance/menus” on a page by page basis.
Say you have 2 pages, both using the same template that has a registered menu location of “my-menu”. Then, under appearance/menus you have 2 menus. This allows you to, say, display menu1 on page1, and menu2 on page2, even though they both have the same template.
I looked into register_nav_menus and finally got it working, thanks very much, you have saved my project! 😀
Martisim