Extract newsletter into reusable template part and add Customizer support

This commit is contained in:
Adolfo Reyna
2026-03-13 11:32:41 -04:00
parent c05a2980bb
commit e1f4370341
4 changed files with 61 additions and 16 deletions

View File

@@ -111,5 +111,7 @@ get_header(); ?>
<?php endwhile; // End of the loop. ?>
</main><!-- #main -->
<?php get_template_part('template-parts/newsletter'); ?>
<?php
get_footer();