Hi, thank you for the plugin.
I tried to use this widget for authors list on sidebar, then noticed that my blog has over 100 registered users who just wanted to comment and/or subscribe newsletter. They are all displayed on the list and it is tough to set long list for exclusion.
I wonder if the plugin has a check box to exclude all non-authoring users, i.e. who never posted an article.
]]>We can use parameters from the_author_meta, however including something like this does not work: <a href="mailto:{user_email}">{user_email}</a>
On the other hand, if I only specify {user_email}
the email address is displayed, but without its link. Not very useful.
Also…
This works:
<dd><a href="{user_url}">View Author's page</a></dd>
This does not work and would be preferred:
<dd><a href="{user_url}">{display_name}</a></dd>