fix footer menu
This commit is contained in:
parent
a945c96842
commit
d434db6ca6
2 changed files with 5 additions and 5 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<section class="footer-bottom">
|
||||
<div class="content-wrap">
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'theme_location' => 'Footer Menu',
|
||||
'menu_class' => 'content-wrap',
|
||||
'depth' => 1
|
||||
'theme_location' => 'secondary',
|
||||
'container' => 'false'
|
||||
) );
|
||||
|
||||
?>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue