web-wordpress-kit/kit/template-parts/footer-nav.php

10 lines
211 B
PHP

<section class="footer-bottom">
<?php
wp_nav_menu( array(
'theme_location' => 'Footer Menu',
'menu_class' => 'content-wrap',
'depth' => 1
) );
?>
</section>