How can I make entries from multiple weblogs point to the right Template?
Question: I’m using a standard {exp:weblog:entries} tag to display entries from more than one weblog. However, I want each entry to link to a Template Group/Template that I have designed specifically for that weblog. How do I make each entry point to the correct Template?
Answer: The typical way to accomplish this is to make use of the {comment_url_title_auto_path} variable. This will automatically construct a URL to the entry based off of your “Comment Page URL” setting under Admin > Weblog Management as well as the URL Title of the entry.
You can also make use of the {comment_entry_id_auto_path} to automatically generate the URL with the entry ID or even use the {comment_auto_path} to display the URL without entry information appended to it.
