Hi,
This might be simple but I don't know how to do this in an elegant way.
I'm in a category context and the mt:Entries block lists only the entries from the current category but I need all of the entries not just from the current category.
Currently I'm doing something like:
<mt:Entries category="NOT Anything">
"Anything" is a non-existing category so this will give me all entries.
Any other way?
Thanks.
Reported on Movable Type 4.2
What happens if you wrap <mt:Entries> in
<mt:Categories> tags?
No, I don't use the tag, there is a current category in context (i.e. Category Archive).