Displaying Relationships
-
I have two pods, CDs and Artists.
When I’m adding a new CD, I add an artist in a relationship field with Artists’ pod. Now, I have two questions:
1: Is it possible to do it in a way that the CD attached to that Artist appears automatically in the Artists’ pod so I don’t have to go to the Artist pod and add de CD manually there too?
2: Is there a way to display other CDs by the same artist in one specific CD page? I tried using [pods name=”cd” template=”other cds” where=”artist_name.meta_value = ‘string with the actual name of the artist'”] but I can’t manage to make it work with relationship values, only text values. I tried using = {@artist_name} or = {@post_id}, but it didn’t work either.
Is there a better easy way to do these?
- The topic ‘Displaying Relationships’ is closed to new replies.