12345678910111213141516171819202122 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- /**
- * Title: Query Thumb
- * Slug: raw/query-thumb
- * Categories: featured
- */
- ?>
- <!-- wp:query {"query":{"perPage":"4","pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false}} -->
- <div class="wp-block-query"><!-- wp:post-template {"layout":{"type":"default"}} -->
- <!-- wp:group {"style":{"spacing":{"padding":{"top":"1.5rem","right":"0px","bottom":"0rem","left":"0px"},"blockGap":"4rem"},"border":{"top":{"width":"1px","style":"solid"}}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top"}} -->
- <div class="wp-block-group" style="border-top-style:solid;border-top-width:1px;padding-top:1.5rem;padding-right:0px;padding-bottom:0rem;padding-left:0px"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"4/3","height":"88px","style":{"color":{"duotone":["#111111","#f7f8f2"]}}} /-->
- <!-- wp:group {"style":{"spacing":{"blockGap":"0.5rem","padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->
- <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px"><!-- wp:post-title {"isLink":true,"style":{"spacing":{"padding":{"top":"0px","right":"0px","bottom":"0px","left":"0px"},"margin":{"top":"0px","right":"0px","bottom":"0px","left":"0px"}}}} /-->
- <!-- wp:post-excerpt {"showMoreOnNewLine":false,"style":{"typography":{"textTransform":"none","fontStyle":"normal","fontWeight":"400","lineHeight":1}},"fontSize":"small"} /--></div>
- <!-- /wp:group --></div>
- <!-- /wp:group -->
- <!-- /wp:post-template --></div>
- <!-- /wp:query -->
|