Forums › Forums › Search & Filter Pro › Start with no results
- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 months ago by Anonymous.
Viewing 7 posts - 1 through 7 (of 7 total)
-
Trevor(Private) December 11, 2018 at 4:20 pm #195947
Ah, you would need to code it in your PHP template then, much like this:
global $searchandfilter; $sf_current_query = $searchandfilter->get(1033)->current_query(); if ((!$sf_current_query->is_filtered())&&($sf_current_query->get_search_term()=="")) { echo '<div>Nothing to see here folks!</div>'; } else { // your template archive code here }
-
AuthorPosts
Viewing 7 posts - 1 through 7 (of 7 total)