'; wp_nav_menu( array( 'theme_location' => 'social', 'menu_class' => 'social-nav', 'container' => 'ul', 'echo' => true, 'link_before' => '', 'link_after' => '', 'depth' => 1, ) ); echo ''; } // Footer Menu if (has_nav_menu('footer')) { echo '
'; wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-nav', 'container' => 'ul', 'depth' => 1, 'link_before' => '', 'link_after' => '', 'fallback_cb' => false, ) ); echo '
'; } ?>
.