Hi Damian,
I have same issue with the CJT plugin. When I activate the plugin i get fatal error message like the one above. Please tell me how to resolve it.
I am using:
Plugin version: 8.2 and wp version: 4.6.1.
Thank you!
Hi Rachael,
Here is the code that solve my problem:
function no_search_results() {
if (is_search()) {
echo ‘<div class=”no-results”>’;
echo ‘<h1>No results</h1>’;
echo ‘</div>’;
}
}
add_action(‘thesis_empty_loop’,’no_search_results’);
Hope this work for you as well. Good Luck!
Hi,
I have a similar problem. When I enter a term that doesn’t exist on the site, search result show up a blank page. I want to display some message here. Don’t understand how to do it. But the term that exist on the site is displaying properly on search result page.
@rachael: You are also having same issue like mine: http://www.theshoegirl.net/?s=man this most show some error message but showing a blank page instead.
Please help!
Thank you.