query post based on comparison
Is their anyway we can do the filtering (i.e comparing 3 values) in wp_query itself? What you are asking is tricky in pure SQL, though it can be done. WP_Query cannot handle the logic natively, though. You would have to create one or more filters. Doing this with the data structure you have right now … Read more