<?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>Web Server Hacks Blog - Hacks for Dedicated/VPS Servers, SSH, and Plesk &#187; working with wordpress 2.9</title>
	<atom:link href="http://webserverhacks.com/tag/working-with-wordpress-2-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://webserverhacks.com</link>
	<description>Hacks for Dedicated/VPS Servers, SSH, and Plesk</description>
	<lastBuildDate>Tue, 01 Nov 2011 23:56:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Hack – How to Get Simple Tags Plugin Working with WordPress 2.9!</title>
		<link>http://webserverhacks.com/wordpress-hacks/wordpress-hack-%e2%80%93-how-to-get-simple-tags-plugin-working-with-wordpress-2-9/</link>
		<comments>http://webserverhacks.com/wordpress-hacks/wordpress-hack-%e2%80%93-how-to-get-simple-tags-plugin-working-with-wordpress-2-9/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 00:51:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Hacks]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[simple tags]]></category>
		<category><![CDATA[wordpress hack]]></category>
		<category><![CDATA[working with wordpress 2.9]]></category>

		<guid isPermaLink="false">http://webserverhacks.com/?p=75</guid>
		<description><![CDATA[For those of you who are getting errors with Simple Tags plugin when upgrading to WordPress 2.9, there&#8217;s a simple hack to make it work: Edit the file simple-tags.php and change the following from this: if ( strpos($wp_version, &#8216;2.7&#8242;) !== false &#124;&#124; strpos($wp_version, &#8216;2.8&#8242;) !== false ) to this: if ( strpos($wp_version, &#8216;2.7&#8242;) !== false &#124;&#124; strpos($wp_version, &#8216;2.8&#8242;) !== false &#124;&#124; strpos($wp_version, &#8216;2.9&#8242;) !== false ) I guess it&#8217;s because the version numbers were hard-coded, not because the plug-in isn&#8217;t compatible with 2.9.]]></description>
			<content:encoded><![CDATA[<p>For those of you who are getting errors with Simple Tags plugin when upgrading to WordPress 2.9, there&#8217;s a simple hack to make it work:</p>
<p>Edit the file simple-tags.php and change the following from this:</p>
<blockquote><p>if ( strpos($wp_version, &#8216;2.7&#8242;) !== false || strpos($wp_version, &#8216;2.8&#8242;) !== false )</p></blockquote>
<p>to this:</p>
<blockquote><p>if ( strpos($wp_version, &#8216;2.7&#8242;) !== false || strpos($wp_version, &#8216;2.8&#8242;) !== false || strpos($wp_version, &#8216;2.9&#8242;) !== false )</p></blockquote>
<p>I guess it&#8217;s because the <a target="_blank" href="http://wordpress.org/support/topic/342645" >version numbers were hard-coded</a>, not because the plug-in isn&#8217;t compatible with 2.9.</p>
]]></content:encoded>
			<wfw:commentRss>http://webserverhacks.com/wordpress-hacks/wordpress-hack-%e2%80%93-how-to-get-simple-tags-plugin-working-with-wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

