404.php 1.0 KB

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Title: A 404 page
  4. * Slug: kiosko/404
  5. * Categories: text
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:heading {"level":1,"style":{"typography":{"lineHeight":1.1}},"textColor":"contrast","className":"wp-block-heading","fontSize":"large","anchor":"oops-that-page-can-t-be-found"} -->
  10. <h1 class="wp-block-heading has-contrast-color has-text-color has-large-font-size" id="oops-that-page-can-t-be-found" style="line-height:1.1"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'kiosko' ); ?></h1>
  11. <!-- /wp:heading -->
  12. <!-- wp:paragraph {"textColor":"contrast","className":"has-contrast-color has-text-color"} -->
  13. <p class="has-contrast-color has-text-color has-contrast-color"><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'kiosko' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- wp:search {"label":"","showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'kiosko' ); ?>","buttonText":"Search"} /-->