__( 'Recent Posts', 'masterstudy' ), 'number' => 5, 'show_date' => false, 'el_class' => '' ), $atts ) ); $atts['show_date'] = $show_date; $el_class = $this->getExtraClass( $el_class ); $output = '
'; $type = 'WP_Widget_Recent_Posts'; $args = array( 'before_title' => '
', 'after_title' => '
' ); ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); $output .= '
' . $this->endBlockComment( 'vc_wp_posts' ) . "\n"; echo stm_echo_safe_output($output);