EntryNumber
Future-proof permalinks! Counts published entries per blog (optionally by author too) to find an entry's place in chronological order.
Individual archive filename:
<$MTEntryNumber pad="1"$>.php
Future-proof permalinks! Counts published entries per blog (optionally by author too) to find an entry's place in chronological order.
Individual archive filename:
<$MTEntryNumber pad="1"$>.php
Have a question? Please use the MT Forums. Notes submitted on documentation should pertain to tips & hints regarding documentation. Your note may be removed once its contents have been integrated into the body of the page.
Copyright 2007-2012 Six Apart Ltd. All content licensed under Creative Commons Attribution-Share Alike 3.0 Unported License.
Brad Choate
October 5, 2010 11:44 AM | Reply
I don't think this plugin is generally available to download, but that's a good thing. With all respect to the author, this plugin is highly inefficient for all but the smallest blogs. When this tag is used, it basically loads all entries from the blog to calculate the position of the entry in context. This expensive calculation is never stored anywhere (other than a temporary, per-request cache) so each publication of the post has to calculate again. If you're using this plugin on your MT install, you should disable it.