'post', 'post_status' => 'publish', 'posts_per_page' => $n, 'order' => 'DESC', 'orderby' => 'date', ); $the_query = new WP_Query( $args ); $i = 0; while ($the_query -> have_posts()) : $the_query -> the_post(); ?>