ワードプレス
繰り返しフィールド:未入力の場合
<?php if( have_rows('service_price') ): ?>
<table class="table1" summary="料金案内">
<?php while( have_rows('service_price') ): the_row(); ?>
<tr>
<?php if(get_sub_field('price_tit')) : ?>
<td class="item1_40"><?php the_sub_field('price_tit');?></td>
<?php endif; ?>
<?php if(get_sub_field('price_doc')) : ?>
<td class="text1_60"><?php the_sub_field('price_doc');?></td>
<?php endif; ?>
</tr>
<?php endwhile; ?>
</table>
<?php else : ?>
<?php endif; ?>
