File "menu-footer.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/footer/menu-footer.php
File size: 351 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Template part for display footer menu
*
* @package Goya
*/
?>
<nav id="footer-bar-menu" class="footer-navigation navigation">
<?php if (has_nav_menu('footer-menu')) { ?>
<?php wp_nav_menu( array(
'theme_location' => 'footer-menu',
'depth' => 1,
'container' => false,
'menu_class' => 'menu',
) ); ?>
<?php } ?>
</nav>