term_id; // リストタイプ $list_type = apply_filters( 'arkhe_list_type_on_term', ARKHE_LIST_TYPE, $term_id ); // アーカイブページのデータ $archive_data = Arkhe::get_archive_data(); // 説明文 $term_description = $wp_obj->description; if ( ! Arkhe::is_show_ttltop() ) : Arkhe::get_part( 'archive/title', $archive_data ); endif; if ( ! empty( $term_description ) ) : ?>
$list_type ) ); // ページャー the_posts_pagination( array( 'mid_size' => 2, 'screen_reader_text' => null, ) );