add footer menu area

This commit is contained in:
Jonas Heinrich 2020-04-03 16:42:56 +02:00
parent 9c188c34c1
commit 2122aa387a
5 changed files with 32 additions and 37 deletions

View 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>