Hi, It is possibile to add another criteria (a custom field) for ordering the result so that to have three criteria for ordering? Please see the attachment.
Thanks in advance.
Sorry about the late response, I must have missed your ticket by accident.
I’m afraid that is not possible, at least not without major modifications to the core code. The custom field ordering requires a sub-select query as well, it cannot be simply added to the order clause.
A simple order criteria (like title, date etc..) might be possible to add though via a small custom code snippet.