orderby meta_value breaks taxonomy term archives
‘meta_key’ => ‘keyname’ must be part of the query to be able to sort by its value. Unfortunately, that will immediately result in the query being limited to posts where the key is set (its value can be empty, but it must exist). Hence, either consider the method s_ha_dum linked to in the question comments, … Read more