I need to get archives of one author and exlude all others, Wordpress wp get archives() doesn't have that kind of filter. How can I fitler all other others except one author from archives?
http://codex.wordpress.org/Template%5FTags/wp%5Fget%5Farchives
<?php wp_get_archives('type=monthly'); ?>