Hello,
I’m doing a loop through a channel called “Programs”, One of the posts is a program called “Grants”.
Now I’ve got another channel called Videos. and each post in the videos channel has a category on it with a specific program, in my example, a video categorized as “Grants”. So what I need to do is get the specific videos from the video channel that relate to the current post in the Programs channel. Hope that makes sense. For each post in the programs channel, get videos from the videos channel.
Basically what it comes down to is, can I nest channels within each other? I tried it, but it does nothing at all.
{exp:channel:entries channel="programs" status="open" dynamic="no" show_pages="only" orderby="program_page_order" sort="asc"}
<div class="content_divider">
<h3><a href="http://">{title}</a></h3>
<p> <br />
{body}</p>
<p> {exp:channel:entries channel="videos" dynamic="no" entry_id="35" status="open"}<br />
<br />
<a href="http://{url_title_path=%27videos/embed%27}" rel="#overlay" class="video_thumbnail">_ <span></span>_ {exp:imgsizer:size src="{video_image}" width="230" height="130" alt="{title}"}_ </a><br />
<br />
{video_summary}<br />
<br />
<a href="http://{url_title_path=%27videos/embed%27}" rel="#overlay">Watch Video</a><br />
<br />
{/exp:channel:entries}<br />
<br />
</div><br />
<br />
{/exp:channel:entries}