__( 'A widget with "Latest posts", "Latest Comments" and "Popular posts"', 'blogolife' ), ) ); } function form($instance) { // outputs the options form on admin if ( $instance ) { $number_of_posts = esc_attr( $instance[ 'number_of_posts' ] ); $number_of_recent_comments = esc_attr( $instance[ 'number_of_recent_comments' ] ); $number_of_popular_posts = esc_attr( $instance[ 'number_of_popular_posts' ] ); } else { $number_of_posts = 10; $number_of_recent_comments = 5; $number_of_popular_posts = 10; } ?>