Order WP Query posts by custom order calculated from post meta values
So I think there’s two solutions to this. Precalculate this value. I would suggest looking in to this if you can. Maybe hook into the post save hook and do a simple operation to save calculated price in a new meta value. This saves the below complicated code. It is possible to do this with … Read more