One would expect that
CODE
<MTEntries category="news" days="7">
would display the last 7 days of entries from the news category. But it actually displays the last seven days of all categories.However,
CODE
<MTEntries category="news" lastn="5">
displays the last 5 posts in the news category, as expected.It'd be great if the category and news attributes could be used together, instead of just the cateogory and lastn.
I posted this yesterday in "Tips and Tricks": http://www.movabletype.org/support/index.p...ST&f=14&t=24317