Hello,
I’ve got a 3 site MSM set up. I’m outputting a merged list of events from all 3 sites (the weblogs are called events on all sites). In brief :
{exp:weblog:entries
weblog="events"
site="siteA|siteB|siteC"}
..
{/exp:weblog:entries}
Inside the loop I need to add the class of the entry’s site to some elements to differentiate them in for separate styling. The {site_short_name} always returns the current site’s short name.
Is there any tag to output the id/short_name for the entry’s site?
Ta