Iv got two menus:
menu1 with three menuitems.
menu2 which is based on which menuitem I selected in menu1
Like this:
menu1 menu2 menu3
Home Tax Company Aboutus
menu1 menu2 menu3
Home Posts News et
menu1 menu2 menu3
Home Test1 Test2 et
How can I make this?
Thanks
You could create just one menu in wordpress backoffice, and menu 2 would be a submenu of each item, like this:
Then you could use some jquery and css to show each submenu according to what you choose.