Hello,
I'm looking for a way to get a user's post count in a specific language.
My code now has somethign along the lines of $posts = count_user_posts($bloguser->ID);
I found a similar thread but it only helps to return current user's post count.
I'm afraid I'm not really familiar with OOP; could I alter the values in the aforementioned thread to do I'm looking for?