Not even sure if I’m asking the right thing. Here is what I want to do. I have template 1 using channel A. Template 2 using channel B. And I have channel C which is being used in a snippet that is nested in template 1 and 2, between the opening and closing channel tags of channels A and B on both pages. I am trying to have the content contained on Channel C show in both Templates 1 and 2. Not sure if I’m doing it right. Here is and idea of my code which is not working.
Here is a general idea of the code for both templates, omitting all other code:
Template 1
{exp:channel:entries channel="A"}
{exp:channel:entries channel="C"}
{/exp:channel:entries}
{/exp:channel:entries}
Template 2
{exp:channel:entries channel="B"}
{exp:channel:entries channel="C"}
{/exp:channel:entries}
{/exp:channel:entries}
Everything works fine until I try to nest {exp:channel:entries channel="C"}, then the rest of the data for A and B does not show. I have a field group assigned to Channel C which I want the user only to edit once but have the data show on both templates A and B. I’m open to presenting the data from Channel C differently than the above. That was the only way I could think of doing it.
Any help will be greatly appreciated. Thanks! G