hidden-404.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: srh/hidden-404
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:group {"style":{"spacing":{"padding":{"right":"0","left":"0"}}},"layout":{"type":"constrained"}} -->
  9. <div class="wp-block-group" style="padding-right:0;padding-left:0">
  10. <!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|50","left":"var:preset|spacing|50"}}}} -->
  11. <div class="wp-block-columns alignwide">
  12. <!-- wp:column -->
  13. <div class="wp-block-column">
  14. <!-- wp:image {"scale":"cover","sizeSlug":"full","linkDestination":"none"} -->
  15. <figure class="wp-block-image size-full">
  16. <img src="<?php echo esc_url( get_template_directory_uri() ); ?>/img/disc.png" alt="<?php echo esc_attr_x( 'Small totara tree on ridge above Long Point', 'image description', 'srh' ); ?>" style="object-fit:cover"/>
  17. </figure>
  18. <!-- /wp:image -->
  19. </div>
  20. <!-- /wp:column -->
  21. <!-- wp:column {"verticalAlignment":"bottom"} -->
  22. <div class="wp-block-column is-vertically-aligned-bottom">
  23. <!-- wp:group {"layout":{"type":"default"}} -->
  24. <div class="wp-block-group">
  25. <!-- wp:heading {"level":1} -->
  26. <h1 class="wp-block-heading">
  27. <?php echo esc_html_x( 'Page not found', '404 error message', 'srh' ); ?>
  28. </h1>
  29. <!-- /wp:heading -->
  30. <!-- wp:paragraph -->
  31. <p><?php echo esc_html_x( 'The page you are looking for doesn\'t exist, or it has been moved. Please try searching using the form below.', '404 error message', 'srh' ); ?></p>
  32. <!-- /wp:paragraph -->
  33. <!-- wp:pattern {"slug":"srh/hidden-search"} /-->
  34. </div>
  35. <!-- /wp:group -->
  36. </div>
  37. <!-- /wp:column -->
  38. </div>
  39. <!-- /wp:columns -->
  40. </div>
  41. <!-- /wp:group -->