I was using orderby => author in WP_Query, and wondering why I was getting a strange order. Then I suddenly twigged - it's sorting by Author ID, rather than Author Name. How would you order by Author Display Name, rather than ID, within WP_Query? Thanks, Rob.