no-results-content.php 679 B

1234567891011121314
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: negai/no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"0"}}},"fontSize":"huge"} -->
  9. <p class="has-huge-font-size" style="margin-top:var(--wp--preset--spacing--50);margin-bottom:0"><?php echo esc_html_x( 'Nothing found. Try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'negai' ); ?></p>
  10. <!-- /wp:paragraph -->
  11. <!-- wp:spacer {"height":"var:preset|spacing|60"} -->
  12. <div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div>
  13. <!-- /wp:spacer -->