diff options
Diffstat (limited to 'wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php')
-rw-r--r-- | wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php b/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php new file mode 100644 index 0000000..00bbf97 --- /dev/null +++ b/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php @@ -0,0 +1,10 @@ +<?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 --> |