'post','ignore_sticky_posts' => 1 , $current_options['featured_slider_post'] , 'category__in' => $current_options['blog_selected_category_id'],
'posts_per_page' => $current_options['post_display_count']);
$news_query = new WP_Query($args);
}
else
{
$arr=explode(",",$current_options['featured_slider_post']);
$args = array('post__not_in' => $arr);
$news_query = new WP_Query($args);
}
$i=1;
while($news_query->have_posts() ) : $news_query->the_post();
?>
';
$i=0;
}$i++;
wp_reset_postdata();
endwhile; ?>