Can I use pre_get_posts to add up values from two different meta_keys?
The way you are trying to do it is probably the wrong way. WP_Query does not have any build in feature to subtract the values from two custom fields and then returning (or ordering) posts according to the value of the subtraction from the two fields. You can probably filter the generated SQL via the … Read more