I am using get posts, but I need to refine the query based on posts where a certain meta_key has a certain value.
Something like this
<?php $reviews = get_posts('post_type=reviews&numberposts=-1& // eg. // location=berkshire');
Is it possible to do this and if so how?
Marvellous