12345678910111213141516171819202122 |
- <?php
- /**
- * Title: Query Short
- * Slug: gwp/query-short
- * Categories: posts
- * Block Types: core/post-content, core/query, core/post-title
- *
- * @package gwp
- * @since 1.0.0
- */
- ?>
- <!-- wp:query {"query":{"perPage":5,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"layout":{"type":"constrained"}} -->
- <div class="wp-block-query">
- <!-- wp:post-template -->
- <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"layout":{"type":"flex","orientation":"horizontal"}} -->
- <div class="wp-block-group">
- <!-- wp:post-title {"level":2,"isLink":true,"style":{"typography":{"fontStyle":"normal","fontSize":"medium","fontWeight":"300"},"elements":{"link":{"color":{"text":"var:preset|color|tirtiary"}}}},"textColor":"tirtiary"} /-->
- </div>
- <!-- /wp:group -->
- <!-- /wp:post-template -->
- </div>
- <!-- /wp:query -->
|