'comics', 'post_status' => 'publish', 'posts_per_page' => -1, 'orderby' => 'post_date', 'order' => 'ASC', ); $comics_loop = new WP_Query( $args ); ?>