Someone can go this route (I did) so ...
$tax = $wp_query->get_queried_object(); $tax_term = $tax->name; $tax = get_taxonomy($tax->taxonomy); $taxonomy = $tax->label; echo "$tax_term are $taxonomy";
returns "Lemons are fruits."
I would like to know one insert for this, but I don’t think there is one, you need parts of two objects.
Chris pink
source share