In MTOtherBlog, how might I only display the last 3 entries TOTAL? For example, at the moment, if I put the following code...
CODE
<MTOtherBlog blog_id="3,4"> <$MTBlogName$><br />
<MTEntries lastn="3"> <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
<br />
</MTEntries> </MTOtherBlog>
<MTEntries lastn="3"> <a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a><br />
<br />
</MTEntries> </MTOtherBlog>
...I end up with the last 3 entries for blog id 3 *and* 4. What I'd like, is for it to only list the last three newest entries, regardless of what MT it came from. Make sense? At the same time, I'd like for it to be titled, by which MT it came from (which it currently does).
And that's that.
Thanks!
Joe