'bearded-posts-widget', 'description' => __('Show Latest Blog Posts. Best use in homepage widget.', 'bearded') ); $control_ops = array(); $this->WP_Widget('bearded-posts', __('Bearded Latest Posts', 'bearded'), $widget_ops, $control_ops); } function widget( $args, $instance ) { extract($args); extract($instance); /* Display widget ---------------------------------------------------------------*/ echo $before_widget; ?>