File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/no-results.php
<?php
/**
* No result page.
*
* @package acora
* @since acora 1.0
*/
?>
<article id="post-0" class="no-results acora-hide">
<header class="entry-header">
<h1 class="entry-title"><?php esc_html_e('Sorry no results found :(', 'acora' ); ?></h1>
</header>
<div class="entry-content">
<p class="entry-title"><?php esc_html_e('We searched far and wide but couldn’t find any posts matching your search.', 'acora' ); ?></p>
<a class="button-light" href="<?php echo esc_url(get_home_url()); ?>"><?php esc_html_e('Back to homepage', 'acora')?></a>
</div>
</article>