12345678910111213141516171819202122232425262728293031323334353637 |
- <?php
- /**
- * Title: Posts Page
- * Slug: kentwood/posts-page
- * Categories: featured, posts
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:query {"query":{"perPage":8,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"align":"wide"} -->
- <div class="wp-block-query alignwide">
- <!-- wp:post-template {"layout":{"type":"grid","columnCount":4}} -->
- <!-- wp:group {"layout":{"type":"constrained"}} -->
- <div class="wp-block-group">
- <!-- wp:post-featured-image {"isLink":true} /-->
- <!-- wp:post-date {"style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"fontSize":"x-small"} /-->
- <!-- wp:post-title {"level":3,"isLink":true,"style":{"spacing":{"margin":{"top":"var:preset|spacing|30"}}},"fontSize":"medium"} /-->
- <!-- wp:post-excerpt {"moreText":"Read More","showMoreOnNewLine":false,"excerptLength":20,"style":{"spacing":{"margin":{"top":"var:preset|spacing|40"}}},"fontSize":"small"} /-->
- </div>
- <!-- /wp:group -->
- <!-- /wp:post-template -->
- <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
- <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70)">
- <!-- wp:query-pagination {"paginationArrow":"arrow","layout":{"type":"flex","justifyContent":"space-between"}} -->
- <!-- wp:query-pagination-previous /-->
- <!-- wp:query-pagination-next /-->
- <!-- /wp:query-pagination -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:query -->
|