Main Menu and Sub Menu Items for Footer
This is actually not that difficult if you already know how the walker class works. You would need two calls to wp_nav_menu. The first one you have should already work, because the function natively allows you to select only the top level. What it doesn’t allow you to is to select everything but the top … Read more