Forums Forums Search & Filter Pro Number of results not showing on "Archive"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Ross Moderator
    #108801

    Hi Tom

    Archive display method uses the global $wp_query object, rather than the local $query.

    So it should be:

    Found <?php 
    global $wp_query;
    echo $wp_query->found_posts; 
    ?> Results<br />

    Thanks

    Anonymous
    #108826

    This works perfectly! Thanks so much!!

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