/home/coolpkct/public_html/websites/1.sanso.co/wp-content/themes/industrial-lite/no-results.php
<?php
/**
 * The template part for displaying a message that posts cannot be found.
 *
 * @package Industrial Lite
 */
?>

<h2 class="entry-title"><?php esc_html_e( 'Nothing Found', 'industrial-lite' ); ?></h2>

<?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
	<p><?php printf( esc_html__( 'Ready to publish your first post? Get started here.', 'industrial-lite' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p>
	<?php elseif ( is_search() ) : ?>
	<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'industrial-lite' ); ?></p><br />
		<?php get_search_form(); ?>
	<?php else : ?>
	<p><?php esc_html_e( 'Dont worry&hellip it happens to the best of us.', 'industrial-lite' ); ?></p><br />
	<div class="more-btn">
		<a href="<?php echo esc_url(home_url() ); ?>"><?php esc_html_e( 'Back to Home Page', 'industrial-lite' ); ?><span class="screen-reader-text"><?php esc_html_e( 'Back to Home Page','industrial-lite' );?></span></a>
	</div>
<?php endif; ?>