This commit is contained in:
Pedro Reis 2015-10-19 11:54:53 +01:00
parent 05c8670de0
commit 194fc42be3
4 changed files with 29 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<footer class="footer" role="contentinfo">
<div class="container">
<?php wp_nav_menu(['theme_location' => 'footer' ]); ?>
<?php wp_nav_menu(['theme_location' => 'footer']); ?>
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div>
</footer>