List Authors 1.2 is released and includes a complete rewrite to work with the new WordPress 2.8 class-based widget API. Visit the project page to view the changelog or jump straight to the WordPress site to download.
List Authors 1.2 Released
1 min read
Recent Posts
Recent Comments
Categories
- Daily Journal (20)
- Electronics (5)
- How-To's (11)
- Linux Administration (5)
- micro:bit (1)
- Programming (1)
- Raspberry Pi (3)
- Projects (8)
- Rants (1)
- Uncategorized (2)
6 Comments
Hello, very nice plug-in – I am testing it now.
I would like to exclude all authors from a particular Category. Can this be done? I am interested to know how.
Thank you,
daurora
Hi daurora,
The List Authors plugin makes use of the wp_list_authors template tag which unfortunately does not support that feature.
hey if you want to link exchange I’ll add you to my (currently non existent) blog roll. just let me know kturner at analysisandreview dot com
nice blend of life =) I might do the same on mine.
darn.. glad you’re fighting the battle to have this added. You’re a good man Charlie Brown.
VERY NICE! Installed and love it.. if you have time may I request two new features?
option to add avatar of author
and
sort order based on number of post and a max number of shown authors
if you tell what where in class-list-authors.php to add the call for avatar I think I might can break it.. I mean do it =)
I’m glad you like the plugin. The max posts and sort are commonly requested options. Unfortunately, those additions must be made to the wp_list_authors template tag which is part of core WordPress. I have submitted a feature request for this and in fact hope to contribute to it myself. So, it’s not available now but hopefully it will be in an upcoming version of WordPress.
Similarly, avatar support would have to be added in the template tag.