themes-wordpress/adventurer/patterns/hidden-no-results-content.php
Jeff Ong 631cca5a85
Adventurer: design fixes (#6917)
* Fix font weights for headings.

* Add appearanceTools support.

* Add search to bottom of home template.

* Add spacer to query loop post templates.

* Fix no results template.
2023-03-16 16:14:34 +00:00

10 lines
368 B
PHP

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