hidden-404.php 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: vows/hidden-404
  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":{"dimensions":{"minHeight":"100vh"},"spacing":{"blockGap":"0","padding":{"top":"var:preset|spacing|70"}},"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;padding-top:var(--wp--preset--spacing--70)">
  14. <!-- wp:spacer {"height":"0px","style":{"layout":{"selfStretch":"fixed","flexSize":"24px"},"spacing":{"margin":{"bottom":"var:preset|spacing|70"}}}} -->
  15. <div style="margin-bottom:var(--wp--preset--spacing--70);height:0px" aria-hidden="true" class="wp-block-spacer"></div>
  16. <!-- /wp:spacer -->
  17. <!-- wp:group {"tagName":"main","layout":{"type":"constrained"}} -->
  18. <main class="wp-block-group">
  19. <!-- wp:heading {"level":1} -->
  20. <h1 class="wp-block-heading"><?php echo __('Oops... That page can’t be found.', 'vows');?></h1>
  21. <!-- /wp:heading -->
  22. <!-- wp:paragraph -->
  23. <p><?php echo __('It looks like nothing was found at this location. Maybe try a search?', 'vows');?></p>
  24. <!-- /wp:paragraph -->
  25. <!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'vows' ); ?>","buttonText":"","buttonUseIcon":true} /-->
  26. </main>
  27. <!-- /wp:group -->
  28. <!-- wp:pattern {"slug":"vows/footer"} /-->
  29. </div>
  30. <!-- /wp:group -->
  31. </div>
  32. <!-- /wp:column -->