I have 2 different Content Templates that I would like to use, but since you can only assign one template to a CPT, I can't get it to load the 2nd content template using this code in a view:
Link to a page where the issue can be seen: hidden link
I expected to see: When I click on any of the post links in "More Weekly Videos", I expected to see the post loaded using my content template "Content Template for Weekly Videos"
Instead, I got: The post content loaded into the main content template "Content Template for Training Videos"
I see that you made reference to a very old post and its actually not possible to dynamically allocate a content template to a post.
That is because the content template information is actually saved into a hidden custom field on the post so that views can know which content template to load.
Can you think of any way to achieve this? I don't want to create a whole new CPT with duplicate content just to be able to use a different content template.