Hi, I cant get the related entries to work for the life of me. I am following the instructions here http://ellislab.com/expressionengine/user-guide/modules/channel/relationships.html
Basically i have two channels, entry and wall.
In my custom fields for wall, I have a response relationship field to entry channel, and stuff_to_say custom field. Here is my code.
{exp:channel:entries channel="entry" limit="15"}
<h2>{title}</h2>
<p> {related_entries id="response"}<br />
{stuff_to_say}<br />
{/related_entries}</p>
<p> Submitted on: {entry_date format='%M %d, %Y'}<br />
{/exp:channel:entries}And I dont see any related entries… Should I turn something on in the settings somewhere for related entries to get turned on? I tried reverse relate entries also, no dice. Besides, logically that doesnt make sense. I am doing a many to one relationship. And yes, I have data written.