Hi,
I’m using the nested related entries approach put forth by Derek here:
http://expressionengine.com/forums/viewthread/59635/
but I can’t seem to get it to work. BTW I’m using Mark Huot’s Mult-relationship plugin so that users can select multiple related entries.
Here is my main template:
{exp:weblog:entries weblog="courses" limit="1" url_title="{segment_3}" disable="categories|member_data|pagination|trackbacks"}
{reverse_related_entries weblog="syllabus"}
{embed="classroom/req-reading" entry_id="{entry_id}"}
</div>
{/reverse_related_entries}
{/exp:weblog:entries}
And my embed:
{exp:weblog:entries weblog="syllabus" dynamic="off" entry_id="{embed:entry_id}" disable="categories|member_data|pagination|trackbacks"}
{related_entries id="syllabus-required"}
<div class="contentsectioncontainer">
<div class="title"><h4>{title}</h4><span class="dateright">Due: Prior to Session 1</span></div>
<div class="para"><p>{resources-description}</p></div>
{/related_entries}
{/exp:weblog:entries}
Any ideas what I’m doing wrong?
Thanks
Moved by Moderator to HowTo Forum
