Using multiple relationships
-
I’m using Pods on a site to power multiple custom types. These are each pretty straightforward, with some custom fields here and there and custom URL structures. I’d like to implement content relationships to manually curate related content. The content types currently in the picture are:
post
topic (from bbPress)
(own custom types below)
case
note
question
therapy_guidelineIdeally, instances of each of these content types can be related to instances of the same type, as well as to instances of the other types. The relationships should be bidirectional. And allow for one content instance to relate to multiple other content instances – potential many-to-many relationship in database parlance.
I’ve experimented with this on a small scale, from one of the types going to the others as well as to itself again. However, when I tried to push that all the way, that is, to relate each content type to itself and to the others, Pods had problems with the setup.
My question is, is the current version of Pods suited to such a relationship setup? I am aware that improvements are coming in the next major version, but that seems to be a ways away still, and I’d ideally like to achieve this functionality without having to introduce another plugin if possible.
- The topic ‘Using multiple relationships’ is closed to new replies.