$blog_article_number,
'ignore_sticky_posts' => 1,
);
}else{
$query_posts = array(
'showposts' => $blog_article_number,
'ignore_sticky_posts' => 1,
'category__in' => $options_cat_id,
);
}
$the_query = new WP_Query( $query_posts );
if ($the_query->have_posts()) : while ($the_query->have_posts()) : $the_query->the_post();
?>