add files
This commit is contained in:
19
template-parts/nav/footer-nav.php
Normal file
19
template-parts/nav/footer-nav.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<!--[nav/footer-nav]-->
|
||||
|
||||
<?php
|
||||
|
||||
wp_nav_menu(
|
||||
[
|
||||
'theme_location' => 'footer_menu',
|
||||
'container' => false,
|
||||
'menu_class' => 'nav-footer',
|
||||
'echo' => true,
|
||||
'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s</ul>',
|
||||
'depth' => 0,
|
||||
'walker' => new Profile_Menu_Walker(),
|
||||
]
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
<!--[/nav/footer-nav]-->
|
||||
Reference in New Issue
Block a user