no-results.php 450 B

1234567891011
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: xanadu/no-results
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  9. <p style="margin-top:0px;margin-bottom:0px"><?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', 'xanadu' ); ?></p>
  10. <!-- /wp:paragraph -->