hidden-404.php 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: lowfi/hidden-404
  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","align":"full"} /-->
  12. <!-- wp:group {"tagName":"main","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"constrained"}} -->
  13. <main class="wp-block-group" style="margin-top:0px;margin-bottom:0px">
  14. <!-- wp:heading {"level":1} -->
  15. <h1 class="wp-block-heading"><?php echo esc_html__( 'Page Not Found', 'lowfi' ); ?></h1>
  16. <!-- /wp:heading -->
  17. <!-- wp:paragraph -->
  18. <p><?php echo esc_html__( 'The page you are looking for does not exist, or it has been moved. Please try searching using the form below.', 'lowfi' ); ?></p>
  19. <!-- /wp:paragraph -->
  20. <!-- wp:pattern {"slug":"lowfi/hidden-search-field"} /-->
  21. </main>
  22. <!-- /wp:group -->
  23. <!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0px"}}},"layout":{"type":"constrained"}} -->
  24. <div class="wp-block-group alignfull" style="margin-top:0px">
  25. <!-- wp:template-part {"slug":"footer","tagName":"footer","align":"full"} /-->
  26. </div>
  27. <!-- /wp:group -->
  28. </div>
  29. <!-- /wp:group -->