'post', 'post_status' => 'publish', 'orderby' => 'post_date', 'order' => 'DESC', 'posts_per_page' => 5, 'cat' => $blog_cat ); $wp_query = new WP_Query($args); ?>
have_posts() ) : $wp_query->the_post(); $i++; ?>