Hello. I have a multi-author site, and I need to create a page for each author. On the author page I need to display specific categories (category name only) along with the post count for each per the specified author. I'd like to hide any categories that have a post count of zero.
If wp_list_categories had an author parameter, I'd be golden. Alas, it does not. I got the the code that apaunganhote posted here to work to return the post count in a specified category per a specified author, but I'd like the page to be more robust (generate the categories via PHP, count posts in each specified category per specified author, and hide any categories that have zero posts by specified author).
Hope that makes sense. I've been staring at the screen for far too long. Any help is appreciated. Thanks!