- This topic has 1 reply, 2 voices, and was last updated 8 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › How to remove the text – 'Found 5 Results, Page 1 of 1'
My guess is that you are using the shortcode display results method? If os, follow this customising guide:
And edit the local theme folder copy of results.php and find and remove this:
Found <?php echo $query->found_posts; ?> Results<br />
Page <?php echo $query->query['paged']; ?> of <?php echo $query->max_num_pages; ?><br />
At the top (on the original file at lines 29 and 30.
And also this line towards the bottom (line 73):
Page <?php echo $query->query['paged']; ?> of <?php echo $query->max_num_pages; ?><br />