//テキスト定価
$txt = get_field('price');
if(isset(($txt))){ ?>
定価=¥ echo $txt; ?>
} ?>
奈良県
$txt = get_field('area2');
if($txt){ ?> echo $txt; ?>
} ?>
//テキスト
$txt = get_field('txt');
if($txt){ ?>
定価=¥ echo $txt; ?>
} ?>レビューを書く | |