いらなくなったコード カテゴリにカスタムフィールド作ってそれを個ページで呼び出す

ID, ‘bali-tours-ranking’);
foreach ( $terms as $term ) {

}

$cat_id = $term->term_id;
$post_id = ‘bali-tours-ranking_’.$cat_id;
$rank_v = get_field(‘rank_value’,$post_id);

echo $rank_v;

?>