$args = array(
'post_type' => 'post',
'order' =>'DESC',
'posts_per_page' => 10,
);
query_posts($args);
?>
$args = array(
'post_type' => 'post',
'order' =>'DESC',
'posts_per_page' => 10,
);
query_posts($args);
?>