Hi -
I’m using MSM for several sites and sharing a bunch of templates between them all. I’m having one issue with paths. As expected, when i embed a default_site template into another site template (will say china_site for example), the content is pulling from the china_site perfectly! However, the paths for links are all pointed to my default_site.
I include templates like this {embed="default_site:basic/.globalHead"}
And try to path like this:
{path='golf-clubs/{category_url_title}’}
but it generates a path to the default site, not to the china site. Anyway to fix this? can I pass the path tag a site id?
summer