0) $query = array('post__in' => $stickies, 'showposts' => arras_get_option('slideshow_count') ); } elseif ($featured1_cat == '0') { $query = 'showposts=' . arras_get_option('slideshow_count'); } else { $query = 'showposts=' . arras_get_option('slideshow_count') . '&cat=' . $featured1_cat; } $q = new WP_Query( apply_filters('arras_slideshow_query', $query) ); if ($q->have_posts()) : ?>