themes-wordpress/mpho/patterns/404.php
Sarah Norris 55d631cd81
Mpho: add theme (#7180)
* Initial commit

* Use 404 and search patterns in 404 template

* Use footer pattern in footer

* Move no results text to pattern

* Move post meta to pattern

* Remove unused assets

* Remove nav ref

* Remove duplicate layout definitions from theme.json

* Version bump theme

* Add image licenses
2023-07-12 21:16:35 +01:00

16 lines
505 B
PHP

<?php
/**
* Title: A 404 page
* Slug: mpho/404
* Inserter: no
*/
?>
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"x-large"} -->
<h1 class="has-text-align-center has-x-large-font-size" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page can&rsquo;t be found.', 'mpho' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'mpho' ); ?></p>
<!-- /wp:paragraph -->