A good[ish] website
Web development blog, loads of UI and JavaScript topics
How to retrieve the term’s name when rendering a custom taxonomy route.
If you’re viewing a normal Post category rendered via archive.php template, then you can use single_cat_title() function to display the current category name. But when dealing with custom taxonomies it’s a bit different.
And it is as simple as:
$tax = $wp_query->get_queried_object();
echo $tax->nameComments would go here, but the commenting system isn’t ready yet, sorry.