The days property overrides the category property in an MTEntries tag.
eg,
CODE
<MTEntries category="blah" days="1"> </MTEntries>
Will ignore the category tag and print all entries meeting the days criteria.
These should work together. ie, it should only print entries meeting both criteria.
maddy
Nov 5 2003, 08:00 PM
QUOTE
NOTE: you can combine lastn, category, and author to filter the list of entries (days, however, should be used by itself; if it is used with any other attribute, the other attribute will override it).