Hi, I've been trying to make some changes to my blog's structure. Basically, I would like to create MT Category Archives that use Keywords, but I am unsure how this should be done in the current MT syntax or if I should try a plug-in.

Inside my category Archives, there is an MTEntries tag. I want to create an archive that narrows these entries down. For instance, if I create a post about a topic and it contains a movie, I would add the keyword "movie" to the entry. Is it possible to specify the keyword within the MTEntries on a category page? Would <MTEntries lastn="10" keywords="movies"> return the last 10 entries in this category with the keyword movie? If not, is there some way I can get that functionality with a plug-in?