Hello all,
How can I "unfold" my parent to show all the children?
How can I achieve this with wp_nav_menu();?
- Parent1
- Child1 from parent1 only showed when I clicked parent1
- Child2 from parent1 only showed when I clicked parent1
- Parent2
- Child1 from parent2 only showed when I clicked parent2
- Child2 from parent2 only showed when I clicked parent2
etc.
Thanks..