barebones/footer.php

9 lines
289 B
PHP
Executable File

<footer class="footer" role="contentinfo">
<div class="container">
<?php wp_nav_menu( array( 'theme_location' => 'footer' ) ); ?>
&copy; <?php bloginfo( 'name' ); ?> <?php echo date( 'Y' ); ?>
</div>
</footer>
<?php wp_footer(); ?>
</body>
</html>