Hi! For a client of mine, I am trying to implement a Related Posts functionality using ACF. With the Relationship field, the client can select which posts are related to the post they’re editing, and by using the bidirectionality setting, said related posts link back to the initial post. However, for proper related posts functionality, it would of course make sense if all related posts would then automatically be linked to all other related posts within the same scope.
For example, if I edit the post with ID 1, and select posts 2, 3, and 4 as related posts, post 2 automatically has post 1 as a related post. However, it should also be linked to posts 3 and 4, without needing to edit post 2 manually.
Is this something that can be achieved with ACF? Does my question even maken sense? 😅
Thanks in advance!