WordPress 在分类页使用自定义分类法获取当前分类名

<?php $category = get_the_terms('', 'products_list' ); echo $category[0]->name; ?>