Multiple Custom Fields – dj
$meta_query = array( 'relation' => 'AND', array( 'key' => 'services-offered', 'value' => 'wedding', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'services-offered', 'value' => 'corporate', 'compare' => 'LIKE', 'type' => 'CHAR', ), array( 'key' => 'services-offered', 'value' => 'bollywood', 'compare' => 'LIKE', 'type' => 'CHAR', ), );