Support

Account

Home Forums General Issues Getting ACF to work with Pagelines DMS Reply To: Getting ACF to work with Pagelines DMS

  • Hi @bfrye26

    ACF needs 2 things, the field name and the post ID to load from.

    If you can get those 2 varibles, then you can load data with the get_field.

    You need to do some debugging to find those values.

    Field_name is the easy one, but getting the post_id may be an issue if not able to do it within the loop. There is always global $post? Try that

    Cheers
    E