I am trying to get my head around Layouts.
In Layouts I have create a template and assigned it to a Single Case Study (CPT) and works fine.
Then I created another template under Layouts and assigned it to Archive Case Study (CPT)
This is the template for the archive:
<Loop type=case_studies orderby=date order=desc>
<Field title />
<Field content />
</Loop>
It shows the titles, but not the contents from the other single layout template. Am I supposed to be referencing the content in another way ?
Thanks