PODS Auto Template options
-
Can you help me think through this problem? I have a POD called Artwork and have it set to Auto Template. But I actually want it to use a different template depending on which artshow is selected in the field in the POD. I thought of adding a conditional to see which exhibition was selected (it is a taxonomy with all the shows) and put all the possible templates into one template file but the conditional did not work. I tried:
[if exhibition_name.name =”speculative futures”] and [if exhibition_name =”speculative futures”] and [if related_exhibition_title.name =”speculative futures”] etc. Then I added all the CSS for this show in this block. It ignored it and did the [else] part.
Since I have multiple shows, I would need [else if …]
This does not seem like the best option. When someone clicks a picture on my overview page (a different template), it should load an artwork page using a different template depending on the exhibition the artwork is in.
Any Suggestions? Thanks
- The topic ‘PODS Auto Template options’ is closed to new replies.