archive.php 2.0 KB

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