'Bmag_Widget_5_Posts_Style_2', 'description' => __( 'Displays the latest 5 posts of specific category. This widget must use it ONLY on the MAGAZINE FRONT PAGE.', 'bmag' ), ); parent::__construct( 'Bmag_Widget_5_Posts_Style_2', '(BMag) ' . __( '5 Posts - Style 2', 'bmag' ), $widget_ops ); } public function form( $instance ) { $defaults = array( 'title' => '', 'cat_sel' => '', 'offset' => 0, 'frame' => 'light-frame', ); $instance = wp_parse_args( (array) $instance, $defaults ); $title = $instance ['title']; $cat_sel = $instance['cat_sel']; $offset = $instance['offset']; $frame = $instance ['frame']; ?>
:
: