Forums Forums Search & Filter Pro Display final result count

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #217055

    Is it possible to have the final number of items found? For example “We have found 72 results”

    Trevor
    #217059

    If you are not using our Shortcode display results method, then such displays are dependent on the PHP template in use, or the plugin/page builder that outputs the results.

    How are you creating the results list/grid?

    Anonymous
    #217098

    Im using a custom post type archive which is just using a loop

    Thanks

    Trevor
    #217100

    Then it is likely you would need to add some PHP to that template file.

    Look in our plugin folder on your server and you will find a folder named templates. Take a look at the results.php file.

    At the start, just inside the if have posts part is the count. The query array name we use is $query, yours may be different, but the code will give you an idea. Make sure you are using a child theme, not a master theme.

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