ACF Relationship Field in Loop
-
Hello,
I want to select posts by values of a relationsship field.
[loop field=relationship-field-name value=ID1,ID2…
This does not work because ACF saves the data of the relationship field as a serialized array (i.e. a:2:{i:0;s:2:”35″;i:1;s:2:”33″;})
All what I tried now will not work for me (i.e. [loop related taxonomy_field=field_name=ID1,ID2 … )
Do you know how to do the shortcode or maybe it is just impossible?
- The topic ‘ACF Relationship Field in Loop’ is closed to new replies.