themes-wordpress/hall/patterns/hidden-no-results-content.php
Jason Crist e961d2a523
Add new theme Hall (#7319)
* Adding new theme Hall from @henriqueiamarino

* Removed 'theme' attribute

* Removed 'ref' attributes from navigation

* Removed unused pattern

* Cleaned up theme.json file (saved via CBT)

* Set version to 1.0.0

* Fixed Header templates to use Site Title instead of Header. Styled Site Title to match Header block that was removed.

* Updates from latest zip

* Update image refs in readme

* Add strict_types

* Patternise 404 and home templates

---------

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2024-01-12 21:36:49 +00:00

11 lines
393 B
PHP

<?php
/**
* Title: Hidden No Results Content
* Slug: hall/hidden-no-results-content
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'hall' ); ?></p>
<!-- /wp:paragraph -->