get_posts( array( 'post__not_in' => get_option( 'sticky_posts' ), 'posts_per_page' => 10, 'orderby' => 'post_date, 'order' => 'DESC' ) );

kodu böyle yazarsanız çalışması lazım..