Consider downloading and installing Otto’s php code widget.
Then use the template tag, wp_list_authors(), with that widget.
Please remember to support our plugin authors by clicking on the Donate button there.
Hi MichaelH
I am using the php code widget and it works!
<?php wp_list_authors('arguments'); ?>
which is great and show me the authors but I need a list of all users e.g. authors, editors. I have tried adding wp_list_editors but it doesn’t seem to like it.
Do you know if this is possible?
That ‘arguments’ is meant to be replaced by one or more of the parameters listed in that article I listed:
<?php wp_list_authors('hide_empty=0'); ?>
Thanks for the help MichaelH
I got it working with the php code widget, but for some reason the list was showing outside of the border of the php div, and couldn’t work out why…
so dit more searching and found this plugin which does the trick (and shows the avartars too):
author avatars
thanks again
:K