__CLASS__, 'description' => __('Displays the comic blog post, ..used to be around the comic areas.','comicpress') ); $this->WP_Widget(__CLASS__, __('ComicPress Comic Blog Post','comicpress'), $widget_ops); } } function widget($args, $instance) { global $post, $wp_query; if ((is_home() || is_single()) && in_comic_category()) { extract($args, EXTR_SKIP); if (!empty($post->post_content)) { echo $before_widget; $title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']); if ( !empty( $title ) ) { echo '