ACF Relationship to same CPT

I have a CPT called People. It has two ACF Relationship fields

person_quote (to show related quotes)

person_person (to show related people)

In my People single layout I can show related quotes like this

 <Loop acf_relationship="person_quote">
    <Field title />
 </Loop>

But if I try to show related people, I get nothing

 <Loop acf_relationship="person_person">
    <Field title />
 </Loop>

I’m guessing it’s because the relationship loop is the same CPT as the current loop

Any way around this?

Hi Richard,

Just to let you know, I’m looking into this issue with ACF relationship. It does sound like a bug, since it’s only happening when the related posts are of the same post type as the current loop.

Will keep you updated when this if solved.