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