Köszi a segítőkészséget.Megtaláltam a megoldást
<?php if (is_category()) {
$this_category = get_category($cat);
if (get_category_children($this_category->cat_ID) != "") {
echo "<ul>";
wp_list_categories('orderby=id&show_count=0&title_ li=
&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "</ul>";
}
} ?>
Végül is olyasmi amit írtál, csak a child_of-nál kell megadni a kategória id-t