Wordpress - WordPress Query and Database
What is wrong with this query?
$args = array('meta_query' => array('key' => 'color', 'value' => 'blue'));
$query = new WP_Query($args);