Introduction
I expected wordpress to have some built in support for listing all authors of the blog in a select box but that is not the case yet in Wordpress 2.9.2.
I was certain that I can get this done using
wp_list_authors
but actually it was a not that straight forward and so let me share this with you. I think this will help those looking for such functionality.The Code
What I did is replaced the content of list...
Getting Wordpress Blog Authors in Combobox