footer-full.php 335 B

1234567891011
  1. <?php
  2. /**
  3. * Full footer (nav columns + social). The markup lives in parts/footer-full.html
  4. * (a block template part), shared with the FSE flip; rendered here for the classic
  5. * theme via block_template_part(). This is the site-wide footer, used on all pages.
  6. */
  7. block_template_part( 'footer-full' );
  8. wp_footer();
  9. ?>
  10. </body>
  11. </html>