no-results-content.php 709 B

12345678910111213141516
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: negai/no-results-content
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph {"style":{"spacing":{"margin":{"top":"var:preset|spacing|50","bottom":"0"}}},"fontSize":"huge"} -->
  10. <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>
  11. <!-- /wp:paragraph -->
  12. <!-- wp:spacer {"height":"var:preset|spacing|60"} -->
  13. <div style="height:var(--wp--preset--spacing--60)" aria-hidden="true" class="wp-block-spacer"></div>
  14. <!-- /wp:spacer -->