footer.php 317 B

1234567891011
  1. <?php
  2. /**
  3. * Default footer. Now renders the full footer (parts/footer-full.html) so every page
  4. * gets it, whether it calls get_footer() or get_footer('full'). The old minimal footer
  5. * (parts/footer.html) is retained but no longer wired up.
  6. */
  7. block_template_part( 'footer-full' );
  8. wp_footer();
  9. ?>
  10. </body>
  11. </html>