Entry Category Entries Plugin
A Movable Type plugin for listing entries included in the primary category of the current entry.
This plugin allows you to list entries included in the primary category of the current entry. This plugin can be used only in the entry context, which means the inside of the MTEntries container or the individual entry archives.
TAGS
MTEntryCategoryEntries
A container tag for listing entries included in the primary category of the current entry.
Almost same options are availablable as MTEntries.
EXAMPLE
<ul> <MTEntryCategoryEntries lastn="10"> <li><a href="<$MTEntryPermalink$>"><MTEntryTitle></a></li> </MTEntryCategoryEntries> </ul>
LICENSE
This code is released under the Artistic License. The terms of the Artistic License are described at http://www.perl.com/language/misc/Artistic.html.
AUTHOR & COPYRIGHT
Copyright (c) 2005 Hirotaka Ogawa (hirotaka.ogawa at gmail.com)
Comments
Hirotaka,
This extension is something I've long wished for. Awesome!
One question: on deploying it on my MT installation, I get the following error on compilation:
Building entry 'My Blog Post' failed: Build error in template 'Individual Entry Archive': Error in tag: No such category 'ARRAY(0x8c4476c)'.
I'm using MT Version 3.121. Will upgrading to 3.2 help with this, or am I doing something else wrong?
Regards,
-jonathan boutelle
Posted by: Jonathan Boutelle
|
December 24, 2005 08:15 AM