One pod with multiple URLs and templates?
-
One pod with multiple URLs and templates? Is that possible or does it even make sense?
I have a pod for free ebooks. It contains ebook name, thumbnail, and download URL. I have an auto template that displays the pod data as a download-ebook page on ../download-ebook/ebook-name/ URL.
Another page I need is a request-ebook landing page for each ebook. Data fields needed for this page are the same as for the above download-ebook page, plus one text field. I would like to show these pages on ../request-ebook/ebook-name/ URL.
So, I was thinking that it would be handy to have only one pod which contains all fields (as 3 fields out of 4 are shared) and display the pod data on two different URLs (which use different templates).
So, for example:
pod:ebook1 would have ../download-ebook/ebook1/ and ../request-ebook/ebook1/ pages
pod:ebook2 would have ../download-ebook/ebook2/ and ../request-ebook/ebook2/ pages
pod:ebook3 would have ../download-ebook/ebook3/ and ../request-ebook/ebook3/ pagesThere are over 100 ebooks so I’m looking for a way to use Pods to create the required pages instead of creating them manually.
Thanks!
-Rauno.
- The topic ‘One pod with multiple URLs and templates?’ is closed to new replies.