footer.php 447 B

12345678910111213141516171819202122232425
  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 WordPress
  10. * @subpackage Varia
  11. * @since 1.0.0
  12. */
  13. ?>
  14. </div><!-- #content -->
  15. <?php get_template_part( 'template-parts/footer/footer', 'content' ); ?>
  16. </div><!-- #page -->
  17. <?php wp_footer(); ?>
  18. </body>
  19. </html>