Need new WordPress post publishing workflow
-
Hi all,
I am new to WordPress, I have to integrate a content publishing workflow to posts, pages and custom_post_types of WordPress. This work flow has three stages.- Staging
- Send For Approval
- Published
We have two scenarios
Workflow for New Content
- If the Contributor adds new content with status “Staged” or “Send For Approval”
- The Admin or editor can Publish or ask to re-write the content or delete content
Workflow for Content That Already exists
- Contributor is able to edit the content even if it is published
- Contributor is able to set the new content status as “Staged” or “Send For Approval”
- Contributor is able delete the new changes
- The Admin or editor Publish new changes or ask to re-write the changes or delete changes
- The main thing is, already published content should be accessible from front end regardless of new changes approved or not
My Idea
- Remove listing of All status in post screen
- Provide list for other three status “Staged”, “Pending For Approval” and “Published”(default), may be “Request to re-write” too
Workflow for New Content
- New content will marked as “Staged” or “Pending For Approval”
- Admin or editor can make it as “Publish”.
Workflow for Content That Already exists
- Make a copy of existing content while editing(only if it is already published)
- Allow to make changes to copy and it can be set as “Staged” or “Pending For Approval”
- Admin or editor can make it as “Publish”, then the old content will replaced with newly approved content(newly created post will remove).
Kindly share your thoughts too.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Need new WordPress post publishing workflow’ is closed to new replies.