Hi,
I change the PHP code of the Search.php to have my search results appear as a column.
It works fine but the only issue is that when there is no match found it still show results of a few pages and link.
The code is here https://pastebin.com/cRV2WbkV
the part I added start with if(!empty($_GET[‘s’])) and finish by echo “
”.$blog->html()."
";
}
Could you please help? I think the condition if no result found is missing?
Thanks
Olivier