I have a list of categories with child levels that go to the great-grandchild level. I have show post count turned on, but the total only shows at the parent level of the child or current item (even if it’s not the current item which is good). I want the total to accumulate at each parent level above the child.
Post count not show a total at the parent level
Resolved
I thought I’d add some reference information………….
Good Morning Terri,
The option to accumulate the sum of child category posts onto parent menu items is not currently built into the plugin. We considered adding this option a while back and decided against it because it adds extra queries making the menu heavier to load.
You may add this functionality using a custom filter. If you add the following code to your active theme’s functions.php file, your menus will automatically include all child category counts.
Have a great day!