2023-07-25 13:51:08 -07:00

21 lines
623 B
PHP

<?php
/**
* Title: 404
* Slug: transsocial-theme/404
* Categories: text
* inserter: no
*
* @package transsocial-theme
* @since 1.0.0
*/
?>
<!-- wp:heading {"textAlign":"center","fontSize":"x-large"} -->
<h2 class="has-text-align-center has-x-large-font-size"><?php esc_html_e( 'Page not found', 'transsocial-theme' ); ?></h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'transsocial-theme' ); ?></p>
<!-- /wp:paragraph -->
<!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search"} /-->
<!-- /wp:group -->