post-list.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. * Title: Post List
  4. * Slug: kiosko/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":[]},"tagName":"main","layout":{"type":"constrained"}} -->
  10. <main class="wp-block-query">
  11. <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  12. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
  13. <!-- wp:group {"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  14. <div class="wp-block-group" style="margin-bottom:var(--wp--preset--spacing--70)">
  15. <!-- wp:query-title {"type":"archive","showPrefix":false,"style":{"spacing":{"margin":{"bottom":"var:preset|spacing|30"}}}} /-->
  16. <!-- wp:term-description {"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}}} /-->
  17. </div>
  18. <!-- /wp:group -->
  19. <!-- wp:post-template -->
  20. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|50"}}}} -->
  21. <div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--50)">
  22. <!-- wp:post-title {"isLink":true} /-->
  23. <!-- wp:post-featured-image {"isLink":true} /-->
  24. <!-- wp:post-excerpt /-->
  25. <!-- wp:template-part {"slug":"post-meta"} /-->
  26. </div>
  27. <!-- /wp:group -->
  28. <!-- /wp:post-template -->
  29. <!-- wp:group {"layout":{"type":"constrained"}} -->
  30. <div class="wp-block-group">
  31. <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
  32. <!-- wp:query-pagination-previous /-->
  33. <!-- wp:query-pagination-next /-->
  34. <!-- /wp:query-pagination -->
  35. </div>
  36. <!-- /wp:group -->
  37. <!-- wp:query-no-results -->
  38. <!-- wp:pattern {"slug":"kiosko/no-results-content"} /-->
  39. <!-- /wp:query-no-results -->
  40. </div>
  41. <!-- /wp:group -->
  42. </main>
  43. <!-- /wp:query -->