Recount Posts
-
Just a quick one, @baris
I've noticed I also display user post count on their post card.
Example:
That uses
posts.user.postcount
is there an alternative to use, as I don't seem to be able to useposts.users.count.posts
?Also, is there any reason why
postcount
andcounts.posts
is now out for sync only some users, is it now decrepated? -
@baris I noticed that persona theme (which our theme was originally based on) now uses that on the profile page rather than postcount, I thought something had changed.
Some reason that seems to return the correct post count compared to postcount, but the issue on is only on a few of the 8000+ members we have.
-
Ahh right the counts in the user dropdown. They are more accurate as they are calculate every time that page is loaded. And they take into account private categories that the user can't read.
user.postcount
on the other hand is the total number of posts made by the user in all categories.