CodeHQ

Posts Tagged ‘Empty fields’

|

Hiding empty fields with ACF | WordPress

Tuesday, March 8th, 2016

<?php if( get_field('video_url') ):?>
	Show this if field exists <?php the_field('video_url');?>
<?php else : ?>
    Show this if not
<?php endif;?>			

Tags: , , ,
Posted in PHP, WordPress | No Comments »