Custom display template that allows you to create completely custom structure and modify the output before and after the list..
Most of the options for the plugin are self explanatory, I thought I'd highlight the archive specific authors and the display template..
If Archive specific authors is checked the plugin will handle authors on category, tag and taxonomy archive pages.
It will narrow the posts down to only those in the given archive.
Custom Structure as the preset display you should see three new fields Display Template, Before List and After List.
To make sure you can use the data retireved by the I've added placeholders.
For example, to display Gravatar your would use %gravatar 50% %firstname% The user's first name %lastname% The user's last name %displayname% The user's display name %username% The user's username %post count% Number of posts.
Currently there are three filters you can use to control the options in the widget. ta usable roles allows you to change the roles that can be selected.
It should return array of roles in the form of slug=>name ta usable opst types allows you to change the post types that can be selected.
It should return array of post type objects ta post query allows you to modify the arguments of WP Query.
Read more