File: /home/lilleyandgillie.co.uk/public_html/wp-content/themes/it-company/no-results.php
<?php
/**
* The template part for displaying a message that posts cannot be found.
* @package IT Company
*/
?>
<header role="banner">
<h2 class="entry-title"><?php echo esc_html( get_theme_mod('it_company_search_result_title',__('Nothing Found', 'it-company' )) ); ?></h2>
</header>
<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
<p><?php printf( esc_html__( 'Ready to publish your first post? Get started here.', 'it-company' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
<?php elseif ( is_search() ) : ?>
<p><?php echo esc_html( get_theme_mod('it_company_search_result_text',__('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'it-company' )) ); ?></p><br/>
<?php get_search_form(); ?>
<?php else : ?>
<p><?php esc_html_e( 'Dont worry it happens to the best of us.', 'it-company' ); ?></p><br />
<div class="read-moresec mt-3 mb-0 mx-0">
<a href="<?php echo esc_url( home_url() ); ?>" class="button py-2 px-4"><?php esc_html_e( 'Return to the home page', 'it-company' ); ?><span class="screen-reader-text"><?php esc_html_e('Return to the home page','it-company'); ?></span></a>
</div>
<?php endif; ?>