hidden-no-results-content.php 508 B

1234567891011
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: infield/hidden-no-results-content
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph {"style":{"spacing":{"padding":{"bottom":"80px","top":"20px"}}}} -->
  10. <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', 'infield' ); ?></p>
  11. <!-- /wp:paragraph -->