12345678910 |
- <?php
- /**
- * Title: Hidden No Results Content
- * Slug: lativ/hidden-no-results-content
- * Inserter: no
- */
- ?>
- <!-- wp:paragraph {"align":"center","placeholder":"Add text or blocks that will display when a query returns no results."} -->
- <p class="has-text-align-center"><?php echo esc_html_x( 'No posts were found for your search term.', 'Message explaining that there are no results returned from a search', 'lativ' ); ?></p>
- <!-- /wp:paragraph -->
|