I am having problems using the related entries functionality
I have 3 weblogs with custom fields:
DJs - (using post title as DJ name)
Venues - (using post title as venue name)
Events - Using 2 custom fields, both relationship fields using the above 2 weblogs
In my template I have the following code:
{exp:weblog:entries weblog="events" limit="5" }
See {djplaying} at {Venue} on {entry_date format="%D %F %d"}
{/exp:weblog:entries}The result I get is this:
See 4 at 3 on Mon December 31
Where it SHOULD be something like
See DJ Dan at Ministry of Sound on Mon December 31
I cant work out why I am getting numbers instead of the actual proper data from these fields.
Thanks