'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']; ?>

    $post_type); $queryObject = new WP_Query($query); if ($queryObject->have_posts()): while ($queryObject->have_posts()): $queryObject->the_post(); $post=get_post(get_the_id()); ?>
  • post_title;?>
'What People Says', 'posts_number'=>'4', 'post_type'=>'testimonial') ); $title = htmlspecialchars($instance['title']); $post_type = $instance['post_type']; $posts_number = (int) $instance['posts_number']; # Title echo '

'; echo '

'; echo '

'; } }// end ShowPosts class function ShowTestimonialSliderInit() { register_widget('TestimonialSlider'); } add_action('widgets_init', 'ShowTestimonialSliderInit'); ?>