Do you want to allow authors to revise published posts in WordPress?
Revisions can improve a post’s quality and give authors a feeling of ownership on your blog. They can also keep your site fresh and interesting without you having to constantly research and publish new blogs.
In this article, we will share how to allow authors to revise published posts in WordPress.
When and Why You Should Allow Authors to Revise Published Posts
WordPress comes with a powerful user role and permissions system, which allows you to add new authors and users to your website.
If you are running a multi-author WordPress blog, then you may want to allow authors to make changes to their published articles.
It is possible to let contributors edit their published posts without getting approval from an editor or admin. However, this isn’t always the best approach, as admins or editors will often need to review the changes before publishing them.
With that in mind, let’s see how you can allow contributors to revise published posts in WordPress while still requiring admin approval.
Video Tutorial
If you don’t want to watch the video, then you can continue reading the text version below.
Allowing Authors to Revise Published Posts in WordPress
The easiest way to allow authors to revise published blogs is by using Revision Manager TMC. This free plugin allows anyone with the contributor role to create a new draft from a published post.
They can then make changes and submit the revision for editorial review. Once approved, the editor can easily merge the changes to the live post.
The first thing you need to do is install and activate the Revision Manager plugin. For more details, see our step-by-step guide on how to install a WordPress plugin.
Upon activation, go to Settings » Revision Manager TMC to configure the plugin’s settings.
To start, you will want to choose whether to accept revisions for pages or posts.
Depending on how your WordPress website is set up, you may see some extra options in this section, such as attachments and navigation menus.
Next, open the ‘Copy creation capability’ dropdown and select ‘edit_posts’.
Then, you need to open the ‘Acceptation capability’ dropdown and select ‘published_posts’. This will allow contributors to create a duplicate copy of a published post.
After that, open the ‘Role for notification’ dropdown and choose who to notify when changes are ready to review. This will typically be an admin or editor, but you can select any user role you want.
Many websites have an issue with WordPress not sending emails correctly. For that reason, we recommend checking that you will receive all the Revision Manager emails as expected.
Simply scroll to the ‘Quick test’ section and type in the email address where you want to receive a test email.
Then, click on ‘Send test’.
If you don’t receive the test email, then your WordPress hosting server may not be properly configured to use the PHP mail()
function. Many email providers also incorrectly label WordPress emails as spam.
The easiest way to fix this problem is by using WP Mail SMTP. It is the best WordPress SMTP plugin that allows you to easily send WordPress emails using any SMTP service provider and ensure they arrive safely in the receiver’s inbox.
For step-by-step instructions, see our guide on how to set up WP Mail SMTP with any host.
When you are happy with how the Revision Manager plugin is configured, click on ‘Update settings’ to store your changes.
That done, you may want to test the revision feature by switching to a contributor account.
Pro Tip: You can instantly switch between user accounts using a free plugin.
In the contributor account, simply go to Posts » All Posts and hover your mouse over a published post. You’ll now see an option to ‘Create revision draft’.
Once a contributor clicks on the ‘Create revision draft’ link, the plugin will create a duplicate of the published post and open it for editing.
The contributor can now make changes to the post and submit it for review once they are happy with the revision.
Upon submission, the admin or editor will receive a notification to review and publish the post. This can improve the editorial workflow in multi-author WordPress blogs.
You can now switch to an admin or editor account in WordPress and go to Posts » All Posts. Here, you will see the revision ready for you to edit.
You can now hover over the revision and click on the ‘Edit’ link when it appears.
This opens the revision in the WordPress content editor.
You will also see a ‘Revision differences’ panel where you can see all the changes the contributor has made.
When you are happy with the revision, you can click on the ‘Publish’ button to make it live on your WordPress blog.
Revision Manager will now override the original post and delete the duplicate in the WordPress dashboard.
We hope this article helped you learn how to allow authors to revise published posts in WordPress. You may also want to see our guide on how to make money online blogging with WordPress or see our expert picks for the best SEO plugins and tools that you should use.
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Syed Balkhi says
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Shannon says
I am using this plugin to update some of my posts. When I publish my updates will the plugin also retain all of the comments that I have received on my original post or will they be deleted? Thank you.
WPBeginner Support says
The comments should remain
Admin
Shannon says
Wonderful, thank you!
SebastienMiaux says
Hello !
Could you tell more about the viewing of the modifications from the Administartor point of view ?
Actually I am testing a “submit from review” from an author account but when I want to view the modifications before validating the changes (Administrator account) I don’t get any revision comparison or comments about the changes as shown in your screenshots. The settings mention the Advanced Custom Fields but I installed it and I don’t get anything more on the post edition page.
Thank you very much for your help !
Sebastien
WPBeginner Support says
I’m unsure the comparison you are mentioning but the modification will be seen as a new post in your All Posts area for you to review and if you’re using the Gutenberg editor the accept changes button has been moved to the All Posts section when you hover on the post’s title.
You should be able to view the current version of the post by opening that post in a new tab.
Admin
praneet thakur says
But what if i want my Website Author not to update the post once it is live and also if he publish the post it directly goes under review and it would only become live until an admin permits it?
WPBeginner Support says
Hi Praneet,
You need to assign them a contributor user role. Please see our article about WordPress roles and permissions.
Admin