in_the_loop = true; $comicFrontpage = new WP_Query(); $comicFrontpage->query('showposts=1&cat='.comicpress_get_all_comic_categories_as_cat_string()); while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post(); comicpress_display_post(); endwhile; } if (function_exists('the_project_wonderful_ad')) { the_project_wonderful_ad('blog'); } get_sidebar('blog'); if (!$comicpress_options['disable_blogheader']) { ?>