hidden-page.php 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Title: Page
  4. * Slug: lowfi/hidden-page
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:group {"align":"full","style":{"background":{"backgroundImage":{"url":"<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/texture.png","source":"file","title":"texture"},"backgroundSize":"auto"},"dimensions":{"minHeight":"100vh"}},"layout":{"type":"default"}} -->
  10. <div class="wp-block-group alignfull" style="min-height:100vh">
  11. <!-- wp:template-part {"slug":"header","tagName":"header"} /-->
  12. <!-- wp:group {"tagName":"main","align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"default"}} -->
  13. <main class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px">
  14. <!-- wp:group {"layout":{"type":"constrained"}} -->
  15. <div class="wp-block-group">
  16. <!-- wp:post-title {"level":1} /-->
  17. </div>
  18. <!-- /wp:group -->
  19. <!-- wp:post-content {"lock":{"move":false,"remove":true},"layout":{"type":"constrained","justifyContent":"center"}} /-->
  20. </main>
  21. <!-- /wp:group -->
  22. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
  23. <div class="wp-block-group alignfull" style="margin-top:0px;margin-bottom:0px">
  24. <!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /-->
  25. </div>
  26. <!-- /wp:group -->
  27. </div>
  28. <!-- /wp:group -->