__( 'Display posts from multiple categories in an animated slider.','wpneon' ) ) ); } public function form( $instance ) { $defaults = array( 'title' => __( 'Featured Posts','wpneon' ), 'cat' => array(), 'slides_num' => 3, 'show_title' => 0, 'slider_nav' => 'bullets', 'title_limit' => 40 ); $instance = wp_parse_args((array) $instance, $defaults); extract($instance); ?>

have_posts()) : $posts->the_post(); ?>