| 1234567891011 |
- <?php
- /**
- * Full footer (nav columns + social + cookie notice). The markup now lives in
- * parts/footer-home.html (a block template part), shared with the FSE flip; it is
- * rendered here for the classic theme via block_template_part().
- */
- block_template_part( 'footer-home' );
- wp_footer();
- ?>
- </body>
- </html>
|