recent-posts.php 1.0 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. /**
  3. * Title: Recent posts
  4. * Slug: vivre/recent-posts
  5. * Categories: query
  6. */
  7. ?>
  8. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"2rem","bottom":"3rem"}}}} -->
  9. <div class="wp-block-group alignwide" style="padding-top:2rem;padding-bottom:3rem">
  10. <!-- wp:heading {"level":6} -->
  11. <h6><?php echo esc_html__( 'Recent posts', 'vivre' ); ?></h6>
  12. <!-- /wp:heading -->
  13. <!-- wp:query {"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"perPage":3}} -->
  14. <div class="wp-block-query"><!-- wp:post-template -->
  15. <!-- wp:group {"style":{"border":{"bottom":{"width":"1px"}}}} -->
  16. <div class="wp-block-group"><!-- wp:post-title {"level":1,"isLink":true,"style":{"typography":{"lineHeight":1}}} /-->
  17. <!-- wp:separator {"className":"alignfull"} -->
  18. <hr class="wp-block-separator has-alpha-channel-opacity alignfull"/>
  19. <!-- /wp:separator --></div>
  20. <!-- /wp:group -->
  21. <!-- /wp:post-template --></div>
  22. <!-- /wp:query --></div>
  23. <!-- /wp:group -->