I'm trying to order my posts by multiple meta keys. I have an event start date and an event start time. I want to first sort by the date and then sort within those dates by the start time.
Is there a way to do this either via the core within the functions.php file or a plugin? I noticed that I could do this if I were to first sort by title, then by a meta key...but no such luck doing it with more than one meta key.
Thanks for any insight :-)