After updating from 1.6.8 to 1.7.0, one aspect of our site - short blog posts about particular ebooks - stopped sorting properly.
If you look at the Blog tab on this page, for instance,
http://www.takecontrolbooks.com/mobileme
you’ll notice that the posts are in no particular order. That wasn’t true before and shouldn’t be now. The code hasn’t changed from when it worked fine - here’s the relevant line:
{reverse_related_entries weblog="news" status="open|Homepage|Not CFU" orderby="entry_date" sort="desc"}I’ve played with making orderby look at title instead of entry_date, but that makes no difference.
What’s really weird is that there’s another part of the site (it’s private, so I can’t show it off here) where the sorting still works fine; the orderby and sort options are the same.
{reverse_related_entries weblog="news" status="not closed|Not CFU" orderby="entry_date" sort="desc"}Any ideas about what’s going on here, and why upgrading to 1.7.0 broke this functionality?
cheers… -Adam