get category child
$args = array( array( 'taxonomy' => 'category', 'terms' => 'cinema', 'field' => 'slug', 'include_children' => true, ), );
$args = array( array( 'taxonomy' => 'category', 'terms' => 'cinema', 'field' => 'slug', 'include_children' => true, ), );