archive.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: archive
  5. * Slug: vitrum/archive
  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:query {"queryId":30,"query":{"perPage":8,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"constrained"}} -->
  13. <div class="wp-block-query alignwide"><!-- wp:query-title {"type":"archive","align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
  14. <!-- wp:post-template {"align":"wide","layout":{"type":"grid","columnCount":4}} -->
  15. <!-- wp:post-featured-image {"isLink":true,"aspectRatio":"1","width":"","height":""} /-->
  16. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|40","margin":{"top":"var:preset|spacing|40","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  17. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--40);margin-bottom:0"><!-- wp:post-title {"isLink":true,"fontSize":"large"} /-->
  18. <!-- wp:post-date /--></div>
  19. <!-- /wp:group -->
  20. <!-- wp:post-terms {"term":"category","separator":" × ","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|40"}}}} /-->
  21. <!-- /wp:post-template -->
  22. <!-- wp:query-pagination {"align":"wide"} -->
  23. <!-- wp:query-pagination-previous /-->
  24. <!-- wp:query-pagination-numbers /-->
  25. <!-- wp:query-pagination-next /-->
  26. <!-- /wp:query-pagination -->
  27. <!-- wp:query-no-results {"align":"wide"} -->
  28. <!-- wp:paragraph -->
  29. <p><?php echo __('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'vitrum');?></p>
  30. <!-- /wp:paragraph -->
  31. <!-- /wp:query-no-results --></div>
  32. <!-- /wp:query --></main>
  33. <!-- /wp:group -->
  34. <!-- wp:template-part {"slug":"footer","tagName":"footer"} /-->