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(); $comic_post = new ComicPressComicPost(&$post, &$comicpress); ?>