Support

Account

Home Forums ACF PRO HELP! Post Object with Flexible Content

Unread

HELP! Post Object with Flexible Content

  • Please help…

    I have a Repeater and within that field, I have Post Object field that allows me to select a Post.

    The Posts I am selecting from leverage a Flexible Content fields. The issue I have is that top-level custom fields return results in my Repeater (via <?php echo get_field(‘xyz’);?>) but when trying to return values from the Flexible Content fields (via <?php echo get_sub_field(‘xyz’);?>) nothing is returned.

    I’ve tried (what I think) is everything, including adding the post id to the get_sub_field of the referenced Post Object.

    Please help!

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.