'Aadi Testimonial Slider Section'); $control_ops = array('width' => 300, 'height' => 300); parent::__construct(false, $name='Aadi Testimonial Slider Section',$widget_ops,$control_ops); } /* Displays the Widget in the front-end */ function widget($args, $instance){ extract($args); global $post; $title = apply_filters('widget_title', empty($instance['title']) ? ' ' : $instance['title']); $post_type= $instance['post_type']; $posts_number = empty($instance['posts_number']) ? '' : $instance['posts_number']; ?>