I was wondering if there is any way to include the number of posts published in subcategories when using wp_list_categories to display the number of posts published in a category.
For example, if the hierarchy looks like this:
Mac (3)
— Mac Pro (4)
— Mac Mini (2)
— iMac (6)
wp_list_categories would only show the three posts posted in "Mac", and leave out the ten posts published in the subcategories. Is it possible to display the total number of posts, including the posts published directly in the top category and the posts in the subcategories?