Forums Forums Search & Filter Pro remove text from results page

Tagged: 

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

    Is there a way to remove the following on the results page:
    Found 37 Results
    Page 1 of 1

    The page on our site is: https://hopusaco.kinsta.cloud/in-the-news-2019/

    Trevor
    #206692

    That data is outputted by our results.php template when using the Shortcode results display method:

    https://searchandfilter.com/documentation/search-results/using-a-shortcode/

    In that documentation you can find the Customising guide. In the standard results.php template file, this is the code that you are asking about:

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

    If you wish to change (or delete it), you can.

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