Wordpress: How to compare 2 float values in meta_value column?
Hi Guys, I have about 100 posts in wordpress, all with a meta_key of price and a value. How would I go about searching through all posts with a value between 23.00 and 41.00 for example? I know that 'meta_compare ' treats 'meta_value' as a string, so I can't use this to solve my problem. Anybody have any clues? Thanks ...