Hello,
Listing authors with wp_list_authors() only lists the authors that have written Posts, not the ones that have written custom post types.
Even if I use wp_list_authors('hide_empty=false') it doesn't show the authors.
Is there a way around this?
Thanks a lot advance :)