Hi guys,
I'm (definitely) a noob in WordPress and php, and I'm used to prepared template tags provided by expert plugin developers here.
But all I need now is probably one of the most simple ones:
How to display a user's post count (drafts, and published) whenever he/she is currently logged in?
I found the <?php get_usernumposts(userid); ?> but it requires an ID/specific user. I want it to show the current logged in user.
Sorry again since I st!nk in modifications :(