What Is the Disable Author Edit feature?
Disable Author Edit is a single Classic Monks toggle that locks the Author field on the post edit screen for all non-admin users. Without this feature, any user with the edit_others_posts capability (typically editors and above) can change a post’s author via the Author meta box dropdown. With it enabled, the dropdown becomes read-only for everyone except administrators.
Why You Need It
On multi-author sites, allowing editors to reassign authorship can be a problem:
- An editor might accidentally reassign their own post to a more senior author to take credit
- An editor might reassign a problematic post to an intern to avoid blame
- Authorship metadata becomes unreliable, which affects post listings, bylines, and the public author archives
Disable Author Edit enforces authorship integrity. Authors can edit their own posts (the default WordPress behavior), but they cannot change who is listed as the author.
How to Use Disable Author Edit in Classic Monks
Step 1: Navigate to Settings
Click into the Classic Monks plugin settings in your WordPress dashboard.
Step 2: Go to the Content Subtab
Click on the Core menu, then click the Content subtab.
Step 3: Enable Disable Author Edit
Scroll to the Editorial Workflow section and toggle on Disable Author Edit.

Step 4: Save Changes
Click Save Changes.
Step 5: Verify the Lock
Log in as a non-admin user (e.g., an editor) and open any post edit screen. The Author meta box should now show the author as a read-only label or disabled dropdown. Try changing the author; the change should not save.
Administrators can still change authors. The lock only applies to non-admin roles.
Configuration Options
| Option | Description | Default |
|---|---|---|
| Disable Author Edit | Master toggle. Locks the author field for non-admin users. | Off |
No nested options. The toggle is global.
Developer Notes
Disable Author Edit hides the author dropdown in the post edit screen for non-admin users. No developer hooks are currently exposed.
Options used:
| Option | Type | Default |
|---|---|---|
disable_author_edit |
Boolean | false |