<?php query_posts('cat=22&author=id&order=ASC&showposts=-1'); ?> 
<?php if(have_posts()) : while(have_posts()) : the_post(); ?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>

<?php endwhile; endif; ?>
Bu şekilde çalışması lazım, deneyip dönüş yaparmısın. author=id alanındaki id kısmına yazılarını listeleyeceğin yazarın id numarasını yazmalısın.