add themes

This commit is contained in:
2023-07-25 13:51:08 -07:00
parent a1ce01c0a8
commit a53ddcb50c
39 changed files with 1845 additions and 0 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 -->