hidden-404.php 647 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: gwp/404
  5. * Inserter: no
  6. *
  7. * @package gwp
  8. * @since 1.0.0
  9. */
  10. ?>
  11. <!-- wp:heading {"textAlign":"center", "level": 1} -->
  12. <h1 class="wp-block-heading has-text-align-center">
  13. <?php esc_html_e( 'Page not found', 'gwp' ); ?>
  14. </h1>
  15. <!-- /wp:heading -->
  16. <!-- wp:paragraph -->
  17. <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'gwp' ); ?></p>
  18. <!-- /wp:paragraph -->
  19. <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'Search form label', 'gwp' ); ?>","showLabel":false,"buttonText":"<?php echo esc_html_x( 'Search', 'Search form submit button text', 'gwp' ); ?>"} /-->