Forums Forums Search & Filter Pro Finding maximum number of posts

Viewing 1 post (of 1 total)
  • Trevor
    #78756

    It MIGHT be possible using PHP, something like this:

    <?php global $wp_query; ?>
    <div>Found <?php  echo $wp_query->found_posts; ?> Posts</div>

    But the query name might be the issue, because it depends on your theme. I stumbled on this by accident because I was trying to find how many posts there were after filtering, but this code gave me the total number before filtering.

    For my own needs I have spent over a week on this without any joy, so I am fairly sure I can’t offer much more help.

Viewing 1 post (of 1 total)