Submenu disappearing when clicked in the submenu in wordpress Submenu disappearing when clicked in the submenu in wordpress wordpress wordpress

Submenu disappearing when clicked in the submenu in wordpress


What would you like your menu to look like?

  • Parent category a (current) so show all
    • Child category a (current) so show all
      • Sub Sub cat
  • Parent category b
  • Parent category c
  • Parent category d

If this be the end result then what we need is to

  1. Grab the category parameter from the URL
  2. Implement a recursive function to loop through all the categories.
  3. Importantly we also need to get the descendent's of that category to be able to tell ifthat menu should show if its child or children's children have beenselected.

More exact detail to follow if you wish.