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