<mt:EntryNext>
A block tag providing a context for the entry immediately following the current entry in context (in terms of authored date).
Bug: In Movable Type 4.x there is a bug where if entries/pages have the exact same date-time then the
mt:EntryPreviousandmt:EntryNextcontainer tags may skip an entry/page. This has been fixed in Movable Type 5.
Example ¶
<mt:Entries>
<$mt:EntryTitle$>
<mt:EntryNext>
The next entry is:
<a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$></a>
</mt:EntryNext>
</mt:Entries>
Andy
June 9, 2010 12:43 PM | Reply
Is there a way this tag could be modified to allowed EntryNext or EntryPrevious within a specific Category?
Gautam Patel
November 17, 2010 10:15 PM | Reply
See this for an answer to Andy's question