Menu – custom structure
Problem is fixed. Here is the solution: functions.php register_nav_menu( ‘primary’, __( ‘Primary Menu’) ); class Menu_With_Description extends Walker_Nav_Menu { function start_el(&$output, $item, $depth, $args) { global $wp_query; $indent = ( $depth ) ? str_repeat( “\t”, $depth ) : ”; $class_names = $value=””; $classes = empty( $item->classes ) ? array() : (array) $item->classes; $class_names = join( … Read more