term_id; $term_description = $term_obj->description; $list_type = apply_filters( 'arkhe_list_type_on_term', ARKHE_LIST_TYPE, $term_id ); // タイトル部分 if ( ! Arkhe::is_show_ttltop() ) { Arkhe::get_part( 'archive/title', ark_get__archive_data() ); } // 説明文 if ( ! empty( $term_description ) ) { echo '
' . do_shortcode( $term_description ) . '
'; } // 投稿リスト前フック do_action( 'arkhe_before_term_post_list', $term_id ); // 投稿リスト Arkhe::get_part( 'post_list/main_query', array( 'list_type' => $list_type ) ); // ページャー the_posts_pagination( array( 'mid_size' => 2 ) );