themes-wordpress/strand/patterns/hidden-no-results-content.php
alaczek ebd918469e
Strand: A round of updates. (#7582)
* Update theme.json

Fix the subscribe button width issue with css until it's fixed in Jetpack.

* Update templates

Update theme templates to add custom CSS class.

* Update screenshot.png

* Update footer widgets

Minor updates to the content of the footer widgets.

* Update theme.json

Remove system font. Make headings bold.

* Add strict type declarations.

* Update footer widgets

Update the copy of the About section.
2024-01-09 18:27:01 -03:00

12 lines
398 B
PHP

<?php
/**
* Title: Hidden No Results Content
* Slug: strand/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', 'strand' ); ?></p>
<!-- /wp:paragraph -->