After browsing the forum, I’ve figured out how to display multiple weblogs on a single page. My last hurdle is finding a way to link those weblog titles to their post page.
I realize that I can’t use my_template_group because I’m displaying various weblogs and each has their own unique template group name.
Could you help me out here please?
Here is the code I’m using at the moment:
{exp:weblog:entries orderby="date" sort="desc" weblog="on-thewater|jdm-tackle-watch|guerilla-plugging|guts|bu-chan|green-tsuribito" dynamic="off" limit="15" disable="pagination|custom_fields|categories|member_data|trackbacks"}
<li><a href="http://{title_permalink={my_template_group}/detail}">{title}</a></li>
{/exp:weblog:entries}