I am looking into having the two following roles:
- Editor
- Publisher
and the following different states a post can be in:
- Draft
- Ready for publication
- Published
The workflow I am seeking is:
- An editor writes a blogpost. It is a draft.
- Once it is final, the editor marks ist as ready for publication. From that moment on, the editor looses the ability to edit the blogpost.
- The publisher reviews, edits and publishes the blogpost.
Is this possible with WordPress?
If not, is there a state of the art plugin for such a workflow?
It seems like an obvious workflow.
Allow me to translate the roles and states into WP parlance:
Roles:
States:
The only thing you need a plugin for is this bit:
“From that moment on, the author looses the ability to edit the blogpost.”