Support

Account

Home Forums General Issues Display counter inside the post loop Reply To: Display counter inside the post loop

  • You should be able to get the post count after you run your query:

    For example:

    echo "<span>".$postslist->post_count."</span>";