', '' );
?>
'bmag_widget_5_posts_style_1', 'description' => __( 'Displays the latest 5 posts of specific category. This widget must use it ONLY on the MAGAZINE FRONT PAGE, in Mag Front Page: Below Header widget area.', 'bmag' ), ); parent::__construct( 'Bmag_Widget_5_Posts_Style_1', '(BMag) ' . __( '5 Posts - Style 1', 'bmag' ), $widget_ops ); } public function form( $instance ) { $defaults = array( 'title' => '', 'cat_sel' => '', 'frame' => 'frameless', ); $instance = wp_parse_args( (array) $instance, $defaults ); $title = $instance ['title']; $cat_sel = $instance['cat_sel']; $frame = $instance ['frame']; ?>
: