Rating: 5 stars
Working as expected with ACF 4.2.2 and WordPress 4.2.2.
The documentation is hard to find (if none) but since it works just like the standard ACF relationship field I don’t think that’s a problem.
]]>Rating: 5 stars
Helped me out a lot with that plugin.
I have very complex relation system in my website. I had problems with getting posts of a specific post type that was related to another post type that was a child of another post type that is also a child of some page. ??
Rating: 2 stars
Doesn’t work with Advanced Custom Fields PRO 5.0.7 – relation field is empty – no post selectable.
]]>Rating: 4 stars
Field will be shown in ACF Field selection.
Related Posts are shown on both sides of the relationship in admin and with using same tag in template also on front. Makes handling easy.
Though some documentation would be nice. But Instructions for Relationship Field on acf site suffices.
]]>Rating: 3 stars
This plugin is really usefull once you fix the little bugs in the code and you know how to use it !
1. In the acf-2way-pr-v4.php and acf-2way-pr-v5.php files change the $field[“name”] instances to $field[“key”]
2. to use in the post you created your bidirectional field, just call get_field(‘your_field_name’); and you get a nice array of post objects.
3. to use in the linked post do the same ! even if you didn’t create a field for this perticular post, the plugin created it in the database with a link back to the first post
]]>