List Authors

December 29th, 2010 Leave a comment Go to comments

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.

Screenshots

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

The List Authors widget showing the optional RSS feeds.

List Authors Configuration

List Authors Configuration

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.

The List Authors plugin is hosted at wordpress.org. You can find the latest features list, installation instructions, and install file there.

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 the list

1.2

updated to use the new WordPress 2.8 widget API
added the HTML/comma-separated list dropdown
now multi-widget enabled

1.1.1

small fix to make the <img> tag for the RSS link XHTML compliant

1.1

initial release

  1. August 26th, 2011 at 13:57 | #1

    When visitors click on the author name in the sidebar widget it the page that displays loses all formatting and looks weird. Is there a workaround for this in the works?

    • August 27th, 2011 at 09:18 | #2

      Hi Frank,

      This is almost certainly an issue with your WordPress theme and not with List Authors–all my plugin does is link the user to your author-specific archive page. Please check that your theme has an Archive page (archive.php) and that it contains the correct markup and styling.

  2. James
    August 16th, 2011 at 03:31 | #3

    Hello:

    My widget does not position correctly on the side bar. Could you please provide code which I can paste directly on the sidebar — to produce the author list with post counts and an rss image for each author.

    Greatly appreciate your assistance.

    Note: currently, I am using this:

    **** php list_authors(TRUE, TRUE, TRUE); ****

    Which displays the list of authors + Number of posts for each author.

    • August 16th, 2011 at 19:13 | #4

      Hi James,

      You can use the wp_list_authors function to place the list wherever you like. In your case, a call like

      <?php wp_list_authors( 'optioncount=1&feed_image='.LISTAUTHORS_URL.'feed-icon-14x14.png&feed=RSS feed'); ?>

      should work.

  3. Johnny Reno
    July 25th, 2011 at 14:47 | #5

    Great stuff.
    I’m looking for exactly what you’ve done here but with a bit more functionality
    + pull down menu from the 3.2.x (+) header menu

    is this something that you could do -willing to donate to the cause :-)

    Thanks much

  4. June 24th, 2011 at 19:59 | #6

    If I add a Contributor to the site, will they be listed as an Author? Or just Authors, Editors, and Admin?

    • July 18th, 2011 at 07:33 | #7

      Hi Randy,

      Contributors will show in the author list just like the other users.

  5. May 3rd, 2011 at 04:59 | #8

    Hi

    Where is the hard coding for the feed name please? I changed my username on wordpress from Eli to Damian. It has changed everywhere else on wordpress but the feed still says eli and not damian.

    Where can I change this please, it isn’t from the plugin I know.

    Thanks

    Damian

    • May 3rd, 2011 at 19:15 | #9

      Hi Damian,

      Do you have access to your WordPress database? I suspect that the feed name is on the user_login field of the wp_users table. Change it at your own risk though, I’m not sure what unintended effects it might have.

  6. March 29th, 2011 at 05:21 | #10

    Sorry, I have a little problem!
    I use co-authors-plus plug-in and I’d like to take into account co-authored posts, in the widget of list-author.
    I’ve found this instruction:

    “Note that as of this writing, WordPress does provide a means of extending wp_list_authors(), so included in this plugin is the function coauthors_wp_list_authors() modified to take into account co-authored posts; the same arguments are accepted.”

    But it doesn’t work. Can you help me, please?

  7. Christine
    March 17th, 2011 at 14:14 | #11

    This is a great plugin. I’ve been using it for awhile without any trouble. Now I am adding it to a new site that is a little different. We post (long) articles on pages (not as posts). The right people are listed as the author of the page, but it seems pages are not included. Is it possible to add this? Thanks very much!

    • March 19th, 2011 at 09:40 | #12

      When you say “not included” do you mean that the pages are not included in the authors’ post count?

  8. March 3rd, 2011 at 09:39 | #13

    @Takaitra
    Thanks! Any idea how soon that next version might be coming?

    • March 5th, 2011 at 08:29 | #14

      Since you asked nicely, I could probably have it done within a couple weeks. =) I’ll make sure to send you an email so you’re the first to know it’s available.

  9. March 2nd, 2011 at 18:50 | #15

    Is there any way to include author avatars? If so how? If not, might you add that? Thanks.

    • March 2nd, 2011 at 21:00 | #16

      That’s not possible in the current version but you’re not the first person to request that feature. I’ll try to include the option to include Gravatars in the next version.

  10. Tore
    March 2nd, 2011 at 17:21 | #17

    Hi Takaitra,
    I don’t undestand this Error message: “Fatal error: Call to undefined method: wpdb->get_blog_prefix() in /web/htdocs/www.mydomain.it/home/blog/wp-content/plugins/list-authors/list-authors.php on line 88″.

    • March 2nd, 2011 at 20:57 | #18

      Hi Tore,
      What version of WordPress are you using? A quick search online brings up this solution. Do you happen to have the DB Cache Reloaded plugin installed?

  11. January 28th, 2011 at 16:37 | #19

    This plugin is exactly what I was looking for. I have been developing a theme that traditionally had the list of authors in the navigation bar, and this plugin is helping me to replace that with widgets. I’m including a note to use your plugin for the same functionality in my theme.

    Thanks!

  12. Steve Sommer
    January 14th, 2011 at 23:50 | #20

    I get an “Error 404 – Not Found” message when I click through my name (the admin). The other two site contributors work fine, and my post count shows correctly, the link just doesn’t work. Any thoughts?

    • January 19th, 2011 at 16:07 | #21

      Hi Steve,

      I’ll need some more info since I can’t reproduce the error on my end. What are your Permalinks configured to? Can you send me both the correct admin author URL and the incorrect one (the one that the plugin tries to go to)? Thanks.

  13. January 11th, 2011 at 04:44 | #22

    Thank for the wonderful plugin. I have been using another one (by Mikes Mullin, for last 3 years) and that didn’t have the feature set to restrict the list. I tried using this one but somehow for me it doesn’t work. It gives me a wrong list. I have take it off and would test it on my stage.ghumakkar.com site. I am on latest WP.

    • January 19th, 2011 at 16:09 | #23

      Hi Nandan,

      Can you give me the widget settings you are using? Would you be able to give me any more details on what is wrong with the list?

  14. December 29th, 2010 at 18:05 | #24

    @Kobus
    Hi Kobus,
    Thank you for sending me the error message. It does seem that version 2.0 is broken for older versions of WordPress. I just released version 2.0.1 that should fix the problem.

  15. December 29th, 2010 at 17:21 | #25

    @Claire
    Hi Claire,
    I’ve tested with those three roles and the widget works for me. Can you let me know which version of WordPress you are using?

  16. December 29th, 2010 at 17:19 | #26

    @Maria
    Hi Maria,

    I was unable to duplicate the problem. Which version of WordPress are you using?

  17. December 29th, 2010 at 16:44 | #27

    @Pedro Villalobos
    Hi Pedro,

    If you would like to have a list of authors without using a widget, please use the wp_list_authors template tag directly.

  18. December 29th, 2010 at 14:25 | #28

    @mohammad
    Hi Mohammad,
    Would the widget work for you if I added a new checkbox to exclude subscribers from the list?

  19. December 29th, 2010 at 14:10 | #29

    @Geoffrey Allan Plauché
    Hi Geoffrey,

    In order to embed the widget in the content area of a static page, please directly use the template tag that the widget is based off of. The template tag is wp_list_authors

  20. December 25th, 2010 at 04:25 | #30

    Hi Takiatra,

    Many thanks for the plugin. I have a doubt though. What is the code for the plugin to be inserted on a page rather on any side bar, please?

    Regards,
    Girish.

  21. November 29th, 2010 at 18:11 | #31

    @Claire
    OK, it looks like a glitch. The Contributor will show with no posts, but the Author and Admin will not.

  22. November 29th, 2010 at 18:04 | #32

    This plugin seems very cool, but I’m having an issue. So far on my site I have an admin (me), and Author, and a Contributor. I want everybody to be displayed, but I can only get the Contributor to show.

    Thanks

  23. Maria
    November 29th, 2010 at 17:24 | #33

    Great plug-in–thanks! I would like to know if anyone else is experiencing the following problem:

    If an author only has one post, the post won’t show.

  24. October 13th, 2010 at 08:56 | #34

    Hi, first of all, great plugin. I’ve been looking for something like this for quite some time.

    I would like to know if I can call it right from the sidebar, without adding any widget.

  25. October 12th, 2010 at 05:14 | #35

    Thanks a lot for this plug-in, but i have a problem with a small thing, this plug-in shows the users who submit in the website and authors , how can i show the authors only?

Comment pages
  1. July 6th, 2009 at 06:28 | #1
  2. July 6th, 2009 at 15:17 | #2
  3. October 11th, 2009 at 13:54 | #3
  4. December 15th, 2009 at 02:05 | #4
  5. January 2nd, 2010 at 12:46 | #5
  6. March 12th, 2010 at 10:58 | #6
  7. April 18th, 2010 at 19:53 | #7
  8. June 16th, 2010 at 11:32 | #8
  9. June 16th, 2010 at 11:32 | #9
  10. June 16th, 2010 at 11:37 | #10
  11. September 5th, 2010 at 18:01 | #11
  12. May 13th, 2011 at 09:53 | #12