no-results-content.php 697 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: kiosko/no-results-content
  5. * Categories: text
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph {"style":{"spacing":{"margin":{"bottom":"0px"}}}} -->
  10. <p style="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', 'kiosko' ); ?></p>
  11. <!-- /wp:paragraph -->
  12. <!-- wp:spacer {"height":"30vh","style":{"spacing":{"margin":{"top":"0px","bottom":"0px"}}}} -->
  13. <div style="margin-top:0px;margin-bottom:0px;height:30vh" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->