hidden-no-results-content.php 450 B

12345678910
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: lativ/hidden-no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"align":"center","placeholder":"Add text or blocks that will display when a query returns no results."} -->
  9. <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>
  10. <!-- /wp:paragraph -->