Forums Forums Search & Filter Pro Display number of posts in search results

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

    Is there a way to do this? Seems simple, but I’m not seeing an option for the results display, only in the search form itself. Thanks!

    Trevor
    #200433

    What Display Result method are you using? It IS possible, but you need to be done in the template being used for the results. That might be buried so deep in code it would be impractical to do though.

    It is implemented in our Shortccde display results method, and you can see an example of the code if you look in the folder our plugin is in on your server, inside a templates folder and see the results.php template.

    Anonymous
    #200548

    I am using a Post Type Archive within Beaver Themer. I found the results.php template, but am unsure what to do next?

    Trevor
    #200574

    It would require adding PHP like this:

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

    in the PHP template, inside the Ajax Container if you are using Ajax to load the filtered results).

    You might need to seek the help of either Beaver Builder support or a third party coder to do this.

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