'comics', 'post_status' => 'publish', 'posts_per_page' => 10, 'paged' => $comics_paged, 'orderby' => 'post_date', 'order' => 'DESC', ); $comics_query = new WP_Query( $comics_args ); /* Start the Loop */ while ( $comics_query->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' => 'comics', "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; echo ''; } // Reset Post Data wp_reset_postdata(); ?>

 

Latest Posts

$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 ) : ?>