This will return the parent name of the current term being viewed of a custom taxonomy.
parent, get_query_var('taxonomy') );
echo $parent->name;
?>
This will return the parent name of the current term being viewed of a custom taxonomy.
parent, get_query_var('taxonomy') );
echo $parent->name;
?>