Support

Account

Home Forums Add-ons Flexible Content Field Using post custom fields in a Flexible content field Reply To: Using post custom fields in a Flexible content field

  • Hi @shrimp144

    Just like you pass the $p->ID to the title function, you need to do the same with ACF:

    
    <?php the_field('person_intro_text', $p->ID); ?>
    

    Thanks
    E