ib tax query
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'tag', 'terms' => array( 'creators', ' community', ' content' ), 'field' => 'name', 'include_children' => true, ), );
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'tag', 'terms' => array( 'creators', ' community', ' content' ), 'field' => 'name', 'include_children' => true, ), );