get_option( 'sticky_posts' ), 'paged' => $paged, ); $filtered = new WP_Query(); $filtered->query( $filtered_args ); while ( $filtered->have_posts() ) : $filtered->the_post(); get_template_part( 'content', get_post_format() ); endwhile; // End the loop endif; // End check if Featured Post Slider display ?>