Hi!
how do i set wp_lis_authors() to list just authors including the empty ones and not subscribers together?
thanks,
Hi!
how do i set wp_lis_authors() to list just authors including the empty ones and not subscribers together?
thanks,
wp_list_authors should really be called wp_list_users
As far as I know you can only exclude the admin account and any user with 0 posts (regardless of role).
If this is the case, your only option would be to create a custom function which selects from the database authors by role or you could look for a plugin. I didn't have much luck finding a plugin for you.
thanks for your help...
I created a test post just to show the specific author...
hope somebody else could help us..
Yes try this plugin
This topic has been closed to new replies.