Help - Search - Members - Calendar
Full Version: Sorting comments by entry?
Movable Type Community Forum > Additional Resources > Tips and Tricks
wkearney99
Is there a way to get the MTComments container to sort by the entry ID of the original posts?

This would allow grouping of comments in relation to their parent entry.  I suppose this would then require a second sort that controlled their date ordering.  

The ideal situation would be to pull up a list of comments ordered by entry and then in descending order.

Hrm.. this might be possible with some clever loops over entries with comments, wouldn't it?
girlie
Doesn't this work?

CODE
<MTEntries sort_order="ascend">
<MTComments sort_order="descend">
(comment code here)
</MTComments>
</MTEntries>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.