Display Post Counts In Category Widget Resolved Requested: 3 years and 7 months ago Any way to get the post count for each child cat? Thanks again.
OnPoint Plugins 3 years and 7 months ago Good Morning Susan, This may be accomplished by adding the following filter to your active theme’s function.php file: add_filter( 'advanced-sidebar-menu/menus/category/get-list-categories-args', function ( $args ) { $args['show_count'] = true; return $args; } ); Have a great weekend! Mat Lipe
OnPoint Plugins 9 months and 3 weeks ago Hi Susan, I wanted to stop in to let you know the option to “Show post counts” made it into our version 9.1.0 release and is now available for both the categories widget and block. Feel free to update the plugin and remove the filter whenever you like. Enjoy!
Good Morning Susan,
This may be accomplished by adding the following filter to your active theme’s function.php file:
Have a great weekend!
Mat Lipe
Hi Susan,
I wanted to stop in to let you know the option to “Show post counts” made it into our version 9.1.0 release and is now available for both the categories widget and block.
Feel free to update the plugin and remove the filter whenever you like.
Enjoy!