Support

Account

Home Forums General Issues get_field returning null after update Reply To: get_field returning null after update

  • Apologies – that makes sense.

    So <?php $test = get_field('header-achtergrond'); echo $test; ?> returns nothing.

    Where should the get_field pull data from, is it the page/post your own or an options page or somewhere different?

    If its the post, can you add the post ID in question into the get_field request for $test? Does that work?