WordPress Tip: How To Order By Multiple Custom Fields
When you do WP_Query in WordPress, orderby is your friend to get things in order. It’s the argument passed on to tell MySQL server which column to sort on when it’s creating the Order By clause. It’s pretty straightforward to get only one column sorted but things will get a bit […]