post-list.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?php
  2. /**
  3. * Title: Post List
  4. * Slug: mysa/post-list
  5. * Categories: posts
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"layout":{"type":"default"}} -->
  10. <div class="wp-block-query">
  11. <!-- wp:post-template -->
  12. <!-- wp:columns {"style":{"spacing":{"padding":{"bottom":"3rem"}}}} -->
  13. <div class="wp-block-columns" style="padding-bottom:3rem">
  14. <!-- wp:column {"width":"34.0137%"} -->
  15. <div class="wp-block-column" style="flex-basis:34.0137%">
  16. <!-- wp:post-title {"isLink":true} /-->
  17. <!-- wp:post-excerpt /-->
  18. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"flex"}} -->
  19. <div class="wp-block-group">
  20. <!-- wp:post-date {"isLink":false} /-->
  21. <!-- wp:post-author {"showAvatar":false,"isLink":true} /-->
  22. <!-- wp:post-terms {"term":"category"} /-->
  23. <!-- wp:post-terms {"term":"post_tag"} /-->
  24. </div>
  25. <!-- /wp:group -->
  26. </div>
  27. <!-- /wp:column -->
  28. <!-- wp:column {"width":"65.9863%"} -->
  29. <div class="wp-block-column" style="flex-basis:65.9863%">
  30. <!-- wp:post-featured-image {"isLink":true} /-->
  31. </div>
  32. <!-- /wp:column -->
  33. </div>
  34. <!-- /wp:columns -->
  35. <!-- /wp:post-template -->
  36. <!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  37. <div class="wp-block-group">
  38. <!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between","arrow":"chevron"}} -->
  39. <!-- wp:query-pagination-previous /-->
  40. <!-- wp:query-pagination-next /-->
  41. <!-- /wp:query-pagination -->
  42. </div>
  43. <!-- /wp:group -->
  44. </div>
  45. <!-- /wp:query -->