<?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>Digitivity &#187; Minor Edit Plugin</title>
	<atom:link href="http://digitivity.org/tag/minor-edit-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://digitivity.org</link>
	<description>The Digital Productivity Blog</description>
	<lastBuildDate>Sat, 24 Dec 2011 17:34:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Making Minor Changes in WordPress Without Updating the Last-Updated Date with the Minor Edit Plugin</title>
		<link>http://digitivity.org/236/making-minor-changes-in-wordpress-without-updating-the-last-updated-date-with-the-minor-edit-plugin</link>
		<comments>http://digitivity.org/236/making-minor-changes-in-wordpress-without-updating-the-last-updated-date-with-the-minor-edit-plugin#comments</comments>
		<pubDate>Sun, 24 May 2009 08:29:08 +0000</pubDate>
		<dc:creator>Digitivity</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[last-updated]]></category>
		<category><![CDATA[Minor Edit Plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.digitivity.org/?p=236</guid>
		<description><![CDATA[<p>Posted in <a href="http://digitivity.org/category/blogging" title="Blogging">Blogging</a></p>Did you know that if you make the smallest change in a blog post, the "last updated" date changes? Prevent that with the WordPress Minor Edit plugin.


Related posts:<ol><li><a href='http://digitivity.org/795/install-cbnet-ping-optimizer-plugin-wordpress' rel='bookmark' title='Permanent Link: Installing the cbnet Ping Optimizer Plugin for WordPress'>Installing the cbnet Ping Optimizer Plugin for WordPress</a></li>
<li><a href='http://digitivity.org/463/how-to-stop-comment-spam-in-wordpress-with-the-akismet-plugin' rel='bookmark' title='Permanent Link: How to Stop Spam in WordPress with the Akismet Plugin'>How to Stop Spam in WordPress with the Akismet Plugin</a></li>
<li><a href='http://digitivity.org/790/updating-your-wordpress-blog-too-frequently-avoiding-getting-banned-from-ping-services' rel='bookmark' title='Permanent Link: Updating Your WordPress Blog Too Frequently: Avoiding Getting Banned from Ping Services'>Updating Your WordPress Blog Too Frequently: Avoiding Getting Banned from Ping Services</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I first started this blog, I didn&#8217;t have categories or tags set up because I didn&#8217;t really know what direction the blog would take. When I went back and started setting the tags and categories on old posts, I noticed that the edited posts wound up having their &#8220;last-updated&#8221; dates changed.</p>
<p>I didn&#8217;t really want that. Among other reasons, feed readers could display old posts as having updates, when in fact there&#8217;s nothing really new for the blog audience. It&#8217;s sort of annoying for blog readers, so I googled for a solution.</p>
<p>What seems to be the standard solution is the <a href="http://ciarang.com/posts/wp-minor-edit">WordPress Minor Edit Plugin</a>, which adds a little checkbox, &#8220;Minor Edit&#8221;, to the Publish box in a WordPress Edit Post screen. Check it to avoid a change in last-updated:</p>
<div id="attachment_242" class="wp-caption alignnone" style="width: 302px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-06-edit-post.png"><img class="size-full wp-image-242" title="WordPress Minor Edit Plugin: Edit Post" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-06-edit-post.png" alt="WordPress Minor Edit Plugin: Edit Post" width="292" height="290" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Edit Post</p></div>
<h2>Installing the Minor Edit Plugin</h2>
<p>Here&#8217;s a step-by-step walkthrough to install the plugin.</p>
<p>Log in as your blog&#8217;s admin user and go to Plugins: Find Plugins. (This is assuming you&#8217;re using WordPress version 2.7 or higher).</p>
<p>Search for &#8220;minor edit&#8221;:</p>
<div id="attachment_237" class="wp-caption alignnone" style="width: 522px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-01-select-for-installation.png"><img class="size-medium wp-image-237" title="WordPress Minor Edit Plugin: Select for Installation" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-01-select-for-installation-512x74.png" alt="WordPress Minor Edit Plugin: Select for Installation" width="512" height="74" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Select for Installation</p></div>
<p>Click on &#8220;Install&#8221; (at the right-hand side of the page), or just click on the description.</p>
<p>WordPress shows an install popup:</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 522px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-02-install.png"><img class="size-medium wp-image-238" title="WordPress Minor Edit Plugin: Install Popup" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-02-install-512x351.png" alt="WordPress Minor Edit Plugin: Install Popup" width="512" height="351" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Install Popup</p></div>
<p>Click on the orange &#8220;Install&#8221; button.</p>
<p>WordPress installs the plugin:</p>
<div id="attachment_239" class="wp-caption alignnone" style="width: 522px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-03-installing.png"><img class="size-medium wp-image-239" title="WordPress Minor Edit Plugin: Installing" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-03-installing-512x139.png" alt="WordPress Minor Edit Plugin: Installing" width="512" height="139" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Installing</p></div>
<p>Be sure to click on Activate to activate the plugin. Otherwise, it&#8217;ll be available, but not functional. If you forget, just go to Plugins: Manage Plugins. Go to the bottom where it lists &#8220;Inactive Plugins&#8221;. Click on Activate for the Minor Edit Plugin:</p>
<div id="attachment_240" class="wp-caption alignnone" style="width: 522px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-04-activate.png"><img class="size-medium wp-image-240" title="WordPress Minor Edit Plugin: Activate" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-04-activate-512x32.png" alt="WordPress Minor Edit Plugin: Activate" width="512" height="32" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Activate</p></div>
<p>The plugin is then activated:</p>
<div id="attachment_241" class="wp-caption alignnone" style="width: 522px"><a href="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-05-activated.png"><img class="size-medium wp-image-241" title="WordPress Minor Edit Plugin: Activated" src="http://www.digitivity.org/blog/wp-content/uploads/2009/05/wordpress-plugin-minor-edit-05-activated-512x111.png" alt="WordPress Minor Edit Plugin: Activated" width="512" height="111" /></a><p class="wp-caption-text">WordPress Minor Edit Plugin: Activated</p></div>
<p>There are no options to set for this plugin, so the only place you&#8217;ll see it in action is the Edit Post page (above).</p>


<p>Related posts:<ol><li><a href='http://digitivity.org/795/install-cbnet-ping-optimizer-plugin-wordpress' rel='bookmark' title='Permanent Link: Installing the cbnet Ping Optimizer Plugin for WordPress'>Installing the cbnet Ping Optimizer Plugin for WordPress</a></li>
<li><a href='http://digitivity.org/463/how-to-stop-comment-spam-in-wordpress-with-the-akismet-plugin' rel='bookmark' title='Permanent Link: How to Stop Spam in WordPress with the Akismet Plugin'>How to Stop Spam in WordPress with the Akismet Plugin</a></li>
<li><a href='http://digitivity.org/790/updating-your-wordpress-blog-too-frequently-avoiding-getting-banned-from-ping-services' rel='bookmark' title='Permanent Link: Updating Your WordPress Blog Too Frequently: Avoiding Getting Banned from Ping Services'>Updating Your WordPress Blog Too Frequently: Avoiding Getting Banned from Ping Services</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://digitivity.org/236/making-minor-changes-in-wordpress-without-updating-the-last-updated-date-with-the-minor-edit-plugin/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: digitivity.org @ 2012-05-23 10:58:34 -->
