File: /home/cafsindia/public_html/wp-content/themes/excitor/framework/templates/entry-none.php
<div class="no-results">
<h3 class="page-title"><?php esc_html_e( 'Nothing Found', 'excitor' ); ?></h3>
<?php if ( is_home() && current_user_can( 'publish_posts' ) ){ ?>
<p><?php echo esc_html__('Ready to publish your first post?', 'excitor').' <a href="'.esc_url( admin_url( 'post-new.php' ) ).'">'.esc_html__('Get started here', 'excitor').'</a>.'; ?></p>
<?php }elseif ( is_search() ){ ?>
<p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'excitor' ); ?></p>
<?php get_search_form(); ?>
<?php }else{ ?>
<p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'excitor' ); ?></p>
<?php get_search_form(); ?>
<?php } ?>
</div>