themes-wordpress/jaida/patterns/404.php
Matias Benedetto 835255f0ab
Jaida: Add theme for review (#7016)
* Add Jaida theme for review

* remove theme attribute from the template part definitions

* remove queryId from the templates

* move 404 content to pattern

* move footer content to pattern

* move comments block to pattern

* remove empty height attribute on spacer block

* update theme and min wp versions

* add theme uri

* remove invlid blocks and styles

* fix search page and update footer social links

* update license information and remove unused assets

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-06-23 13:14:22 +08:00

21 lines
907 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Title: A 404 page
* Slug: jaida/404
* Inserter: no
*/
?>
<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"var:preset|spacing|50","margin":{"top":"16vh","bottom":"16vh"}}},"layout":{"type":"constrained","wideSize":"1400px"}} -->
<main class="wp-block-group" style="margin-top:16vh;margin-bottom:16vh"><!-- wp:heading {"textAlign":"left","level":1,"align":"wide","className":"wp-block-heading","anchor":"oops-that-page-can-t-be-found"} -->
<h1 class="wp-block-heading alignwide has-text-align-left" id="oops-that-page-can-t-be-found"><?php echo esc_html__( 'Oops! That page cant be found.', 'jaida' ); ?></h1>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php echo esc_html__( 'It looks like nothing was found at this location. Maybe try a search?', 'jaida' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:search {"label":"","showLabel":false} /--></main>
<!-- /wp:group -->