我将此代码汇总到一个类别:
$args = array(
'taxonomy' => 'product_cat',
'title_li' => '<h2 class="cat-title">Categories</h2>',
'exclude' => '588',
'hide_empty' => '1',
'show_count' => '1'
);
wp_list_categories( $args );
这给了我一个深度为2或3的类别列表。遗憾的是,由于某些原因,空子类仍在显示,我看不出原因。