给WordPress自定义字段加判断

如果有自定义字段,显示自定义字段,如果没有自定义字段,不显示自定义字段。 <?php if (get_field('wodepress')): ?> <?php the_field('wodepress'); ?> <?php endif; ?>