just a bunch of stuff

This commit is contained in:
2023-07-26 19:19:55 -07:00
parent df5c2433bc
commit 54703be7d5
35 changed files with 101 additions and 114 deletions

View File

@@ -0,0 +1,20 @@
<?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 -->