I don't need the footer navigation, is anyway to turn off? I tried to do it via "customize" but automatically place all the pages that I have. what I need to delete ?
Hope you can help me.
Cruz
<div id="gk-footer-nav">
<?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu' ) ); ?>
</div>
<div id="gk-footer-nav">
<?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_class' => 'footer-menu', 'fallback_cb' => false ) ); ?>
</div>