This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

List Authors

Description

A widget to display a list of authors in your WordPress blog. Includes widget options to configure the features mentioned below. Completely updated to use the new widget API and is multi-widget enabled. Fully XHTML compliant.

Features:

  • Choose between an HTML list or comma-separated list.
  • Can show number of published author posts.
  • Sort authors by name or by post count.
  • Exclude users below a given post count threshold.
  • Allows administrator to be excluded from the list.
  • Choose between displaying usernames or full names in the list.
  • Can include links to author-specific RSS feeds.

Screenshots

  • The List Authors widget showing two authors along with links to their respective RSS feeds.
  • The List Authors widget configuration.

Installation

  1. Download the List Authors zip file.
  2. Extract the files to your WordPress plugins directory.
  3. Activate the plugin via the WordPress Plugins tab.
  4. Configure the widget and place it on your blog using the Widget configuration page.

FAQ

How do I disable the limit on number of authors listed?

Leaving the “Maximum displayed” text box blank will cause all selected authors to be displayed. The same goes for “Minimum author posts.”

Can I limit the list to display only contributors (and exclude subscribers)?

Not explicitly, but by specifying a minimum post count, you can effectively exclude all users without posts (subscribers).

Can I sort the list of authors alphabetically or by post count?

Yes. This feature was added in version 2.0.

Can I limit the number of authors listed in the widget?

Yes. This feature was added in version 2.0.

How do I show the list of authors on a page or sidebar without using the widget?

This widget is the most convenient way to include a list of authors anywhere you can place a widget. However, you can place a list of authors anywhere you like without using this widget by using the wp_list_authors template tag.

What if I have further questions?

If you have any questions or comments, feel free to leave a comment on the project page and I will respond as soon as I can.

Reviews

June 15, 2018
The plugin still works... unless you have Jetpack's widget module enabled, in which case their (inferior) Authors widget completely supplants this one.
Read all 1 review

Contributors & Developers

“List Authors” is open source software. The following people have contributed to this plugin.

Contributors

Translate “List Authors” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.0.1

  • Small fix for versions of WordPress older than 2.8.

2.0

  • List can be sorted by name or post count.
  • Can limit the number of authors listed.
  • Can specify a minimum number of posts required before author is displayed in list.

1.2

  • Updated to use the new widget API introduced in WordPress 2.8.
  • Added the HTML/comma-separated list dropdown.
  • Multi-widget enabled (it is now possible to have two or more copies of the same widget on one blog).

1.1.1

  • Small fix to make the widget fully XHTML compliant.

1.1

  • Initial release.