Forums Forums Search & Filter Pro Turn Off "Found X Results"

Tagged: 

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

    Hello! Got my first couple of searches created and it’s working great. One thing I can’t figure how to turn off, though, is the text at the top of the search results that says:

    Found XX Results
    Page 1 of 1

    Can I make that go away?

    Thanks,

    Heino

    Trevor
    #74878

    Are you using the Shortcode Display results method?

    If yes, did you make a copy of the results.php template file as shown in the documentation:

    https://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/#Customising_the_Results

    This allows you to customize the file by editing it.

    You would need to remove lines 29 and 30:

    Found <?php echo $query->found_posts; ?> Results<br />
    Page <?php echo $query->query['paged']; ?> of <?php echo $query->max_num_pages; ?><br />
Viewing 2 posts - 1 through 2 (of 2 total)