• I’ve got a meta query setup using:

    orderby="meta_value"
    meta_key="last_name"
    order="ASC"

    This effectively sorts by results by last name. Is it possible to also sort by first_name (which is a meta field in the post type I’m querying)? Is there a way to make a more advanced meta query?

    Thanks?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Possible to order by multiple meta values?’ is closed to new replies.