I'm using the MTRelatedEntries to show related links on entry archive pages. It works great, except I get both the top category, and the subcategory, when I only want the subcategory.
My categories are as follows:
Art
- pencil
- paint
- ink
- digital
So if I have an entry page in the "pencil" category, its actually tagged "art" and "pencil".
I use the code below (I use a thumbnail image as my link, entered into the Excerpt field, that's why that's there):
<MTRelatedEntries>
<MTEntries lastn="7">
<a href="<$MTEntryPermalink$>"><mt:EntryExcerpt /></a>
</MTEntries>
</MTRelatedEntries>
Instead of getting just other pencil sketch links, I get everything from the art category.
Any way (aside from dropping the "art" tag from all my entries) to get it to just pull in the subcategory?
