post-list.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /**
  3. * Title: Post List
  4. * Slug: bitacora/post-list
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-query">
  10. <!-- wp:post-template -->
  11. <!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|80"}}}} -->
  12. <div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--80)">
  13. <!-- wp:post-date /-->
  14. <!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0.5rem"}}}} /-->
  15. <!-- wp:post-featured-image {"isLink":true} /-->
  16. <!-- wp:post-excerpt {"moreText":"Continue reading","showMoreOnNewLine":false} /-->
  17. <!-- wp:group {"layout":{"type":"constrained"}} -->
  18. <div class="wp-block-group">
  19. <!-- wp:group {"layout":{"type":"flex"}} -->
  20. <div class="wp-block-group">
  21. <!-- wp:post-terms {"term":"category"} /-->
  22. <!-- wp:post-terms {"term":"post_tag"} /-->
  23. </div>
  24. <!-- /wp:group -->
  25. </div>
  26. <!-- /wp:group -->
  27. </div>
  28. <!-- /wp:group -->
  29. <!-- /wp:post-template -->
  30. <!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between"}} -->
  31. <!-- wp:query-pagination-previous /-->
  32. <!-- wp:query-pagination-next /-->
  33. <!-- /wp:query-pagination -->
  34. </div>
  35. <!-- /wp:query -->