Hi there,
Im currently looking for a solution for my website.
I have two custom post types, called experiences and activities.
Inside an experience I connect several activities. However 1 activity can have several types. This is filled in as a custom field repeater inside the activity post.
From the experience post I want to select the specific activity type instead of the activity post itself. Is this something that is possible?
I already looked at filtering relationship en loading selectionfields. But I don’t think this is the right way to look at.
Kind regards!
No, what you want to do is not possible. You cannot relate something to a row in a repeater.
You should think about using a custom taxonomy for the activity types.