searchform($instance); echo $after_widget; } function form($instance) { $text_before = isset($instance['text_before']) ? $instance['text_before'] : '' ; $text_after = isset($instance['text_after']) ? $instance['text_after'] : '' ; $label = isset($instance['label']) ? $instance['label'] : '' ; $expand = isset($instance['expand']) ? $instance['expand'] : '' ; $width = isset($instance['width']) ? $instance['width'] : '' ; $delay = isset($instance['delay']) ? $instance['delay'] : '' ; $border = isset($instance['border']) ? $instance['border'] : '' ; $credits = isset($instance['credits']) ? $instance['credits'] : '' ; $show_category = isset($instance['show_category']) ? $instance['show_category'] : '' ; $show_post_category = isset($instance['show_post_category']) ? $instance['show_post_category'] : '' ; $post_types = isset($instance['post_types']) ? $instance['post_types'] : '' ; ?>