Above my head:
get_posts(array('author_name' => 'the_authors_name'))
You do not get anything pre-formatted as from wp_get_archives, just a list of messages, but you get messages from the author. If you need to do more fancy things or want to run WP Loop, you can also create your own object WP_Query.
source
share