grid-of-posts.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. /**
  3. * Title: Grid of Posts
  4. * slug: pendant/grid-of-posts
  5. * categories: featured, query
  6. */
  7. ?>
  8. <!-- wp:query {"query":{"perPage":4,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"tagName":"main","displayLayout":{"type":"flex","columns":2},"layout":{"inherit":true}} -->
  9. <main class="wp-block-query"><!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"1em","bottom":"1.5em"}}}} -->
  10. <div class="wp-block-group alignwide" style="padding-top:1em;padding-bottom: 1.5em"><!-- wp:post-template -->
  11. <!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","bottom":"2em"}}}} -->
  12. <div class="wp-block-group" style="padding-top:2em;padding-bottom:2em"><!-- wp:post-featured-image {"isLink":true,"width":"100%","height":"16em"} /-->
  13. <!-- wp:post-title {"level":3,"isLink":true} /-->
  14. <!-- wp:post-excerpt /-->
  15. <!-- wp:read-more {"style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} /--></div>
  16. <!-- /wp:group -->
  17. <!-- /wp:post-template -->
  18. </div>
  19. <!-- /wp:group -->
  20. <!-- wp:separator {"align":"wide","backgroundColor":"foreground","className":"is-style-wide"} -->
  21. <hr class="wp-block-separator alignwide has-text-color has-foreground-color has-alpha-channel-opacity has-foreground-background-color has-background is-style-wide"/>
  22. <!-- /wp:separator -->
  23. <!-- wp:group {"align":"wide","style":{"spacing":{"margin":{"top":"0"},"padding":{"top":"2.5em","bottom":"2.5em"}}}} -->
  24. <div class="wp-block-group alignwide" style="margin-top:0;padding-top:2.5em;padding-bottom:2.5em"><!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
  25. <!-- wp:query-pagination-previous /-->
  26. <!-- wp:query-pagination-numbers /-->
  27. <!-- wp:query-pagination-next /-->
  28. <!-- /wp:query-pagination --></div>
  29. <!-- /wp:group -->
  30. </main>
  31. <!-- /wp:query -->