$page, 'post_type' => 'post', 'posts_per_page' => $posts_per_page, 'post_status' => 'publish'); query_posts($args); //$query = new WP_Query($args); // if ($query->have_posts()) : while ($query->have_posts()) : $query->the_post(); if ( have_posts()) : while ( have_posts()) : the_post(); ?>

,
: