index.php 1.8 KB

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