Use the get_terms() function instead: $term_children = get_terms( 'mytaxname', array( 'parent' => get_queried_object_id(), ) ...
確定! 回上一頁