Hello all,
While I was reviewing the docs here, I noticed that the meta queries are done via an SQL query syntax since the WP_Query() won't support meta queries directly. I fully understand that. However, do other parameters such as 'order_by' => 'meta_value'
continue to work? If not, what are the workarounds for using meta values in the query to do things like sorting?