I am currently using the following code with great success on one URL to manage tags scross multiple blogs:
{exp:tag:related_entries entry_id="{entry_id}" dynamic="off" limit="5"}
<p><a href="{path={weblog}/story/{url_title}}">{title}</a></p>
{/exp:tag:related_entries}
I am now using Multiple Site Manager and my goal with the sites, was to have them be able to pull similar articles across all of the sister sites.
I tried simply adding: site=“default_site”
like this:
{exp:tag:related_entries entry_id="{entry_id}" site="default_site" dynamic="off" limit="5"}
<p><a href="{path={weblog}/story/{url_title}}">{title}</a></p>
{/exp:tag:related_entries}
but it does not pull tags from the other sites.
Ideally, I need to have the similar article from another site pulled and simply clicked on to bring you to that site, blog and proper article page. Ultimately, it would be spectacular to not only have the link but even list the name of the sites the similar articles reside on, like this:
Similar articles across sites:
Site 1:
article 1
article 2
Site 3:
article 1
Site 7:
article 1
article 2
article 3
article 4
Any suggestions on either code would be fantastic!
