Hello,
I have this code on EE 2.1.1.
{exp:comment:entries
limit="10"
dynamic="no"
sort="desc"
orderby="date"
channel="channel1|channel2"
}
<li>
<em>{author}</em> on <a href="http://{url_title_path="><strong>{title}</strong></a>
</li>
{/exp:comment:entries}However, the output puts out comments in this comment_id order:
5, 6, 7, 8, 9, 14, 13, 12, 11, 10
Obviously that’s not in date descending order—it starts by ascending, then jumps, then descends. Putting it in date ascending order works—it gives a comment_id order of:
4, 5, 6, 7, 8, 9, 10, 11, 12, 13
I looked in the 2.1.2 and 2.1.3 changelogs and didn’t see anything having to do with this kind of bug. I’d prefer not to upgrade unless this is a known issue fixed in those builds. Can you let me know?
Thanks,
Matt