Support

Account

Home Forums ACF PRO Help request with strange behaviours Reply To: Help request with strange behaviours

  • I’m not sure what $pf_studi is in reference to but in scheda.php your PHP should look like

    
    if( get_field('studi') ){
    	echo '<div class="one_third">';
    		echo '<h4>Studi</h4>';
    		echo '<div class="description">';
    			echo  get_field('studi');
    		echo '</div>';
    	echo '</div>';
    }