Support

Account

Home Forums Front-end Issues ACF content not visible Reply To: ACF content not visible

  • To clarify:

    The data isnt showing. Actually it is not recieving the data at all.

    <?php
    
    	$title = get_field('title');
    ?>

    <?php var_dump($title); ?>

    gives me NULL