hidden-404.php 491 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: portia/hidden-404
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:heading {"level":1,"fontSize":"large"} -->
  10. <h1 class="wp-block-heading has-large-font-size"><?php echo esc_html__( 'Page Not Found', 'portia' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'The page you are looking for does not exist, or it has been moved. Please try searching using the form below.', 'portia' ); ?></p>
  14. <!-- /wp:paragraph -->