hidden-no-results-content.php 428 B

123456789101112
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: didone/hidden-no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"align":"center"} -->
  9. <p class="has-text-align-center pickles"><?php echo esc_html_x( 'Sorry, but no thing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'didone' ); ?></p>
  10. <!-- /wp:paragraph -->