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

  • I just tried with this

    <?php
     
    if(get_field('proj_annee'))
    {
    	echo '<h3>Année</h3>' . get_field('proj_annee');
    }
     
    ?>

    But the result of get_filed(‘proj_annee’) is ‘Array’