Forums Forums Search & Filter Pro Display total results returned

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #126785

    Hello,

    I would like to know if there is a way to display the number of total results returned once a search is performed?

    Thanks

    Trevor
    #126863

    This would depend on the Display Results method that you are using. In the plugin folder you will find a folder called templates and in that is the template page that is used by default if you are using the Shortcode Results method. In that you will find this code:

    Found <?php echo $query->found_posts; ?> Results
    

    Your template file would need to have similar code in it (using the correct query name, the one your theme uses). You might find an example in your theme’s search.php template file, if it has one.

    Anonymous
    #156050

    I am using the ‘Archive’ Display Results method. Is it still possible to do it with this setting?

    I looked for a search.php in my current theme (DocPress) but can only find a searchform.php

    Trevor
    #156423
    This reply has been marked as private.
    Anonymous
    #156596
    This reply has been marked as private.
    Trevor
    #156622

    I took a look and this would require a lot of work editing your theme, which is not practical. So, for now, I am sorry, but it does not appear possible.

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