How to add parent element’s title to nav menu’s child?
I believe wp_nav_menu() handles the top-level list wrapping so start_lvl method would only handle submenu items ( from my understanding ). It also doesn’t give us access to the $item which we need to get the parent. Below I’ve setup a boolean variable to track whether we should be showing our title or not. It … Read more