hidden-404.php 1.1 KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. * Title: 404 content
  4. * Slug: archeo/hidden-404
  5. * Categories: hidden
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:heading {"style":{"typography":{"fontSize":"clamp(4rem, 40vw, 20rem)","fontWeight":"100","lineHeight":"1"}},"className":"has-text-align-center"} -->
  10. <h2 class="has-text-align-center" style="font-size:clamp(4rem, 40vw, 20rem);font-weight:100;line-height:1"><?php echo esc_html( _x( '404', 'Error code for a webpage that is not found.', 'archeo' ) ); ?></h2>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph {"align":"center"} -->
  13. <p class="has-text-align-center"><?php esc_html_e( 'This page could not be found. Maybe try a search?', 'archeo' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:spacer {"height":"1em"} -->
  16. <div style="height:1em" aria-hidden="true" class="wp-block-spacer"></div>
  17. <!-- /wp:spacer -->
  18. <!-- wp:search {"label":"<?php esc_html_e( 'Search', 'archeo' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_html_e( 'Search', 'archeo' ); ?>","buttonUseIcon":true,"align":"center"} /-->
  19. <!-- wp:spacer {"height":"2em"} -->
  20. <div style="height:2em" aria-hidden="true" class="wp-block-spacer"></div>
  21. <!-- /wp:spacer -->