'comic', 'post_status' => 'publish', 'posts_per_page' => 1, 'orderby' => 'post_date', 'order' => $comic_order, ); $single_comic_query = new WP_Query($single_comics_args); /* Start the Loop */ while ($single_comic_query->have_posts()): $single_comic_query->the_post(); ?>
', ''); else: the_title('

', '

'); endif; ?>
ID, 'comic_blog_post_editor', true); ?>