I’m having a very peculiar problem building out a site.
I have two sites. One is in production and the other is a development site with all the weblogs, fields, entries and data duplicated from the production site. I can’t seem to get reverse_related_entries to show up on the development site. I’m using the same template code and it works great on the production site, but not the other.
Here is a simplified version of the code:
{exp:weblog:entries weblog="message_series"}
<h3>{title}</h3>
<p> <ul><br />
{reverse_related_entries weblog="messages"}<br />
<li>{title}</li><br />
{/reverse_related_entries}<br />
</ul><br />
{/exp:weblog:entries}I’m wondering if there is something about cloning existing site data that doesn’t carry the relationships across, or if I’m just plain doing something wrong.
Thanks for the help!