hidden-404.php 1.4 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Title: Hidden 404
  4. * Slug: twentytwentythree/hidden-404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} -->
  9. <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
  10. <!-- /wp:spacer -->
  11. <!-- wp:heading {"level":1,"align":"wide"} -->
  12. <h1 class="alignwide"><?php echo esc_html_x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ); ?></h1>
  13. <!-- /wp:heading -->
  14. <!-- wp:group {"align":"wide","layout":{"type":"default"},"style":{"spacing":{"margin":{"top":"5px"}}}} -->
  15. <div class="wp-block-group alignwide" style="margin-top:5px">
  16. <!-- wp:paragraph -->
  17. <p><?php echo esc_html_x( 'This page could not be found.', 'Message to convey that a webpage could not be found', 'twentytwentythree' ); ?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /-->
  20. </div>
  21. <!-- /wp:group -->
  22. <!-- wp:spacer {"height":"var(--wp--preset--spacing--70)"} -->
  23. <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div>
  24. <!-- /wp:spacer -->