この学校のココが良い!
Nordjyllands Idræthøjskole
$reco_title01 = get_field('reco_title01');
if($reco_title01){ ?>
echo $reco_title01; ?>
} ?>
$reco_text01 = get_field('reco_text01');
if($reco_text01){ ?>
echo $reco_text01; ?>
} ?>
$reco_img = get_field('reco_img01');
if($reco_img){ ?>
echo $reco_img; ?>
} ?>
$reco_title02 = get_field('reco_title02');
if($reco_title02){ ?>
echo $reco_title02; ?>
} ?>
$reco_text02 = get_field('reco_text02');
if($reco_text02){ ?>
echo $reco_text02; ?>
} ?>
$reco_img = get_field('reco_img02');
if($reco_img){ ?>
echo $reco_img; ?>
} ?>
$reco_title03 = get_field('reco_title03');
if($reco_title03){ ?>
echo $reco_title03; ?>
} ?>
$reco_text03 = get_field('reco_text03');
if($reco_text03){ ?>
echo $reco_text03; ?>
} ?>
$reco_img = get_field('reco_img03');
if($reco_img){ ?>
echo $reco_img; ?>
} ?>