Forums Forums Search & Filter Pro Remove 'Results Found'

Viewing 2 posts - 1 through 2 (of 2 total)
  • Anonymous
    #43372

    Looking for some help in regards to removing the following ‘Found # Results
    Page # of #’ from the filter on all pages.

    Any help is much appreciated!

    Trevor
    #43381

    I think you would need to edit and remove lines 29 and 30 of this file:

    results.php in the templates folder. Depending on the display results method you are using (I am assuming you are using the shortcode method), you can copy that file to a sub-folder (you need to make this folder, if you don’t already have it, called search-filter) of your theme folder. That way any plugin updates won’t break this change. The lines look like this:

    Found <?php echo $query->found_posts; ?> Results<br />
    Page <?php echo $query->query['paged']; ?> of <?php echo $query->max_num_pages; ?><br />

    See the documentation here (the Customising the Results section):

    Using A Shortcode

Viewing 2 posts - 1 through 2 (of 2 total)