post-list.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. /**
  3. * Title: Posts list
  4. * Slug: loudness/posts-list
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:query {"tagName":"main"} -->
  9. <main class="wp-block-query">
  10. <!-- wp:group {"style":{"spacing":{"padding":{"top":"0","right":"var:style|root|padding-right","bottom":"0","left":"var:style|root|padding-left"}}},"layout":{"type":"default"}} -->
  11. <div class="wp-block-group" style="padding-top:0;padding-right:var(--wp--style--root--padding-right);padding-bottom:0;padding-left:var(--wp--style--root--padding-left)">
  12. <!-- wp:post-template -->
  13. <!-- wp:columns -->
  14. <div class="wp-block-columns">
  15. <!-- wp:column {"width":"215px"} -->
  16. <div class="wp-block-column" style="flex-basis:215px">
  17. <!-- wp:post-date {"isLink":true} /-->
  18. <!-- wp:post-terms {"term":"category"} /-->
  19. <!-- wp:post-terms {"term": "post_tag"} /-->
  20. </div>
  21. <!-- /wp:column -->
  22. <!-- wp:column -->
  23. <div class="wp-block-column">
  24. <!-- wp:post-title {"isLink":true,"fontSize":"x-large"} /-->
  25. <!-- wp:post-author {"showAvatar":false,"showBio":false} /-->
  26. <!-- wp:post-excerpt /-->
  27. </div>
  28. <!-- /wp:column -->
  29. <!-- wp:column {"width":"215px"} -->
  30. <div class="wp-block-column" style="flex-basis:215px">
  31. <!-- wp:post-featured-image {"isLink":true} /-->
  32. </div>
  33. <!-- /wp:column -->
  34. </div>
  35. <!-- /wp:columns -->
  36. <!-- wp:separator {"style":{"spacing":{"margin":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}}} -->
  37. <hr class="wp-block-separator has-alpha-channel-opacity" style="margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60)"/>
  38. <!-- /wp:separator -->
  39. <!-- /wp:post-template -->
  40. <!-- wp:query-pagination {"align":"wide", "paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
  41. <!-- wp:query-pagination-previous /-->
  42. <!-- wp:query-pagination-numbers /-->
  43. <!-- wp:query-pagination-next /-->
  44. <!-- /wp:query-pagination -->
  45. </div>
  46. <!-- /wp:group -->
  47. </main>
  48. <!-- /wp:query -->