in_the_loop = true; $comicFrontpage = new WP_Query(); $comicFrontpage->query('showposts=1&cat='.$comiccat); while ($comicFrontpage->have_posts()) : $comicFrontpage->the_post(); ?>
<?php the_title(); ?>
have_posts()) : $comicFrontpage->the_post(); ?>

blog...
query('showposts='.$blog_postcount.'&cat='.$blogcat.'&paged='.$paged); while ($wp_query->have_posts()) : $wp_query->the_post(); ?>