nickberens360
8/9/2013 - 1:18 PM

Advanced custom field conditional display

Advanced custom field conditional display

<?php 
if( get_field( "email_address" ) ): ?>
<li><strong>Email:</strong> <a href="mailto:<?php the_field('email_address'); ?>"><?php the_field('email_address'); ?></a></li>
<?php endif;
?>