option_activate == 0 ) return; $stickies = get_option('sticky_posts'); // Query featured entries $query = array( 'post_type' => 'post', 'post__in' => $stickies ); $query = new WP_Query($query); ?> have_posts() ): // No slider if 1 post is featured ?>