I have the following category structure:
A
|--foo
|--bar
B
|--foo
|--bar
C
|--foo
|--bar
etc.
The structure is not really negotiable.
I need an index that shows all "Foo" entries, but there doesn't appear to be any way to indicate the different instances of "Foo". The category attribute for MTEntries only accepts labels, not IDs.
Worse, the following in a template:
<code>
<MTentries category="Foo">
...etc
</code>
not only doesn't give me all the Foo entries, but it fails altogether. The page builds, but no content is pulled.
Am I overlooking something? It seems like the actual thing I'm trying to do is completely possible, but it's breaking because of the category naming convention.