WordPress order posts by 2 custom fields at once
问题 The bounty expires in 4 days . Answers to this question are eligible for a +50 reputation bounty. Elron is looking for a canonical answer : Order posts by 2 custom fields at once, one of them is number and the second is string I want to order the posts by 2 custom fields in the same call . How is this possible? This next code order successfully, but only by only 1 NUMBER custom field (not STRING): add_action('pre_get_posts', function ($q) { if ( !is_admin() // Target only front end queries &&