Support

Account

Home Forums Front-end Issues Need help on editing custom fields on the front end Reply To: Need help on editing custom fields on the front end

  • Hi @gschultz

    To store variables from ACF, you need to make use of the get_field() function on this line:

    $title= the_field('iaf_author');