__( 'Displays most Popular Posts with Thumbnail.','elicit' ) ) ); } public function form( $instance ) { $defaults = array( 'date' => 1, 'show_thumb3' => 1, ); $instance = wp_parse_args((array) $instance, $defaults); $title = isset( $instance[ 'title' ] ) ? $instance[ 'title' ] : __( 'Popular Posts','elicit' ); $qty = isset( $instance[ 'qty' ] ) ? intval( $instance[ 'qty' ] ) : 5; $date = isset( $instance[ 'date' ] ) ? intval( $instance[ 'date' ] ) : 1; $show_thumb3 = isset( $instance[ 'show_thumb3' ] ) ? intval( $instance[ 'show_thumb3' ] ) : 1; ?>

false, 'ignore_sticky_posts' => 1, 'orderby' => 'comment_count', 'numberposts' => $qty, ) ); echo '