'post', 'paged' => $paged ); query_posts($args); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); ?>