Site icon Hip-Hop Website Design and Development

Show a portion/ department of the menu tree utilizing wp_nav_menu()

I’ve a menu outlined in WP Admin that appears like this:

I need to have the ability to show all of the youngster hyperlinks on the sidebar every time I’m at a father or mother web page. For instance, if the person is on my “About Us” web page, I need a record of the 4 hyperlinks highlighted in inexperienced to look on the sidebar.

I seemed on the documentation for wp_nav_menu() and it does not seem to have any built-in solution to specify a specific node of a given menu to make use of as the place to begin when producing the hyperlinks.

I created an answer for an identical scenario which relied on the relationships created by the web page father or mother, however I’m on the lookout for one which makes use of the menu system particularly. Any assist can be appreciated.