$term_children = get_terms( $tax, array( 'child_of' => $term->term_id, ) ); foreach ($term_children as $term_child) { echo '<h2>' . $term_child->name .
確定! 回上一頁