Hello,
I was wondering if someone would be kind enough to point out to me, what I'm doing wrong.
I'd like to do the same thing that zoo is doing. But when I put in the code that should have the category page by oldest first, when ever I rebuild, I'm getting an error.
Am I, perhaps not putting in the complete code? or perhaps, I should have put something else at the end?
(I even tried putting the code in different places)
CODE
</MTDateHeader>
<MTEntries sort_order="ascend" sort_by="title">
<div class="blogbody">
<a name="<$MTEntryID pad="1"$>"></a>
This is where I put it.
than I save and rebuild, I get this error:
CODE
An error occurred:
Building entry ' Chaotic Brew Tavern, The Story' failed: Parse error in template 'Category Archive': <MTEntries> with no </MTEntries>
and this is the end of my template...
CODE
</MTEntryIfAllowPings>
</div>
</div>
</MTEntries>
</div>
</div>
</body>
</html>
now, I made sure that it was the double quote mark and not the single.
I've also tried changing the part, where it says "title" to
CODE
<MTEntries sort_order="ascend" sort_by="a chaotic brew tavern story">
(I especially wanted to be able to do this by "story", since I'll have a couple different stories at this site)
and, knowing nothing about MT code, I even tried this....
CODE
<MTEntries sort_order="ascend" sort_by="<MTEntries category="a chaotic brew tavern story">">
But with them all, I still get the same error message, about no closing MT Entry tag.
I can post the complete template, I just knew that I would be saying so much, I was trying to keep the space down some

Any help, suggestion or hint, would be much appreciated.