Parent/Child Pod – Automatic relationship
-
I am trying to develop a site for genealogy in WordPress with Pods (using a local server).
I’m struggling with relationships in the following:
I have a parent Pod ‘baptism’ using a relationship field ‘relative_of_baptized’ related to ‘relative’
a child Pod ‘relative’ using a relationship field ‘baptized_relative’ related to ‘baptism’
I intend to create posts using the Pod ‘baptism’ from which relatives of the baptized person are added using the pod ‘relative’ (relative post will always be created through the parent pod ‘baptism’)
It all works but I must manually add the value of the field ‘baptized_relative’ in the ‘relative’ pod so that WordPress recognizes the parent pod as being a particular post created by ‘baptism’ Pod.
Is there a way to automatize this? The site will have thousands of people and it won’t be manageable to manually do this.
- The topic ‘Parent/Child Pod – Automatic relationship’ is closed to new replies.