I wanted my comments to display newest-first, with reverse numbering: 10, 9, 8, etc. My workaround for this was to change the ol for the comments to an ul, and then add a counter that decrements with each trip around the loop that generates the comments. Not sure that’s the most elegant way to do it, but it worked.