$news_cat, 'paged' => $paged, 'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) ) ); $news_offset = 0; if ($slideshow_cat == $news_cat) { $news_offset += $slideshow_count; } if ($featured_cat == $news_cat) { $news_offset += $featured_count; } $news_query_args['offset'] = $news_offset; query_posts( apply_filters('arras_news_query', $news_query_args) ); arras_render_posts(null, arras_get_option('news_display'), 'news'); ?>