When setting up a View, I can choose only one criteria for ordering (post_name, etc…)
Is there a way to set up multiple criteria, similar to the way you can sort an Excel spreadsheet by column x, then column y, then column z?
In my particular case, I have a custom field called dd_priority, where my highest-priority posts are given a 1, then the second priority posts are given a 2, then everything else has a 3. BUT there are thousands of posts…so even though I can tell Views to sort by dd_priority ascending, after it puts my highest priority posts at the top of the list, I'd like to be able to have further control over what comes next.