>
', '' ); ?>
term_id; echo "
" . esc_html( $cat->name ). "
    "; $post_list = new WP_Query(array( 'no_found_rows' => true, 'post_status' => 'publish', 'post_type' => 'post', 'posts_per_page' => -1, 'orderby' => 'order', 'order' => 'ASC', 'cat' => $cat_id )); if ($post_list->have_posts()) : while ($post_list->have_posts()) : $post_list->the_post(); ?>