hidden-index.php 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. /**
  3. * Title: Index
  4. * Slug: vows/hidden-index
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. declare( strict_types = 1 );
  9. ?>
  10. <!-- wp:column -->
  11. <div class="wp-block-column">
  12. <!-- wp:group {"style":{"spacing":{"blockGap":"0"},"dimensions":{"minHeight":"100vh"},"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/groovepaper.png","source":"file","title":"groovepaper"},"backgroundSize":"300px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"space-between"}} -->
  13. <div class="wp-block-group" style="min-height:100vh">
  14. <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"var:preset|spacing|70","bottom":"var:preset|spacing|70"}}},"layout":{"type":"constrained"}} -->
  15. <main class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)">
  16. <!-- wp:query {"queryId":0,"query":{"perPage":10,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true,"taxQuery":null,"parents":[]},"layout":{"type":"constrained"}} -->
  17. <div class="wp-block-query">
  18. <!-- wp:post-template {"style":{"spacing":{"blockGap":"var:preset|spacing|80"}}} -->
  19. <!-- wp:group {"layout":{"type":"constrained"}} -->
  20. <div class="wp-block-group">
  21. <!-- wp:post-featured-image {"isLink":true} /-->
  22. <!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch"}} -->
  23. <div class="wp-block-group">
  24. <!-- wp:post-date /-->
  25. <!-- wp:post-title {"isLink":true} /-->
  26. </div>
  27. <!-- /wp:group -->
  28. <!-- wp:post-excerpt {"moreText":"Read more \u0026rarr;"} /-->
  29. </div>
  30. <!-- /wp:group -->
  31. <!-- /wp:post-template -->
  32. <!-- wp:group {"style":{"spacing":{"margin":{"top":"var:preset|spacing|70"}}},"layout":{"type":"default"}} -->
  33. <div class="wp-block-group" style="margin-top:var(--wp--preset--spacing--70)">
  34. <!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"left","orientation":"vertical"}} -->
  35. <!-- wp:query-pagination-previous /-->
  36. <!-- wp:query-pagination-next /-->
  37. <!-- /wp:query-pagination -->
  38. </div>
  39. <!-- /wp:group -->
  40. </div>
  41. <!-- /wp:query -->
  42. </main>
  43. <!-- /wp:group -->
  44. <!-- wp:pattern {"slug":"vows/footer"} /-->
  45. </div>
  46. <!-- /wp:group -->
  47. </div>
  48. <!-- /wp:column -->