array(142), //Authors's id's you like to not include 'posts_per_page' => '5', 'paged' => $paged, //'offset' => '3', ); $wp_query = new WP_Query($args); if($wp_query->have_posts()) : while($wp_query->have_posts()) : $wp_query->the_post(); get_template_part( 'content', 'preview' ); endwhile; else: echo "Oops, there are no posts."; endif; ?>