'series', 'post_status' => 'publish', 'nopaging' => true, 'orderby' => 'title', 'order' => $series_order, ); $series_query = new WP_Query($series_args); if ($series_query->have_posts()): ?>
have_posts()): $series_query->the_post(); ?>
'comic', 'post_status' => 'publish', 'posts_per_page' => 10, 'paged' => $comics_paged, 'orderby' => 'post_date', 'order' => $comic_order, ); $comics_query = new WP_Query($comics_args); ?> have_posts()): ?>

    have_posts()): $comics_query->the_post(); /* * Include the Post-Type-specific template for the content. * If you want to override this in a child theme, then include a file * called content-___.php (where ___ is the Post Type name) and that will be used instead. */ set_query_var('latest_collection_id', 0); set_query_var('show_comic_number', true); set_query_var('series_id', null); get_template_part('template-parts/content', 'comiclistitem'); endwhile; ?>
'?comics_paged=%#%#comics-section', 'current' => $comics_paged, 'total' => $comics_query->max_num_pages, 'prev_text' => wp_kses(__('', 'toocheke'), array('i' => array('class' => array()))), 'next_text' => wp_kses(__('', 'toocheke'), array('i' => array('class' => array()))), 'add_args' => array('blog_paged' => $blog_paged), )); if ($comic_links): ?>