Basic Tax Query
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'feeding', 'field' => 'slug', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'feeding', 'field' => 'slug', 'include_children' => true, ), );