corrections to navs
This commit is contained in:
parent
3b5057a1bb
commit
b1e6b6903e
4 changed files with 18 additions and 14 deletions
|
@ -1,6 +1,8 @@
|
|||
<footer class="footer" role="contentinfo">
|
||||
<div class="container">
|
||||
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav nav--footer']); ?>
|
||||
<nav class="nav nav--footer">
|
||||
<?php wp_nav_menu(['theme_location' => 'footer', 'menu_class' => 'nav__list']); ?>
|
||||
</nav>
|
||||
© <?php bloginfo('name'); ?> <?php echo date('Y'); ?>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue