<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; wordpress posts</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-posts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Let Contributors Edit Their WordPress Posts After Being Approved</title>
		<link>http://www.wpwife.com/tutorials/how-to-let-contributors-edit-their-wordpress-posts-after-being-approved</link>
		<comments>http://www.wpwife.com/tutorials/how-to-let-contributors-edit-their-wordpress-posts-after-being-approved#comments</comments>
		<pubDate>Mon, 07 May 2018 11:22:46 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[approve posts]]></category>
		<category><![CDATA[contributors]]></category>
		<category><![CDATA[edit published posts in wordpress]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[User Roles]]></category>
		<category><![CDATA[wordpress posts]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=51872</guid>
		<description><![CDATA[
<p>Recently one of our readers asked if it was possible to allow contributors to edit their approved posts? WordPress user roles allow you to set different permissions for each user on your site. By default, a WordPress user with a contributor role can&#8217;t modify their&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-let-contributors-edit-their-posts-after-being-approved/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-let-contributors-edit-their-posts-after-being-approved/">How to Let Contributors Edit Their WordPress Posts After Being Approved</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Recently one of our readers asked if it was possible to allow contributors to edit their approved posts? WordPress <a href="http://www.wpbeginner.com/beginners-guide/wordpress-user-roles-and-permissions/" title="Beginner’s Guide to WordPress User Roles and Permissions">user roles</a> allow you to set different permissions for each user on your site. By default, a WordPress user with a contributor role can&#8217;t modify their published posts. In this article, we will show you how to let contributors edit their posts after being approved.</p>
<p><img title="Let Contributors Edit Their Posts After Being Approved" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/04/let-contributors-edit-post-featured.png" alt="Let Contributors Edit Their Posts After Being Approved" width="550" height="340" class="alignnone size-full wp-image-51941" /></p>
<h4>Let Contributors Edit Their Posts After Being Approved</h4>
<p><a href="http://www.wpbeginner.com/glossary/contributor/" title="Contributor">Contributors</a> or guest authors with contributor user role write posts and send them to review in WordPress. A user with the administrator or editor user role can review and publish it. Once published, the contributors are unable to edit their own posts. This is a generalized hierarchy in WordPress that distribute <a href="http://www.wpbeginner.com/glossary/user-role/" title="User Role">user role</a> and status.</p>
<p>However, you can <a href="http://www.wpbeginner.com/plugins/how-to-add-or-remove-capabilities-to-user-roles-in-wordpress/" title="How to Add or Remove Capabilities to User Roles in WordPress">add or remove capabilities to user roles</a> in WordPress. Let&#8217;s take a look at how to let contributors edit their published posts.</p>
<h4>Method 1: Allow Contributors to Edit Their Posts (Plugin)</h4>
<p>This method is easier and recommended for most users. This method also allows you to edit other user roles and permissions right away.</p>
<p>First thing you need to do is install and activate the <a href="https://wordpress.org/plugins/capability-manager-enhanced/"  title="Capability Manager Enhanced" rel="nofollow">Capability Manager Enhanced</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="how to install a plugin in WordPress">how to install a plugin in WordPress</a>.</p>
<p>Upon activation, you need to visit <strong>Users &raquo; Capabilities</strong> in your WordPress admin area to edit capabilities of contributor user role.</p>
<p><img title="User Capabilities" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/04/capabilities-users.png" alt="User Capabilities" width="550" height="345" class="alignnone size-full wp-image-52123" /></p>
<p>On this page, you need to select <strong>Contributor</strong> role on the right side, so you can change their permission level.</p>
<p><img title="Select Contributor Role" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/04/select-contributor-role.png" alt="Select Contributor Role" width="550" height="375" class="alignnone size-full wp-image-52124" /></p>
<p>Once selected, you&#8217;ll see a lot of options in this section. In the <strong>Editing Capabilities</strong> area, you need to select <strong>Edit Published</strong> option and scroll to the bottom to click on <strong>Save Changes</strong> button.</p>
<p><img title="Select Edit Published" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/04/select-edit-published.png" alt="Select Edit Published" width="550" height="380" class="alignnone size-full wp-image-52125" /></p>
<p>After that you can test the permissions by switching to a contributor role in WordPress and going to the  <strong>Posts</strong> page. You will now see the option to edit published posts. Hint: you can <a href="http://www.wpbeginner.com/plugins/how-to-instantly-switch-between-user-accounts-in-wordpress/" title="How to Instantly Switch Between User Accounts in WordPress">instantly switch between user accounts</a> while testing roles and permissions in WordPress.</p>
<p><img title="Edit Approved Posts" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/04/edit-approved-posts.jpg" alt="Edit Approved Posts" width="550" height="340" class="alignnone size-full wp-image-52046" /></p>
<h4>Method 2: Manually Allowing Contributor to Edit Their Posts</h4>
<p>This method requires you to add code to your WordPress files. If you haven&#8217;t done this before, then please take a look at our guide on <a href="http://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/" title="How to copy and paste code in WordPress">how to copy and paste code in WordPress</a>.</p>
<p>You&#8217;ll need to add the following code to your WordPress theme&#8217;s <a href="http://www.wpbeginner.com/glossary/functions-php/" title="functions.php">functions.php file</a> or <a href="http://www.wpbeginner.com/beginners-guide/what-why-and-how-tos-of-creating-a-site-specific-wordpress-plugin/" title="What, Why, and How-To’s of Creating a Site-Specific WordPress Plugin">site-specific plugin</a>.</p>
<pre class="brush: php; title: ; notranslate">

// get the &quot;contributor&quot; role object
$obj_existing_role = get_role( 'contributor' );

// add the &quot;Edit published posts&quot; capability
$obj_existing_role-&gt;add_cap( 'edit_published_posts' );

</pre>
<p>This code snippet needs to run only once which means you can save it and then delete it. It will allow contributors to edit their published posts in WordPress. </p>
<p>Even though we have shown you how to allow contributors to edit their published posts, we believe it is not a good practice to let contributors or authors edit their published content. </p>
<p>If there&#8217;s a need for any change or correction in the content, then the writer should ask an administrator or editor to update it. This allows you to maintain editorial integrity.</p>
<p>Before publishing a post, an editor checks multiple necessary elements like keywords, images, meta description, URL, and more. These things are important to <a href="http://www.wpbeginner.com/wordpress-seo/" title="Ultimate WordPress SEO Guide for Beginners (Step by Step)">get better rankings in search results</a>. A user with a contributor user role may not be fully aware of your editorial best practices and can make mistakes that would go unnoticed if not reviewed by an editor or administrator. </p>
<p>One way to deal with this is by sharing a <a href="http://www.wpbeginner.com/plugins/how-to-create-a-blogging-checklist-in-wordpress/" title="How to Create a Blog Post Checklist in WordPress">blog post checklist</a> with your contributors and authors. This checklist will help them cover all the tasks before submitting a post to review. It will also help an editor to quickly review a post. </p>
<p>We hope this article helped you learn how to let contributors edit their posts after being approved. You may also want to see our guide on <a href="http://www.wpbeginner.com/wp-tutorials/how-to-allow-users-to-submit-posts-to-your-wordpress-site/" title="How to Allow Users to Submit Posts to Your WordPress Site">how to allow users to submit posts in WordPress</a> without even accessing the WordPress admin area. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-let-contributors-edit-their-posts-after-being-approved/">How to Let Contributors Edit Their WordPress Posts After Being Approved</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-let-contributors-edit-their-wordpress-posts-after-being-approved/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
