123456789101112131415161718 |
- <?php
- /**
- * Title: No Results content
- * Slug: verso/no-results
- * Inserter: no
- */
- ?>
- <!-- wp:query-no-results -->
- <!-- wp:spacer {"height":"30px"} -->
- <div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>
- <!-- /wp:spacer -->
- <!-- wp:paragraph -->
- <p><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'verso' ); ?></p>
- <!-- /wp:paragraph -->
- <!-- /wp:query-no-results -->
|