Is there a plugin for a widget that shows the list of contributors from the blog? Ideally the author's name would link to the posts they have created.
Is there a plugin for a widget that shows the list of contributors from the blog? Ideally the author's name would link to the posts they have created.
Consider downloading and installing Otto's PHP Code Widget.
Then using the template tag, wp_list_authors(), put this in one of those widgets:
<?php wp_list_authors('show_fullname=1&optioncount=1'); ?>
Please remember to support our plugin authors by clicking on the Donate button there.
Many thanks! Works perfectly!
You must log in to post.