123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- /**
- * Title: search
- * Slug: vitrum/search
- * Categories: hidden
- * Inserter: no
- */
- ?>
- <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
- <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"5vh","bottom":"10vh"}}},"layout":{"type":"constrained"}} -->
- <main class="wp-block-group" style="padding-top:5vh;padding-bottom:10vh"><!-- wp:columns {"align":"wide"} -->
- <div class="wp-block-columns alignwide"><!-- wp:column {"width":"75%","style":{"spacing":{"padding":{"right":"0"}}}} -->
- <div class="wp-block-column" style="padding-right:0;flex-basis:75%"><!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /-->
- <!-- wp:query-title {"type":"search","showSearchTerm":false,"fontFamily":"inter"} /-->
- <!-- wp:query {"queryId":30,"query":{"perPage":8,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"layout":{"type":"default"}} -->
- <div class="wp-block-query"><!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
- <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"1","width":"","height":""} /-->
- <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","margin":{"top":"var:preset|spacing|40","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
- <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:0"><!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
- <!-- wp:post-date /--></div>
- <!-- /wp:group -->
- <!-- wp:post-terms {"term":"category","separator":" × ","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
- <!-- /wp:post-template -->
- <!-- wp:query-pagination -->
- <!-- wp:query-pagination-previous /-->
- <!-- wp:query-pagination-numbers /-->
- <!-- wp:query-pagination-next /-->
- <!-- /wp:query-pagination -->
- <!-- wp:query-no-results -->
- <!-- wp:paragraph -->
- <p><?php echo __('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'vitrum');?></p>
- <!-- /wp:paragraph -->
- <!-- /wp:query-no-results --></div>
- <!-- /wp:query --></div>
- <!-- /wp:column -->
- <!-- wp:column {"width":"25%"} -->
- <div class="wp-block-column" style="flex-basis:25%"></div>
- <!-- /wp:column --></div>
- <!-- /wp:columns --></main>
- <!-- /wp:group -->
- <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->
|