hi there
i came frome taiwan, and i install motion on
http://ldope.com/motion/
i also have nother blog, like:
http://ldope.com/motion/
and
http://ldope.com/leetea/
the situation is...
http://ldope.com/motion/
will auto receive the other blog article and show in mainpage...
can i allows content do not aggregated from multiple blogs or data on motion site?
Reported on Movable Type 4.2

You can go to the main <mt:Entries> loop on each template in a blog and add the attribute tags="" to specify entries with certain tags or without certain tags. For example, if you have entries on blog 1 that shouldn't be on blog 2, you could create a private tag called "@onlyonblog1" and then modify the Entries tag on each part of blog 2 to have tags="NOT @onlyonblog1"
That trick words for any Movable Type template set.
thank you mike, it was also useful for me!