I’m currently trying to display a related entry on a MSM site (let’s call it siteB) by embeding a template from siteA. On siteA everything works fine, but on siteB the parents tag doesn’t get parsed.
My simplified setup:
siteA:
channels: news,bikes
template: templateA
siteB:
template: templateB
1 entry of channel news can be related to multiple bikes (by using 2.6’s new multi relation field)
On templateA I’m displaying the bike’s content + it’s latest related news article (by using the parents tag)
So far everything works fine on siteA.
In my case, I need to display the same information on multiple pages and don’t want to have the same template on every site so I’m embedding templateA in templateB of a second site.
But when i view the site in the browser, the parents tag doesn’t get renderd.
Has anyone experienced a similar problem, or is there a solution for that issue yet?