404.php 848 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * Title: 404
  4. * Slug: pieria/404
  5. * Categories: featured, 404
  6. */
  7. ?>
  8. <!-- wp:heading {"textAlign":"left","level":1} -->
  9. <h1 class="wp-block-heading has-text-align-left" id="oops-that-page-can-t-be-found">
  10. <?php
  11. /* Translators: 404 message. */
  12. echo sprintf(
  13. esc_html__( 'Oops! That page can’t be found.', 'pieria' )
  14. );
  15. ?>
  16. </h1>
  17. <!-- /wp:heading -->
  18. <!-- wp:paragraph -->
  19. <p>
  20. <?php
  21. /* Translators: suggest a search */
  22. echo sprintf(
  23. esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'pieria' )
  24. );
  25. ?>
  26. </p>
  27. <!-- /wp:paragraph -->
  28. <!-- wp:search {"label":"","showLabel":false,"width":75,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","style":{"border":{"radius":"0px","width":"1px"}},"borderColor":"background","fontSize":"small"} /-->