search.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: search
  5. * Slug: vitrum/search
  6. * Categories: hidden
  7. * Inserter: no
  8. */
  9. ?>
  10. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  11. <!-- wp:group {"tagName":"main","style":{"spacing":{"padding":{"top":"5vh","bottom":"10vh"}}},"layout":{"type":"constrained"}} -->
  12. <main class="wp-block-group" style="padding-top:5vh;padding-bottom:10vh"><!-- wp:columns {"align":"wide"} -->
  13. <div class="wp-block-columns alignwide"><!-- wp:column {"width":"75%","style":{"spacing":{"padding":{"right":"0"}}}} -->
  14. <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} /-->
  15. <!-- wp:query-title {"type":"search","showSearchTerm":false,"fontFamily":"inter"} /-->
  16. <!-- 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"}} -->
  17. <div class="wp-block-query"><!-- wp:post-template {"layout":{"type":"grid","columnCount":3}} -->
  18. <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"1","width":"","height":""} /-->
  19. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","margin":{"top":"var:preset|spacing|40","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  20. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:0"><!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
  21. <!-- wp:post-date /--></div>
  22. <!-- /wp:group -->
  23. <!-- wp:post-terms {"term":"category","separator":" × ","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
  24. <!-- /wp:post-template -->
  25. <!-- wp:query-pagination -->
  26. <!-- wp:query-pagination-previous /-->
  27. <!-- wp:query-pagination-numbers /-->
  28. <!-- wp:query-pagination-next /-->
  29. <!-- /wp:query-pagination -->
  30. <!-- wp:query-no-results -->
  31. <!-- wp:paragraph -->
  32. <p><?php echo __('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'vitrum');?></p>
  33. <!-- /wp:paragraph -->
  34. <!-- /wp:query-no-results --></div>
  35. <!-- /wp:query --></div>
  36. <!-- /wp:column -->
  37. <!-- wp:column {"width":"25%"} -->
  38. <div class="wp-block-column" style="flex-basis:25%"></div>
  39. <!-- /wp:column --></div>
  40. <!-- /wp:columns --></main>
  41. <!-- /wp:group -->
  42. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->