newsletter-in-post.php 1.2 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: In-post newsletter signup
  4. * Slug: lettre/newsletter-in-post
  5. * Categories: featured, newsletter
  6. */
  7. ?>
  8. <!-- wp:separator {"color":"tertiary","className":"is-style-wide"} -->
  9. <hr class="wp-block-separator has-text-color has-background has-tertiary-background-color has-tertiary-color is-style-wide"/>
  10. <!-- /wp:separator -->
  11. <!-- wp:spacer {"height":"5px"} -->
  12. <div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->
  14. <!-- wp:paragraph {"align":"center","fontSize":"small"} -->
  15. <p class="has-text-align-center has-small-font-size"><?php echo esc_html__( 'Subscribe for more posts like this', 'lettre' ); ?></p>
  16. <!-- /wp:paragraph -->
  17. <!-- wp:jetpack/subscriptions {"buttonBackgroundColor":"primary","textColor":"secondary","borderRadius":50,"borderColor":"primary","className":"is-style-compact"} /-->
  18. <!-- wp:spacer {"height":"5px"} -->
  19. <div style="height:5px" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:separator {"color":"tertiary","className":"is-style-wide"} -->
  22. <hr class="wp-block-separator has-text-color has-background has-tertiary-background-color has-tertiary-color is-style-wide"/>
  23. <!-- /wp:separator -->