I have a site listing training classes. I am using Category Sorted Entries to list the classes but I have replicated the problem without it.
The link to the details page for the courses is
<a href="http://training/details/{url_title}">Full details …</a>The information come in just fine, but there is the contents of another channel immediately below it that does not come in:
{exp:channel:entries channel="pmi_legal" disable="pagination"}
{exp:low_replace find="<p>|</p>" replace=""multiple="yes"}<em>{pmi_legal_text}</em>{/exp:low_replace}
{/exp:channel:entries}This code works on the listing page, but not on the details page.
Any ideas what could be wrong?
EE 2.5.2
Thank you!