Is it possible to show the containing weblog title within the reverse related weblog tag? In my mind it should work, at least by using an assigned variable…
{exp:weblog:entries weblog="the_weblog"}
{assign_variable:main_title='{title}'}
{reverse_related_entries weblog="the_relating_weblog"}
Main Title = {main_title}
{/reverse_related_entries}
{/exp:weblog:entries}
This is returning the title of the relating weblog, not the containing weblog. Help?
Edit: And if this seems silly, what I’m trying to do is display a select list of items relating to an entry, but the title of the main entry needs to be in the list with each item as well.
