Hello-
I have a channel (locations) and I am trying to pull in different items from another channel (newscenter) to display but I can’t seem to make anything work. Here is my code (I took out all my formatting so its easier to see):
{exp:channel:entries channel="locations" dynamic="on" limit="1"}
{address}{logo}
{related_entries id="centernews1"}
{title}
{/related_entries}
{/exp:channel:entries}Can anyone see what I am doing incorrectly?
Thank you!