I’d like to combine two weblogs in my tag like:
{exp:weblog:entries weblog="events|special_events"}... and have the resulting list output a list <li>{title}</li>
‘events’ and ‘special_events’ are separate weblogs, and each will have its own template for viewing the content. I’d like the list that is output to combine the results, but the url for the link will separate each out into its own template
I am using categories quite extensively so this could be used as a hook.
Any ideas?