posts-list.php 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php
  2. /**
  3. * Title: Post list
  4. * Slug: stewart/posts-list
  5. * Categories: query
  6. * Block Types: query
  7. */
  8. ?>
  9. <!-- wp:query {"queryId":3,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"displayLayout":{"type":"list","columns":2},"layout":{"inherit":false}} -->
  10. <div class="wp-block-query"><!-- wp:post-template -->
  11. <!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.2"}},"fontSize":"huge"} /-->
  12. <!-- wp:post-featured-image {"isLink":true} /-->
  13. <!-- wp:post-excerpt {"fontSize":"normal"} /-->
  14. <!-- wp:post-date {"isLink":true,"fontSize":"extra-small"} /-->
  15. <!-- wp:spacer {"height":"60px"} -->
  16. <div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->
  18. <!-- /wp:post-template -->
  19. <!-- wp:query-pagination -->
  20. <div class="wp-block-query-pagination"><!-- wp:query-pagination-previous /-->
  21. <!-- wp:query-pagination-numbers /-->
  22. <!-- wp:query-pagination-next /--></div>
  23. <!-- /wp:query-pagination --></div>
  24. <!-- /wp:query -->