Support

Account

Home Forums Front-end Issues Displaying a title when a field is completed Reply To: Displaying a title when a field is completed

  • ok i got it

    <?php if( get_field('proj_annee') ): ?>
    	<h3>Année</h3> <?php the_field('proj_annee'); ?>
    <?php endif; ?>

    The answer was here :
    http://www.advancedcustomfields.com/resources/how-to/hiding-empty-fields/