__( 'Recent News Post', 'anc-news' ), ) // Args ); } /* Function for widget */ public function widget( $args, $instance ) { $recent_title = apply_filters( 'widget_title', $instance['recent_title'] ); $number_of_posts = apply_filters( 'widget_title', $instance['number_of_posts'] ); if($number_of_posts=='') { $number_of_posts = 4; } echo $args['before_widget']; if ( ! empty( $recent_title ) ) echo $args['before_title'] . $recent_title . $args['after_title']; ?>