事業案内
elseif (has_term( 'promotion_event', 'info_post_cat' )): ?>
elseif (has_term( 'marketing_project', 'info_post_cat' )): ?>
elseif (has_term( 'marketing', 'info_post_cat' )): ?>
elseif (has_term( 'problem_solving_project', 'info_post_cat' )): ?>
elseif (has_term( 'creative', 'info_post_cat' )): ?>
elseif (has_term( 'region_project', 'info_post_cat' )): ?>
else: ?>
出版・メディア 子育てイベント
ライフステージ&スタイルに合わせたイベント、企画出版
//画像(返り値は「画像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; ?>
} ?>