'post','posts_per_page' => 4,'ignore_sticky_posts' => 1 , $current_options['featured_slider_post']);
query_posts( $args );
}
else
{
$arr=explode(",",$current_options['featured_slider_post']);
$args = array('post__not_in' => $arr);
query_posts( $args );
}
$i=1;
while( have_posts() ) : the_post();
?>
';
$i=0;
}$i++;
wp_reset_postdata();
endwhile; ?>