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) );
?>
have_posts()) : while ($q->have_posts()) : $q->the_post(); ?>
0)
$query2 = array('post__in' => $stickies, 'showposts' => arras_get_option('featured_count') );
} elseif ($featured2_cat == '0') {
$query2 = 'showposts=' . arras_get_option('featured_count');
} else {
$query2 = 'showposts=' . arras_get_option('featured_count') . '&cat=' . $featured2_cat;
}
arras_render_posts($query2, arras_get_option('featured_display'), 'featured');
?>
arras_get_option('news_cat'),
'paged' => $paged,
'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) )
);
query_posts($news_query_args);
arras_render_posts(null, arras_get_option('news_display'), 'news'); ?>