Simple Navigation Walker – Wrapper-class around first sub-menu
To be honest, I don’t really know why my solution works, but it does 😂 I based my snippet on this solution and tweaked the output to my needs: Custom nav walker with different output depending on depth class sublevel_wrapper extends Walker_Nav_Menu { // add classes to ul sub-menus function start_lvl( &$output, $depth = 0, … Read more