no-results.php 467 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Title: No Results content
  4. * Slug: verso/no-results
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:query-no-results -->
  9. <!-- wp:spacer {"height":"30px"} -->
  10. <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
  11. <!-- /wp:spacer -->
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'verso' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. <!-- /wp:query-no-results -->