I'm having an issue with the conditional value query issue. I want to query 2 posts, if the value at Minimum Price, is less then 30 euro. Then query 2 posts. It's a affiliate website, with around 1200 posts with different content.
My code is at: http://pastebin.com/SDpcKspu
The problem is, that mostly my website is showing values <30. But sometimes it happends that i see a value that is way larger (around 130 euro or so). Any idea?
And yes, I know that this bit at orderby is double, but this seems somekind to work.: <?php query_posts('cat=77,98'.'&orderby=meta_value&orderby=rand&meta_key
Website is at http://www.overhemd-heren.nl regarding the widgets at the right side.
I picked the 30 euro example, but the same is for 50 and 40 euro.
Who can help me?