This is a wierd one. I use MTEntries with category= in my links sidebar in order to list articles within a specific category. This has worked successfully for some time.

Today I noticed that with my most recent rebuild the entries in particular categories stopped showing up.

I did a little further investigation and found that this works:

CODE
<MTEntries lastn="10" category="Foo OR Bar">


And this doesn't:

CODE
<MTEntries lastn="10" category="Foo">


This behavior doesn't change depending on the names of the categories or the number of articles posted within any categories. As long as I use an "OR" the posts show up, if I use a single category nothing shows up.

This behavior suddenly appeared on both of my blogs, AriPaparo.com
and everythingny.com.

This is really wierd, no?

Ari Paparo