'comic', 'post_status' => 'publish', 'posts_per_page' => 1, 'orderby' => 'post_date', 'order' => 'DESC', ); $single_comic_query = new WP_Query( $single_comics_args ); /* Start the Loop */ while ( $single_comic_query->have_posts() ) : $single_comic_query->the_post(); ?>
array( 'title' => array(), 'href' => array() ), 'i' => array( 'class' => array() ) ); $random_url = home_url() . '/?random&nocache=1'; ?> ', FALSE); ?>
 
'comic', 'post_status' => 'publish', 'posts_per_page' => 10, 'paged' => $comics_paged, 'orderby' => 'post_date', 'order' => 'DESC', ); $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. */ 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): ?>
'chapters', 'style' => 'none', 'orderby' => 'meta_value_num', 'order' => 'DESC', 'meta_query' => array( array( 'key' => 'chapter-order', 'type' => 'NUMERIC', )), 'show_count' => 0, 'number' => 6, ); $chapters_list = get_categories($chapter_args); if ($chapters_list) { ?>

1, 'post_type' => 'comic', "tax_query" => array( array( 'taxonomy' => "chapters", // use the $tax you define at the top of your script 'field' => 'term_id', 'terms' => $chapter->term_id, // use the current term in your foreach loop ), ), 'no_found_rows' => true, 'update_post_meta_cache' => false, 'update_post_term_cache' => false, ); $first_comic_query = new WP_Query($args); // The Loop while ($first_comic_query->have_posts()): $first_comic_query->the_post(); $link_to_first_comic = get_post_permalink(); // Display the image of the first post in category endwhile; printf( wp_kses_data( '%1$s'), ''; } // Reset Post Data wp_reset_postdata(); ?>

 

$blog_paged, //'posts_per_page' => 5, ); $blog_query = new WP_Query($blog_args); /* Start the Loop */ while ($blog_query->have_posts()): $blog_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. */ get_template_part('template-parts/content', get_post_type()); endwhile; ?> '?blog_paged=%#%#blog-section', 'current' => $blog_paged, 'total' => $blog_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('comics_paged' => $comics_paged), )); if ($blog_links): ?>