<?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>it’s unix, not eunuchs &#187; tagging</title>
	<atom:link href="http://www.itsunixnoteunuchs.com/tag/tagging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsunixnoteunuchs.com</link>
	<description>Howdy!  I&#039;m Daniel J. Doughty, and these are my geeky thoughts.</description>
	<lastBuildDate>Sun, 30 Oct 2011 04:03:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple Tagging Plugin works with 2.6.1</title>
		<link>http://www.itsunixnoteunuchs.com/2008/08/28/simple-tagging-plugin-works-with-261/</link>
		<comments>http://www.itsunixnoteunuchs.com/2008/08/28/simple-tagging-plugin-works-with-261/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 23:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[metadata]]></category>
		<category><![CDATA[tagging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.danieljdoughty.com/?p=196</guid>
		<description><![CDATA[I use a plugin for WordPress called Simple Tagging.  Unfortunately it doesn&#8217;t appear to be maintained at the moment.  I don&#8217;t like running un-supported code, but I&#8217;m not willing to look for a new tagging system yet. However, it appears to work just fine if you change the version checking in the php file itself.  [...]]]></description>
			<content:encoded><![CDATA[<p>I use a plugin for WordPress called Simple Tagging.  Unfortunately it doesn&#8217;t appear to be maintained at the moment.  I don&#8217;t like running un-supported code, but I&#8217;m not willing to look for a new tagging system yet.</p>
<p>However, it appears to work just fine if you change the version checking in the php file itself.  I would NEVER recommend you do this for a large site, but if you&#8217;re running a small blog like me, you might have use for this.</p>
<p>Edit your simple-tags.php which is found in your wp-content/plugins/simple-tags directory and find this line:</p>
<p>if ( strpos($wp_version, &#8217;2.5&#8242;) !== false ) {</p>
<p>replace the 5 with a 6 and you&#8217;re back in business(if you&#8217;re running 2.6.)</p>
<p>The new line looks like this:</p>
<p>if ( strpos($wp_version, &#8217;2.6&#8242;) !== false ) {</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsunixnoteunuchs.com/2008/08/28/simple-tagging-plugin-works-with-261/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

