hero-post.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. /**
  3. * Title: Hero Post
  4. * Slug: vivre/hero-post
  5. * Categories: text
  6. */
  7. ?>
  8. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"5rem","bottom":"2rem"}}}} -->
  9. <div class="wp-block-group alignfull" style="margin-top:5rem;margin-bottom:2rem"><!-- wp:post-terms {"term":"category","textAlign":"center"} /-->
  10. <!-- wp:post-title {"textAlign":"center","level":1,"style":{"typography":{"lineHeight":"0.8"},"spacing":{"margin":{"top":"3rem"}}},"className":"hero-post-title"} /-->
  11. <!-- wp:group {"align":"wide","layout":{"wideSize":"900px"}} -->
  12. <div class="wp-block-group alignwide"><!-- wp:post-excerpt {"textAlign":"center","moreText":"<?php echo esc_html__( 'Read more', 'vivre' ); ?>","style":{"spacing":{"padding":{"top":"1rem"}},"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"300","letterSpacing":"-0.02em"}},"className":"hero-post-excerpt"} /--></div>
  13. <!-- /wp:group -->
  14. <!-- wp:separator {"style":{"spacing":{"margin":{"top":"4rem"}}},"className":"alignfull"} -->
  15. <hr class="wp-block-separator has-alpha-channel-opacity alignfull" style="margin-top:4rem"/>
  16. <!-- /wp:separator --></div>
  17. <!-- /wp:group -->