:deal_magyar:Authors Widget

Donation Amount:
USD

Authors Widget shows the list of the authors, with the number of posts, link to RSS feed next to their name. It is useful in a multi-author blog, where you want to have the list in the sidemenu.

Installation

  1. Download the latest version
  2. Upload `authors.php` to the `/wp-content/plugins/` directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to ‘Appearance’ or ‘Presentation’ or ‘Design’ menu
  5. Go to ‘Widgets’ menu
  6. Drag & Drop the Authors Widget to the place you would like to display the authors’ list
  7. Optionally change the title

Screenshots

  • This is how the sidemenu will look:
  • Drag & Drop the widget to it’s place and change the title:

105 Responses to “Authors Widget”

  1. Sharon says:

    Is there a way for me to re-order the authors or is it only ddone alphabetically?

    • Gavriel says:

      Since the current version uses the wp_list_authors function, and that doesn’t have an option for the order, you can’t change it from the plugin itself, only by manipulating wp_list_authors’ code.

  2. Corey says:

    Hi Gavriel – I’m no php expert and I’m wondering if there’s a way I can change the formatting of the links (ie removing the parentheses). I can’t quite figure out where those are coming from. Can you help?

  3. kilroy says:

    trying to figure out how to list the authors from greatest amount of post to least amount of post.. if you know how to do this please help. If I figure it out I’ll post it here. would be nice to limit the number of authors shown also.

    many thanks for the free plugin

  4. Does this work the same for people who are listed as “contributors”?

  5. Ian McAbee says:

    Is there a template tag for this widget?

  6. Love the widget. :)

    Any plans to add gravatars to the author display, as an option?

  7. J says:

    Hey, love your plugin. I use graphics for the heading on my blog, so where there’s “Authors” I’d like to put an image there instead. Where in the plugin do I edit?

    • Gavriel says:

      Look at lines 30, 37. In 37 for sure you’ll be able to print whatever you want instead of $title, but maybe you can do even better if you try in line 30 with the widget_title filter.

  8. Pankaj Arya says:

    Hey Dude
    nice pligin

    can you make this plugin in such a way , that the author with highest post comes on top and so on.

    Thanks

    • Gavriel says:

      It’s not possible in the current version, since it uses wp_list_authors. But I’m working on a new feature, and I think it won’t be hard to add your idea as well. I’ll keep you updated.

  9. Wolforg says:

    Thanks a lot Gavriel, your update and the patch works fine :-)

  10. Wolforg says:

    Hello and thnaks for this plugin :-)
    I would exclude one author of the widget but I don’t find where I must modify the widget. Could you help me?

    • Gavriel says:

      If you want to exclude the admin, then you could check the Exclude admin checkbox. I’ve just added it to version 1.2

      But if you want to exclude someone else, it’s not that easy, ’cause authors use wp_list_authors, and it doesn’t have a parameter to exclude someone. Then either you’ll have to patch wordpress for that, or write your own function for that.

      • Wolforg says:

        Hello Gavriel and thanks for your quick reply.
        As you’ve undestood, I would exclude the admin of the widget.
        I’ve checked the checkbox but the admin is always visible in the widget and I don’t understand why…
        Have you an idea? ;-)
        Whatever, I’ve translated your plugin in french (because I’m french), fell free to contact me by mail, I’ll giving you the fr_FR.po and fr_FR.mo :-)

Leave a Reply