Published
- 1 min read
if field is filled out acf
The solution for this is noted below
if field is filled out acf
Solution
<?php if( get_field('field_name') ): ?>
<p>My field value: <?php the_field('field_name'); ?></p>
<?php endif; ?>
Try other methods by searching on the site. That is if this doesn’t work