如果有自定義字段,顯示自定義字段,如果沒有自定義字段,不顯示自定義字段。

<?php if (get_field('wodepress')): ?>
<?php the_field('wodepress'); ?>
<?php endif; ?>