I opened a thread in Code Share Corner as well, but I have not been able to get an answer to the core question so I am coming to tech support. Is it possible to use Nested Channel Pairs? I cannot seem to make it work with version 2.1.3 and wanted to make sure it is even possible? Basically I have a template for “subpages” and on one of the pages (entry_id=“1”) I need to display a small “gallery” matrix field. Here is code example which also has a Matrix filed in the call. I keep getting error when I save in CP that says…
{exp:channel …
No closing tag found. Note: some tags do not require closing.
Please consult the module’s documentation if you experience problems.
Please feel free to merge this forum thread with http://ellislab.com/forums/viewthread/178172/.
{exp:channel:entries channel="subpage" disable="categories|member_data|pagination"}
<h2>{title}</h2>
<p>{page_body}</p>
<p>{if entry_id="1"}<br />
{exp:channel:entries channel="galleries" entry_id="29"}<br />
</p><h3>{title}</h3>
<p> {page_body}<br />
<ul><br />
{gallery}<br />
<li class="gallery"><a href="http://{image_file}" rel="shadowbox" title="{image_title}">_ {exp:imgsizer:size src="{image_file}" width="100" height="100"}_ {sized}_ {/exp:imgsizer:size}__ {image_title}__</a></li><br />
{/gallery}<br />
</ul><br />
{/exp:channel:entries}<br />
{/if}</p>
<p>{/exp:channel:entries}This other example without a Matix field also gives the same error about no closing tag…
{exp:channel:entries channel="home" disable="categories|member_data|pagination" entry_id="2"}
{embed="embeds/html_header_home" my_page_title="{title}" meta_description="{meta_description}" meta_keywords="{meta_keywords}" }
<div id="hd">
<div class="hd-429">
<div class='slideshow'>
{exp:channel:entries channel="slideshow" disable="categories|member_data|pagination"}
{exp:imgsizer:size src="{slideshow}" width="373" height="280" alt="First Presbyterian Church"}
{sized}
{/exp:imgsizer:size}
{/exp:channel:entries}
</div>
</div>
<div class="hd-595">
{page_header}
</div>
{/exp:channel:entries}
</div>