事業案内
その他の事業
人材育成・教育
//画像(返り値は「画像ID」)
$img = get_field('photo');
$imgurl = wp_get_attachment_image_src($img, 'full'); //サイズは自由に変更してね
if($imgurl){ ?>
} ?>
//テキストエリア
$area = get_field('info_text_s');
if($area){ ?>
echo $area; ?>
} ?>
//テキストエリア
$area = get_field('info_text');
if($area){ ?>
echo $area; ?>
} ?>