search.php 2.4 KB

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