'Add your Flickr feed to your sidebar with this widget '); parent::WP_Widget(false, "Flickr Photos", $widget_ops); } function widget($args, $instance) { extract( $args ); $title = $instance['title']; $id = $instance['id']; $number = $instance['number']; $type = $instance['type']; $sorting = $instance['sorting']; $size = $instance['size']; echo $before_widget; echo $before_title; if($title !== '') { echo $title; } else { echo 'Photos on Flickr'; } ?>