Forums
(@tin_ocean)
14 years, 6 months ago
Try
new WP_Query( array ('post__not_in' => $featuredpostid, 'orderby' => 'date', 'posts_per_page' => '3', 'order' => 'DESC' ) );