simple-list-of-posts.php 1.7 KB

12345678910111213141516171819202122232425262728
  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 {"queryId":3,"query":{"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false,"perPage":3}} -->
  12. <div class="wp-block-query"><!-- wp:post-template -->
  13. <!-- wp:group {"className":"simple-list-of-posts","layout":{"type":"flex","allowOrientation":false}} -->
  14. <div class="wp-block-group simple-list-of-posts"><!-- wp:post-title {"isLink":true,"style":{"typography":{"lineHeight":"1.2","fontStyle":"normal","fontWeight":"100"},"spacing":{"margin":{"top":"1.25rem"}}},"fontSize":"huge"} /-->
  15. <!-- wp:post-author-name {"style":{"typography":{"fontStyle":"normal","fontWeight":"100","lineHeight":"1.2"},"spacing":{"margin":{"top":"0px"}}},"fontSize":"medium"} /--></div>
  16. <!-- /wp:group -->
  17. <!-- /wp:post-template -->
  18. <!-- wp:spacer {"height":"40px"} -->
  19. <div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:query-pagination {"paginationArrow":"chevron","layout":{"type":"flex","justifyContent":"space-between"}} -->
  22. <!-- wp:query-pagination-previous /-->
  23. <!-- wp:query-pagination-next /-->
  24. <!-- /wp:query-pagination --></div>
  25. <!-- /wp:query --></div>
  26. <!-- /wp:group -->