I use four weblogs on my site and want to create a single linked list of entries. My weblog:entries tag looks similar to this:
{exp:weblog:entries weblog="excel|notes|downloads|utilities" limit="5"}How can I refer to the weblog name in the link so that the link points the viewer to the proper entry for that weblog? The weblog name in the example below is what I can’t seem to get right.
<a href="http://{title_permalink={weblog_name}/comments}">{title}</a>Thanks for your help.