'widget_abdul_tag', 'description' => __( " search for Tagging system") ); $this->WP_Widget('abdul_tag', __('ABDUL_TAG'), $widget_ops); } function widget( $args, $instance ) { extract( $args ); echo $before_widget; $title = apply_filters('widget_title', $instance['title']); if( $title ) echo $before_title . $title . $after_title; ?>