Hi,
The Guest Author information is stored as postmeta for the current post as follows:
BS_guest_author_name
BS_guest_author_url
BS_guest_author_description
BS_guest_author_image_id
ACF should support updating those fields.
Thread Starter
elkevo
(@elkevo)
I was trying to get it working yesterday. I’m updating the ACF with another plugin, but Guest Author wasn’t reading them in.
Turns out that the field name is case sensitive. ACF drops it to lower case when you add the field label. I went back and fixed the case on the field name and it worked.