In the the class WP_Query, using the meta_query(array).
The wordpress codex says that the 'value' is a string|array. The array support is limited to a compare value of 'IN', 'NOT IN', 'BETWEEN', or 'NOT BETWEEN'.
I am having trouble as to understanding the 'IN', 'NOT IN', or 'BETWEEN' arguments.
Could someone please help me as to understanding this or better yet a working example i could go by. I'm trying to query posts on a single page template by meta_key without writing a seperate template for each meta_value. After some research the query_posts that I've been using is just not the way to go.
Any help would be much appreciated. Thanks!