intro: i want to show a list of books from a certain category
this includes the author name which is in third channel with an ee relationship
how can i access the author?
{exp:channel:entries channel="categories" orderby="entry_date" sort="desc"}
{reverse_related_entries sort="desc"}
<h2>{related_entries id="author_link"}{title}{/related_entries}</h2>
<p> {price}</p>
<p> {description}<br />
{/reverse_related_entries}<br />
{/exp:channel:entries}this works, but doesn’t filter on the category
{exp:channel:entries channel="books" orderby="entry_date" sort="desc"}
<h2>{related_entries id="author_link"}{title}{/related_entries}</h2>
<p> {title}</p>
<p> {description}<br />
{/exp:channel:entries}Moved to Community Help forum by Moderator