12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- /**
- * Title: Post List
- * Slug: cakely/posts-post-list
- * Categories: posts
- * Viewport width: 1488
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:query {"query":{"perPage":8,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"wide"} -->
- <div class="wp-block-query alignwide">
- <!-- wp:post-template {"layout":{"type":"grid","columnCount":4}} -->
- <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"3/4","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} /-->
- <!-- wp:group {"style":{"spacing":{"blockGap":"0","margin":{"top":"var:preset|spacing|30"}}},"layout":{"inherit":false}} -->
- <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--30)">
- <!-- wp:post-title {"isLink":true,"style":{"typography":{"fontStyle":"normal","fontWeight":"400","textTransform":"none","lineHeight":"1.33"}},"fontSize":"medium","fontFamily":"lato"} /-->
- <!-- wp:post-date /-->
- </div>
- <!-- /wp:group -->
- <!-- /wp:post-template -->
- <!-- wp:query-no-results -->
- <!-- wp:pattern {"slug":"cakely/no-results-content"} /-->
- <!-- /wp:query-no-results -->
- <!-- 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 {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->
- <!-- wp:query-pagination-previous /-->
- <!-- wp:query-pagination-next /-->
- <!-- /wp:query-pagination -->
- </div>
- <!-- /wp:group -->
- </div>
- <!-- /wp:query -->
|