akashop/volumes/wp/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php

11 lines
293 B
PHP
Raw Normal View History

2024-03-20 07:48:21 +00:00
<?php
/**
* Title: No results
* Slug: twentytwentyfour/hidden-no-results
* Inserter: no
*/
?>
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'twentytwentyfour' ); ?></p>
<!-- /wp:paragraph -->