$txt = get_field('shop_name_kana' , $id=8638); if($txt){ ?> echo $txt; ?> } ?>
$txt = get_field('shop_info' , $id=8638);
if($txt){ ?>
- INFO.
- echo $txt; ?>
- ADDRESS
- $txt = get_field('shop_add' , $id=8638); if($txt){ ?> echo $txt; ?> } ?>
- TEL
- $txt = get_field('shop_phone' , $id=8638); if($txt){ ?> echo $txt; ?> } ?>
- OPEN
- $txt = get_field('shop_open' , $id=8638); if($txt){ ?> echo $txt; ?> } ?>