I try to show top five category following code , but it's all the category. Any one can help me?
Add a Reply
Forum Groups
code.sixapart.com
General Support
238 797
Last Topic: Manifest Schema Compatibility Issue When Restoring Blog by Matt on Oct 17, 2012
Design, Templates, & Tags
1858 6594
Last Topic: Categories and Basename Publishing Issues by e21media on Oct 25, 2012
Documentation
88 307
Last Topic: absolute publish date in Manage Entries screen by .mau. on Apr 18, 2012
Installation
732 3093
Last Topic: Blog moved server - now users cannot access blog? by mowgs on Oct 30, 2012
Open Source
89 317
Last Topic: How to "pretify" a url in htaccess with a few wildcards by Caio on May 30, 2012
Plugins & Plugin Development
212 680
Last Topic: Does MT-Approval work in MT5? by DLpres on Sep 25, 2012
5.x Beta
65 248
Last Topic: Expanding new rich text editor and implementing table function by Takeshi Nick Osanai on Jul 30, 2012

Sorry above i made the question was not understandable.
my question is i tried to show top five category(sorry code i not able to attach here),but it's showing all the category. Any one can help me?
any update on this?
The Categories tag doesn't seem to support any kind of ordering or filtering:
http://www.movabletype.org/documentation/appendices/tags/categories.html
You could, in theory, write your full list of cats with counts to a JSON array and use JavaScript to sort them and display the top 5, or even PHP.