In the code below on a single entry page, how do I construct the urls so that they point to the correct template group and entry, depending on which weblog the related entry is from? The example from the documentation is not much help, since it assumes a single weblog/template group.
<h1 class="plugheader">Relaterade artiklar</h1>
{exp:tag:related_entries weblog="artiklar|nyheter" orderby="date" sort="desc" dynamic="off" limit="10" paginate="bottom"}
<h2><a href="{permalink="{my_template_group}/artikel"}">{title}</a></h2>
<p>{summary}</p>
<a href="{permalink="{my_template_group}/artikel"}">Read more</a></p>
<p>{paginate}{pagination_links}{/paginate}</p>
{/exp:tag:related_entries}
Thanks,
/Bo
