Not a developer? Go to MovableType.com

Documentation

PageNext

A container tag providing a context for the page immediately following the current page.

Modifiers

  • by_author (optional): can be set to true (1) to go to the previous Entry by the current author.
  • by_folder (optional): can be set to true (1) to go to the previous Page in the current folder.

Bug: In Movable Type 4.x there is a bug where if pages have the exact same date-time then the mt:PagePrevious and mt:PageNext container tags may skip a page. This has been fixed in Movable Type 5.

Example

<mt:Pages>
    <mt:EntryTitle>
    <mt:PageNext>
        The next page is:
        <a href="<mt:PagePermalink>"><mt:PageTitle></a>
    </mt:PageNext>
</mt:Pages>
Back