'post', 'posts_per_page' => 6, ); $blog_posts = new WP_Query($blog_args); while ($blog_posts->have_posts()) { $blog_posts->the_post(); ?>