Hello everyone,
i am setting up a portfolio page for three people.
main page is showing posts by all three authors. there is also a author page displaying only articles by one author.
can i get a list of all categories this author has contributed to?
something like get_categories('author=xy')
the idea is that i want the user to see all projects by one author, after that he should be able to choose all projects by this author AND a certain category.
i do NOT want to see all projects of the same category by all authors.
thanks for your help,
andreas