footer.php 525 B

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * Contains the closing of the #content div and all content after.
  6. *
  7. * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
  8. *
  9. * @package AltoFocus
  10. */
  11. ?>
  12. </div>
  13. <footer id="colophon" class="site-footer" role="contentinfo">
  14. <div class="site-footer-wrap">
  15. <?php altofocus_social_menu(); ?>
  16. <?php get_template_part( 'components/footer/site', 'info' ); ?>
  17. </div>
  18. </footer>
  19. </div>
  20. <?php wp_footer(); ?>
  21. </body>
  22. </html>