3, 'post__not_in' => get_option( 'sticky_posts' ) ); $recent_posts_query = new WP_Query( $recent_posts_args ); while ( $recent_posts_query->have_posts() ) : $recent_posts_query->the_post(); get_template_part( 'content', get_post_format() ); endwhile; wp_reset_postdata(); ?>