post-list.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. /**
  3. * Title: Post List
  4. * Slug: storia/post-list
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:query {"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"taxQuery":null,"parents":[]},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-query">
  10. <!-- wp:post-template -->
  11. <!-- wp:group -->
  12. <div class="wp-block-group">
  13. <!-- wp:post-featured-image {"isLink":true} /-->
  14. <!-- wp:post-title {"isLink":true} /-->
  15. <!-- wp:group {"layout":{"type":"constrained"}} -->
  16. <div class="wp-block-group">
  17. <!-- wp:group {"layout":{"type":"flex"}} -->
  18. <div class="wp-block-group">
  19. <!-- wp:post-author {"showAvatar":false} /-->
  20. <!-- wp:post-date /-->
  21. </div>
  22. <!-- /wp:group -->
  23. </div>
  24. <!-- /wp:group -->
  25. <!-- wp:post-excerpt /-->
  26. <!-- wp:group {"layout":{"type":"constrained"}} -->
  27. <div class="wp-block-group">
  28. <!-- wp:group {"layout":{"type":"flex"}} -->
  29. <div class="wp-block-group">
  30. <!-- wp:post-terms {"term":"category"} /-->
  31. <!-- wp:post-terms {"term":"post_tag"} /-->
  32. </div>
  33. <!-- /wp:group -->
  34. </div>
  35. <!-- /wp:group -->
  36. <!-- wp:spacer {"height":"3rem"} -->
  37. <div style="height:3rem" aria-hidden="true" class="wp-block-spacer"></div>
  38. <!-- /wp:spacer -->
  39. </div>
  40. <!-- /wp:group -->
  41. <!-- /wp:post-template -->
  42. <!-- wp:group {"style":{"spacing":{"margin":{"top":"0px"}}},"layout":{"type":"constrained"}} -->
  43. <div class="wp-block-group" style="margin-top:0px">
  44. <!-- wp:separator -->
  45. <hr class="wp-block-separator has-alpha-channel-opacity"/>
  46. <!-- /wp:separator -->
  47. <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"space-between"}} -->
  48. <!-- wp:query-pagination-previous /-->
  49. <!-- wp:query-pagination-numbers /-->
  50. <!-- wp:query-pagination-next /-->
  51. <!-- /wp:query-pagination -->
  52. </div>
  53. <!-- /wp:group -->
  54. </div>
  55. <!-- /wp:query -->