Filter by one custom field with multiple values
$meta_query = array( 'relation' => 'OR', array( 'key' => 'article_brand', 'value' => 'life', ), array( 'key' => 'article_brand', 'value' => 'general', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'article_brand', 'value' => 'life', ), array( 'key' => 'article_brand', 'value' => 'general', ), );