Editorial Workflow
Editorial workflow plugin for WordPress, review, approval, and preview controls without a separate editorial platform.
by Sarah · github.com/sarahcssiqueira/editorial-platform-for-wp · website
★ 4stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/sarahcssiqueira/editorial-platform-for-wp/archive/refs/heads/main.zipFrom the readme
✦ Editorial for WordPress
A focused editorial workflow for WordPress sites that need review, approval,
preview, and publishing controls without adding a separate editorial platform.
The project is intentionally small: one plugin entry point, one shared admin
theme class, and one stylesheet.
What's included
| File | Purpose |
| --- | --- |
| editorial-workflow.php | Plugin entry point; custom statuses, approval flow, notifications, previews, and cache clearing |
| editorial-admin-theme.php | Shared admin experience loaded by the workflow plugin |
| admin-theme/style.css | Editorial admin and login styles |
Installation
Copy the repository files into a directory inside /wp-content/plugins/, then
activate Editorial Platform - For WP from the WordPress Plugins screen.
Only editorial-workflow.php is a plugin entry point; it loads
editorial-admin-theme.php and the stylesheet automatically.
Configuration
The workflow uses the standard WordPress author, editor, and
administrator roles. On initialization it removes direct publishing from
authors and grants publishing to editors. An author can publish an own post
only after an editor has moved it to the approved status.
Slack notifi