themes-wordpress/poesis/patterns/404.php
Matias Benedetto 0e13958390
Poesis: add theme for review (#7011)
* Poeisis: add theme for review

* move cover template part to pattern

* update theme min versions

* add 404 page

* add license information and compress images

* scale down assets

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-07-07 18:39:49 +05:30

28 lines
1.1 KiB
PHP

<?php
/**
* Title: A 404 page
* Slug: poesis/404
* Inserter: no
*/
?>
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"layout":{"type":"default"}} -->
<div class="wp-block-group"><!-- wp:heading {"style":{"typography":{"fontStyle":"normal","fontWeight":"400"}}} -->
<h2 class="wp-block-heading" style="font-style:normal;font-weight:400"><?php echo esc_html__( 'Page not found.', 'poesis' ); ?></h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'This page doesn\'t exist. Maybe try a search?', 'poesis' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:spacer {"height":"20px"} -->
<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer -->
<!-- wp:search {"label":"<?php echo esc_html__( 'Search', 'poesis' ); ?>","showLabel":false,"buttonText":"<?php echo esc_html__( 'Search', 'poesis' ); ?>","buttonPosition":"button-inside"} /-->
<!-- wp:spacer {"height":"10px"} -->
<div style="height:10px" aria-hidden="true" class="wp-block-spacer"></div>
<!-- /wp:spacer --></div>
<!-- /wp:group -->