What I want to do is this:
1) I have content on blog #2 tagged "X"
2) I want only the last three blog entries tagged "X" to show up on blog #1
3) I want the posts to show up on Category Archive page named "X on blog #1"
here's the code I'm using, but it's not working:
CODE
<ul>
<MTMultiBLog tag_name="<MTCategoryLabel>" include_blogs="2" lastn="3">
<MTEntries>
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</MTMultiBLog>
</ul>
<MTMultiBLog tag_name="<MTCategoryLabel>" include_blogs="2" lastn="3">
<MTEntries>
<li><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</MTMultiBLog>
</ul>
In my travels around the net, I've come across some mention that maybe MultiBlog doesn't work with Category Archive templates and you have to use MTInvoke. I tried that and couldn't get it work either.
Can someone in the know give me a hand here?
thanks,
Andrew