7, 'ignore_sticky_posts' => 1, 'post__not_in' => $sticky, ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : while ( $query->have_posts() ) : $query->the_post(); get_template_part( 'content', 'news' ); endwhile; endif; ?>