footer.php 329 B

1234567891011
  1. <?php
  2. /**
  3. * Minimal footer. The markup now lives in parts/footer.html (a block template part),
  4. * so it is shared with the FSE flip; it is rendered here for the classic theme via
  5. * block_template_part(). Pages wanting the full footer use get_footer('home').
  6. */
  7. block_template_part( 'footer' );
  8. wp_footer();
  9. ?>
  10. </body>
  11. </html>