MT-SomeDays 3.5.0 »
I've added a new attribute to the <MTSomeDays> container in this version of the plugin. This attribute is reverse, and you'd use it if you want to list things in the reverse order (ie, going backwards instead of moving forwards):
<MTSomeDays select="week" reverse="1">
Another new feature in this version of MT-SomeDays is support for multiple categories.
It appears there may have been issues with using more than one category on the <MTEntries> container within MT-SomeDays if you specified more than one category. I couldn't figure out why this was happening, so I tweaked the <MTSomeDays> container instead.
Now you can add the categories attribute to your container to include multiple categories. Because this uses category name and not ID, you should even be able to pull in the same category from multiple blogs (if used in conjunction with the blogs attribute). For instance:
<MTSomeDays select="week" blogs="1:2:3" categories="News:Views">
This will pull in all dates for the last week, and on each date will include all entries that are in category News or category Views across blogs 1, 2 and 3. If you use this attribute, you may want to avoid using categories on the <MTEntries> container, as I'm not sure what sort of results you'll have.
I also fixed a problem with using months in the future (month="+3" or something similar) in this version.




















