Home > Projects > List Authors 1.1.1

List Authors 1.1.1

November 24th, 2008

A sidebar widget to display a list of authors in your WordPress blog. Based off of List Authors Widget 1.0 by Mike Smullin. Improvements include a revised options screen (uses checkbox input fields instead of free text where appropriate) and the ability to include links to authors’ RSS feeds. If you find it useful, please leave a comment. Thanks!

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

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

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

Update: The project page for this widget now contains the latest info and changelog.

Projects

  1. December 30th, 2008 at 04:38 | #1

    Hi,

    Is it possible to upgrade List Authors widget to work with Wordpress 2.7. as well?

    Best Regards

    • December 30th, 2008 at 11:34 | #2

      Hi Matej,

      I have tested the List Authors widget and it works well with Wordpress 2.7. I will make sure to update the details to reflect that.

  2. January 9th, 2009 at 16:53 | #3

    hi. Thanks for plugin

    perfect.

    Regards

  3. January 31st, 2009 at 15:30 | #4

    Could you write this plugin with the option to sort authors by (1) post count or (2) in order of most recent post?

    A query like this would order by most recent post. I’m OK with querying the db but not so much with php…

    ‘SELECT display_name, LEFT( MAX( post_date ) , 10 ) FROM wp_users JOIN (wp_posts) ON ( wp_users.ID = wp_posts.post_author ) GROUP BY display_name ORDER BY MAX( post_date ) DESC’

  4. February 11th, 2009 at 10:53 | #5

    @Josh Nankivel
    Hi Josh,

    The Wordpress function that my plugin uses doesn’t allow any functionality beyond what it has already. If I have some free time I’ll consider writing my own function to allow author sorting.

  5. February 17th, 2009 at 00:34 | #6

    Hi,

    Nice widget. I have a quick question.
    Is there anyway to manually insert the widget into the sidebar? I am not sure how to use both widgets and manual code at the same time.

    This is probably a long shot, but the widget looked relatively simple so I thought Id ask.

    Thanks.

  6. February 17th, 2009 at 19:45 | #7

    I ended up just using a table to display what I needed. I think that is the best option because I am not sure I would of been able to setup the feedburner feeds.

    Still a nice plugin, keep up the good work.

  7. April 23rd, 2009 at 13:23 | #8

    Hi, great plugin! Is there a way to get this plugin to work on a page instead of in a widget? I have a blog that will have many authors, and I thought it might be useful for that. I know how to enable PHP on pages. Thanks in advance.

  8. May 3rd, 2009 at 21:07 | #9

    @David Harrington
    Hi David,

    I think your best bet is to use the built-in function wp_list_authors directly on the page. See http://codex.wordpress.org/Template_Tags/wp_list_authors for usage. My plugin makes use of that function, providing the code for using it as a widget but you could simply hardcode the options you like.

  9. Gene
    July 5th, 2009 at 17:26 | #10

    Interesting plugin, is it compatible with WP 2.8?

    Thanks,
    Gene

  10. Gene
    July 5th, 2009 at 19:01 | #11

    Answered my own question, tried it and seems to work well.

  11. Gene
    July 5th, 2009 at 19:16 | #12

    Nope, a few bugs in 2.8

  12. July 5th, 2009 at 20:43 | #13

    @Gene
    Hi Gene,
    An update will be released in a couple of days with full compatibility with WP 2.8.

  13. Gene
    July 6th, 2009 at 10:42 | #14

    Thanks, just saw the updated version on WP.

    Cheers,
    Gene

  1. November 27th, 2008 at 12:49 | #1
  2. January 8th, 2010 at 03:19 | #2