post-list.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Title: Posts list
  4. * Slug: club/posts-list
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:query {"queryId":27,"query":{"perPage":"10","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"tagName":"main","displayLayout":{"type":"list","columns":3},"className":"club-post-list-pattern","layout":{"inherit":false}} -->
  9. <main class="wp-block-query club-post-list-pattern"><!-- wp:post-template -->
  10. <!-- wp:group {"style":{"border":{"bottom":{"color":"var:preset|color|foreground","width":"1px"}},"spacing":{"blockGap":"30px","padding":{"top":"30px","right":"0px","bottom":"30px","left":"0px"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between"}} -->
  11. <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--foreground);border-bottom-width:1px;padding-top:30px;padding-right:0px;padding-bottom:30px;padding-left:0px"><!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} -->
  12. <div class="wp-block-group"><!-- wp:post-featured-image {"isLink":true,"width":"90px","height":"60px"} /-->
  13. <!-- wp:post-title {"isLink":true} /--></div>
  14. <!-- /wp:group -->
  15. <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} -->
  16. <div class="wp-block-group"><!-- wp:post-date {"format":"M j","isLink":true} /-->
  17. <!-- wp:read-more {"content":"<?php echo esc_html__( 'Read It', 'club' ); ?>"} /--></div>
  18. <!-- /wp:group --></div>
  19. <!-- /wp:group -->
  20. <!-- /wp:post-template -->
  21. <!-- wp:paragraph {"placeholder":"<?php echo esc_html__( 'Add text or blocks that will display when the query returns no results.', 'club' ); ?>"} -->
  22. <p></p>
  23. <!-- /wp:paragraph -->
  24. <!-- wp:spacer -->
  25. <div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>
  26. <!-- /wp:spacer -->
  27. <!-- wp:query-pagination -->
  28. <!-- wp:query-pagination-previous /-->
  29. <!-- wp:query-pagination-numbers /-->
  30. <!-- wp:query-pagination-next /-->
  31. <!-- /wp:query-pagination --></main>
  32. <!-- /wp:query -->