Is it possible to display the Navigation Menu without using Walker_Nav Class
I’m not quite sure what you mean. The wp_nav_menu() will automatically use the Walker_Nav_Menu Class by default. It’s not necessary to use a custom walker for a drop down menu ( or submenu ). The wp_nav_menu() accepts a few arguments and one of those is depth. If the depth argument is set to 1 then … Read more