This plugin provides an advanced widget that allows you to display your blog authors in any widgetized sidebar. It includes the abilities to display author gravatars, author URLS, post counts, and bios.
While writing up a tutorial for the upcoming WP Roots.com, I put together this quick widget that can be used to display a list of your blog authors, including gravatars and post counts.
This useful little tip will show you how to retrieve an array of registered users from your WordPress database. We will use the get_users() function to query the database and return an array of users matching our parameters.