arras_get_option('news_cat'), 'paged' => $paged, 'showposts' => ( (arras_get_option('index_count') == 0 ? get_option('posts_per_page') : arras_get_option('index_count')) ) ); // if you are a WP plugin freak you can use 'arras_news_query' filter to override the query wp_reset_query(); query_posts(apply_filters('arras_news_query', $news_query)); arras_get_posts('news') ?>