hidden-404.php 1.2 KB

123456789101112131415161718192021222324252627282930
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: assembler/hidden-404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:spacer {"height":"var:preset|spacing|70"} -->
  10. <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:heading {"textAlign":"center","align":"wide"} -->
  13. <h2 class="wp-block-heading alignwide has-text-align-center" id="page-not-found"><?php echo esc_html_x( 'Page Not Found', 'Heading for a web page that is not found', 'assembler' ); ?></h2>
  14. <!-- /wp:heading -->
  15. <!-- wp:paragraph {"align":"center"} -->
  16. <p class="has-text-align-center"><?php echo esc_html__( 'The page you are looking for does not exist.', 'assembler' ); ?></p>
  17. <!-- /wp:paragraph -->
  18. <!-- wp:spacer {"height":"var:preset|spacing|20"} -->
  19. <div style="height:var(--wp--preset--spacing--20)" aria-hidden="true" class="wp-block-spacer"></div>
  20. <!-- /wp:spacer -->
  21. <!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonText":"Search"} /-->
  22. <!-- wp:spacer {"height":"var:preset|spacing|70"} -->
  23. <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
  24. <!-- /wp:spacer -->