no-results-content.php 778 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: bsoj/no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:columns -->
  9. <div class="wp-block-columns">
  10. <!-- wp:column {"width":"20%"} -->
  11. <div class="wp-block-column" style="flex-basis:20%">
  12. <!-- wp:paragraph -->
  13. <p><?php echo esc_html__( 'Hmm...', 'bsoj' ); ?></p>
  14. <!-- /wp:paragraph -->
  15. </div>
  16. <!-- /wp:column -->
  17. <!-- wp:column {"width":"80%"} -->
  18. <div class="wp-block-column" style="flex-basis:80%">
  19. <!-- wp:paragraph -->
  20. <p><?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', 'bsoj' ); ?></p>
  21. <!-- /wp:paragraph -->
  22. </div>
  23. <!-- /wp:column -->
  24. </div>
  25. <!-- /wp:columns -->