get_option('sticky_posts'), 'showposts' => arras_get_option('featured2_count') ) ); elseif( $featured2_cat == '0' ) $q2 = new WP_Query('showposts=' . arras_get_option('featured2_count') ); else $q2 = new WP_Query('cat=' . $featured2_cat . '&showposts=' . arras_get_option('featured2_count') ); arras_get_posts('featured2', $q2); ?> arras_get_option('news_cat'), 'paged' => $paged, 'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) ) ) ); arras_get_posts('index') ?>