Basit bir örnek son 5 yazıyı listeler.
$args = array(
'post_type' => 'post',
'order' =>'DESC',
'posts_per_page' => 5,

);
query_posts($args);
?>