Forums › Forums › Search & Filter Pro › No results returns last displayed results
- This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago by
Trevor.
Viewing 8 posts - 1 through 8 (of 8 total)
-
Trevor(Private) April 1, 2019 at 3:59 pm #207110
Hi. I can see that you are using the Custom Display Results Method. That means the the results will be controlled by either a theme or custom template, or a plugin (and its template). As such, it is those templates that control what happens when no results are found. So, what template is being used to output the results?
Trevor(Private) April 2, 2019 at 11:13 am #207211At the end of that file you have this:
endwhile; endif;
Between those two lines if you need to add code that handles what happens for an empty results, like this:
endwhile; else: ?> <div class="container"> <section id="first"> <div class="row"> <div class="col-12"> <div id="introBlock"> <div class="content"> <p>No Results Found</p> </div> </div> </div> </div> </section> </div> <?php endif;
I think.
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)