Display sub menu items of a parent menu – wp_nav_menu
-
Hi,
I want to display sub menu items of a specific menu item.
I got a solution here: https://www.ordinarycoder.com/wordpress-wp_nav_menu-show-a-submenu-only/. It works charm, but actually I need to add some elements with the generated sub menu items. I am unable to add elements such as div, span etc. to them as they are generated with their own markup.
Please help me to generate them as an array.
-Menu_id_100
–sub menu1
–sub menu2
–sub menu3
-Menu_id_150
–sub menu1
–sub menu2I want to get all the sub items of Menu_id_150 as an array. (which are sub menu1, sub menu2).
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display sub menu items of a parent menu – wp_nav_menu’ is closed to new replies.