Display Post Counts In Category Widget Resolved Requested: 2 years and 9 months ago Any way to get the post count for each child cat? Thanks again.
OnPoint Plugins 2 years and 9 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
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