just a bunch of stuff
This commit is contained in:
20
transsocial-theme-old/patterns/hidden-404.php
Normal file
20
transsocial-theme-old/patterns/hidden-404.php
Normal 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 -->
|
Reference in New Issue
Block a user