Hi there,
I'm trying to display subcategory entries from a specific category and can't seem to figure it out. Here's what I have outlined within my categories:
New York (category)
-- Articles (subcategory)
Florida (category)
-- Articles (subcategory)
As you can see, all of my main categories share the same name of its subcat - in this case "Articles".
I've tried the following and it doesn't seem to be working for me:
<mt:Entries category="New York/Articles" sort_by="authored_on" sort_order="descend">
<em><$mt:EntryExcerpt$></em>
</mt:Entries>
Any ideas? I'm stumped!
Thanks in advance.
Reported on Movable Type 4.3

My apologies if this isn't the right spot to post this question.
Hi,
You may like to try this out:
<mt:Entries include_subcategories="1" sort_by="authored_on" sort_order="descend">
<mt:If tag="EntryCategory" eq="Articles">
<em><$mt:EntryExcerpt$></em>
</mt:If>
</mt:Entries>
Kind Regards,
Mihai Bocsaru
----------------------------------
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/