631cca5a85
* 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.
10 lines
368 B
PHP
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 -->
|