Adding a “No Results Found” to a search filter output page
Clash Royale CLAN TAG #URR8PPP Adding a “No Results Found” to a search filter output page Having a bit of a mare with a custom template. I have a filter which works well, unfortunately when it yields no results there's no indication that no results have been found. Im trying to display "No results found" when there's nothing to show... I'm under the impression that the answer is going to be something along the lines of adding this to the end of the hook <?php else : ?> <p>There are no results</p> <?php endif ?> My php knowledge is minimal, stubbornly i've spent approx 2 days trying to fix after reading upon others solutions with no luck, i'm wondering if someone could shed a little light or if it can even be achieved. Here's the current code............. <?php if (!defined('ABSPATH')) die('No direct access allowed'); ?> <?php wp_enqueue_style('my_kitchensnew3', get_template_directory_uri() . ...