Hi,
I want to show a list of all authors who have posts in a specific category. I think I can do so by creating two queries to wp database, one to wp_posts and one to wp_users. However, performance problem will arise when my blog has a lot of posts and users. So Im looking for another solution, any suggestion is appreciated!
Thanks a lot!
Tiger