I have multiple authors who can add articles to my wordpress blog. They all have their own login.
I have multiple catagories where they can link the article to.
I want to control the access per author to the different catagories:
catA catB catC catD
author1 x x x
author2 x
author3 x x
When a author is logged in to publish an article, he only see the allowed catagories.
Is this possible? Is there a plug? Can some help me?