recent-posts.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /**
  3. * Title: Recent Posts
  4. * Slug: kentwood/recent-posts
  5. * Categories: featured, posts
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"wide","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  10. <div class="wp-block-group alignwide">
  11. <!-- wp:heading {"align":"wide","fontSize":"xx-large"} -->
  12. <h2 class="wp-block-heading alignwide has-xx-large-font-size"><?php echo esc_html__( 'Recent Highlights', 'kentwood' ); ?></h2>
  13. <!-- /wp:heading -->
  14. <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  15. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:0">
  16. <!-- wp:paragraph -->
  17. <p><a href="#"><?php echo esc_html__( 'See More&rarr;', 'kentwood' ); ?></a></p>
  18. <!-- /wp:paragraph -->
  19. </div>
  20. <!-- /wp:group -->
  21. </div>
  22. <!-- /wp:group -->
  23. <!-- wp:query {"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"align":"wide"} -->
  24. <div class="wp-block-query alignwide">
  25. <!-- wp:post-template {"layout":{"type":"grid","columnCount":4}} -->
  26. <!-- wp:group {"layout":{"inherit":false}} -->
  27. <div class="wp-block-group">
  28. <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/2"} /-->
  29. <!-- wp:post-date {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"fontSize":"x-small"} /-->
  30. <!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}},"fontSize":"medium"} /-->
  31. <!-- wp:post-excerpt {"moreText":"Read More","showMoreOnNewLine":false,"excerptLength":20,"style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"fontSize":"small"} /-->
  32. </div>
  33. <!-- /wp:group -->
  34. <!-- /wp:post-template -->
  35. </div>
  36. <!-- /wp:query -->