query_posts( 
   array ( 'category_name' => 'kategori ismi', 
           'posts_per_page' => -1,
           'orderby' => 'ID',
           'order' => 'DESC'
   )
);
bu sekilde gostermesi lazim

veya temanizdaki category.php icerisine

<?php query_posts($query_string . '&orderby=date&order=ASC'); ?>
yukardaki kodu

<?php while ( have_posts() ) : the_post() ?>
bu kodun ustune eklersen yine istedigin sonucu verebilir ASC DESC olarak degistirebilirsin tam tersi olursa