add footer menu area
This commit is contained in:
parent
9c188c34c1
commit
2122aa387a
5 changed files with 32 additions and 37 deletions
9
kit/template-parts/footer-nav.php
Normal file
9
kit/template-parts/footer-nav.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<section class="footer-bottom">
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'theme_location' => 'Footer Menu',
|
||||
'menu_class' => 'content-wrap',
|
||||
'depth' => 1
|
||||
) );
|
||||
?>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue