I'm having a similar problem. Rather than start a new thread (and get blasted in the process), I'll elaborate on my problem here.
While I type, I suggest savantpol supply some more details so people know exactly how to help you. Supply some code or a link to your site.
-----------------------------------
I have a photo blog site, and would like to have one entry/photo on the main page, along with a link under that entry to the previous entry. I used the code supplied by the user manual, and this is how I used it:
CODE
<div class="blog"> <MTEntries> <$MTEntryTrackbackData$> <MTDateHeader>
<h2 class="date"> <$MTEntryDate format="%x"$> </h2>
</MTDateHeader>
<div class="blogbody"> <a name="<$MTEntryID pad="1"$></a>
<h3 class="title"><$MTEntryTitle$></h3>
<$MTEntryBody$> <MTEntryIfExtended> <span class="extended"><a href="<$MTEntryPermalink$>#more">Continue viewing "<$MTEntryTitle$>"</a></span><br />
</MTEntryIfExtended>
<div class="posted">Posted by <$MTEntryAuthor$> at <a href="<$MTEntryPermalink$>"><$MTEntryDate format="%X"$></a> <MTEntryIfAllowComments> | <a href="<$MTCGIPath$><$MTCommentScript$>?entry_id=<$MTEntryID$>" onclick="OpenComments(this.href); return false">Comments (<$MTEntryCommentCount$>)</a> </MTEntryIfAllowComments> <MTEntryIfAllowPings> | <a href="<$MTCGIPath$><$MTTrackbackScript$>?__mode=view&entry_id=<$MTEntryID$>" onclick="OpenTrackback(this.href); return false">TrackBack (<$MTEntryTrackbackCount$>)</a></MTEntryIfAllowPings><br>
<span class="style3">>></span> <MTEntryCategories glue=" | ">
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$>
</a></MTEntryCategories></p>
</div> </div>
</MTEntries>
</div></div>
<p align="center"><MTArchivePrevious>
<a href="<$MTArchiveLink$>"><< <$MTArchiveTitle$></a> |
</MTArchivePrevious>
<a href="<$MTBlogURL$>">Main</a>
<MTArchiveNext>
| <a href="<$MTArchiveLink$>"><$MTArchiveTitle$> >></a>
</MTArchiveNext>
</p>
When I try to save the changes and rebuild, I get the following error message:
CODE
Build error in template 'Main Index': Error in <MTArchivePrevious> tag: You used an <MTArchivePrevious> without a date context set up.
I revisited the user manual and read the section about that tag again, however I don't really understand what I have done wrong. Hope someone can help!