The blogs we currently have setup were done by an outside company, so I'm still learning the Movable Type tags and how things work.
With that said, we were using version 3.x, but upgraded back in early August to 4.12 (I didn't do the upgrade, I wasn't assigned to work on it then) Anyways, we have some code in the template that was sorting entries based on a custom field. The code is
CODE
<MTEntries sort_by="CUSTOMFIELD:Faculty Spotlight Last Name" sort_order="ascend" lastn="2000">
This apparently worked in version 3.x that we were using, but no longer works in version 4.12. Could anyone shine any light on why this no longer works? Can you still sort on custom fields in 4.12? If so, why would this not be working? If I change sort_by to "title", it sorts the entries just fine based on the title of the entry, so sorting is working, just now on this custom field.
Thanks.
