no-results.php 358 B

1234567891011
  1. <?php
  2. /**
  3. * Title: No Results
  4. * Slug: mpho/no-results
  5. * Categories: featured
  6. */
  7. ?>
  8. <!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
  9. <p><?php echo esc_html_x( 'There are no posts yet.', 'Text displayed when there are no posts returned from the query.', 'mpho' ); ?></p>
  10. <!-- /wp:paragraph -->