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'); ?>