Can Low Alphabet order by Last Name THEN First Name?
I have multiple entries in my index that have the same last name but different first names. They are all mixed up so that all the "Joe Smiths" are mixed up with the "Tom Smiths."
Currently I have the code selected to orderby="author_last_name"
But I'd love for there to be some coding convention that allows me to order first by last name, then by first name.
Is there some way to do that I'm not seeing?
Replies
Low 6 Nov 2016 10:21
Just add the field to the orderby parameter: orderby="author_last_name|author_first_name"