事業案内
自治体委託事業・地域創造プロジェクト
自治体・委託事業に関して
//画像(返り値は「画像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; ?>
} ?>