I got dumped, well in the data sorta way. I think I followed the instructions to the T!
Here is my code, it’s pretty much copy and paste from the instructions…
{embed="includes/head"}
<body>
<div id="wrapper">
<div class="container clearfix">
{embed="includes/navigation"}
<div id="content" class="clearfix">
<div id="left">
<div class="padding clearfix">
{exp:channel:entries channel="test_channel"}
<h1>{title}</h1>
<-- enter relationship
{related_entries id="test-fields"}
{if no_related_entries}
<h2>No Information Available</h2>
<p> {/if}<br /></p><h2>{title}</h2>
<p> {text}<br />
{/related_entries}<br />
<-- exit relationship<br />
{/exp:channel:entries}</p>
<p> </div> <br />
</div><!-- end left --></p>
<p> <br />
</div><!-- end content --><br />
</div><!-- end container --><br />
</div><!-- end wrapper --><br />
{embed="includes/footer"}I attached the image of how the HTML comes out… It finds the entry title but not the relationship…
In my entries I can see the titles if the articles of the related entry I want to relate to (see my attachment)
That leaves only one room for error {related_entries id="test-fields"} and I think I got that right… (see last image)
What I am missing here?
PS I am using 2.1.3 Build: 20101220