hidden-no-results-content.php 483 B

12345678910
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: creatio-2/hidden-no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"spacing":{"padding":{"bottom":"80px","top":"20px"}}}} -->
  9. <p style="padding-top:20px;padding-bottom:80px"><?php echo esc_html_x( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'creatio-2' ); ?></p>
  10. <!-- /wp:paragraph -->