Hi
Am building a site using EE 1.6.5 and I am having some issues with related fields which I have done like a million times before. Here is the situation.
I am trying to get some images to randomly show on a page when the page is accessed (e.g. index.php). I have set up a gallery called Header Images. I have set up a custom weblog field called images and set that up as a Relationship field type linking to Header Images gallery.
On my index page I have got the following code:
<div id="image_wrapper">
{exp:weblog:entries weblog="index" dynamic="off" limit="1" orderby="random"}
{related_entries id="images"}
{image_url}
{/related_entries}
{exp:weblog:entries}
</div>When I got to preview, I am getting the {related_entries id="images"} code showing as if its not liking the code.
Anyone any ideas?
Regards
Steve