tax test
測試
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => '貓的天性', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), array( 'taxonomy' => '貓與水分', 'field' => 'slug', 'operator' => 'IN', 'include_children' => true, ), );