simple-list-of-posts.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: Simple list of posts
  4. * Slug: archeo/simple-list-of-posts
  5. * Categories: featured, query
  6. * Block Types: query
  7. */
  8. ?>
  9. <!-- wp:group {"align":"wide","style":{"spacing":{"padding":{"top":"var(--wp--custom--spacing--medium)","bottom":"var(--wp--custom--spacing--medium)"},"margin":{"top":"0px"}}}} -->
  10. <div class="wp-block-group alignwide" style="padding-top:var(--wp--custom--spacing--medium);padding-bottom:var(--wp--custom--spacing--medium);margin-top:0px">
  11. <!-- wp:query {"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"perPage":3,"parents":[]}} -->
  12. <div class="wp-block-query">
  13. <!-- wp:post-template -->
  14. <!-- wp:group {"className":"simple-list-of-posts","layout":{"type":"flex","allowOrientation":false}} -->
  15. <div class="wp-block-group simple-list-of-posts">
  16. <!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"100"},"spacing":{"margin":{"top":"1.25rem"}}},"fontSize":"huge"} /-->
  17. <!-- wp:post-author {"showAvatar":false,"style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"100"}},"fontSize":"medium"} /-->
  18. </div>
  19. <!-- /wp:group -->
  20. <!-- /wp:post-template -->
  21. <!-- wp:spacer {"height":"40px"} -->
  22. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  23. <!-- /wp:spacer -->
  24. <!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between"}} -->
  25. <!-- wp:query-pagination-previous /-->
  26. <!-- wp:query-pagination-next /-->
  27. <!-- /wp:query-pagination -->
  28. </div>
  29. <!-- /wp:query -->
  30. </div>
  31. <!-- /wp:group -->