//テキスト定価
$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; ?> } ?> //テキスト $txt = get_field('txt2'); if($txt){ ?>納品方法
echo $txt; ?> } ?> //テキスト $txt = get_field('txt3'); if($txt){ ?>納期
echo $txt; ?> } ?> //テキスト $txt = get_field('txt4'); if($txt){ ?>支払い方法
echo $txt; ?> } ?>※クリックすると拡大表示されます。