How do I add "Previous" and "Next" text links at the bottom of my standard template page? I don't know of a tag that would be appropriate for this. Currently I have "archive" which I don't want to use since I'm thinking of doing something else with the archive page at this time.
Thanks!
Reported on Movable Type 4.261
sorry folks...that topic title should read:
Simple, good ol' <previous | next> links
Give this a shot:
<p class="content-nav"> <mt:EntryPrevious><a href="<$mt:EntryPermalink$>">« <$mt:EntryTitle$></a> |</mt:EntryPrevious> <a href="<$mt:BlogURL$>">Home</a> <mt:EntryNext>| <a href="<$mt:EntryPermalink$>"><$mt:EntryTitle$> »</a></mt:EntryNext> </p>