Yes, that would be the field I would sort on. The problem is getting the correct result set in the first place. The query as it stands returns a result set based on the assumption that entry_id correlates to posting date.
I'm trying to rewrite the query based on entry_created_on, and I think the key is understanding the format of
CODE
<MTEntryDate>.
Does this return/contain a string that matches the format of the entry_created_on field?
Anyway, maybe I need to look at the php solutions. I like the SQL solution because it appears to offer more control over how I display the pre/next links.
BTW, would someone know how to add the functionality to the existing Pre/Next tags as in:
CODE
<MTEntryPrevious category=" ">, <MTEntryNext category=" ">?
best,
bebop