<?php query_posts('orderby=date&showposts=5&author=ID');

while (have_posts()) : the_post();

the_title();
echo '<br />';

endwhile;
?>
İşinizi görür umarım ID yazan yere yazar ID'si gelecek.