- This topic has 3 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 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 › get the number of results
Tagged: show number of results
You would need to know the name of the array that wp_query places the results in to. A typical example is this:
Found <?php echo $query->found_posts; ?> Results
Where $query is that array. Note that if you are using Ajax, that code would need to be inside the Ajax Container.