get post count for related author

You need to read query_posts link to do this. Here you can see ‘author’ – Order by author.

Simply you can do: SELECT count(ID) FROM wp_posts groupby author;