<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>永远的风&#187; 插件，wordpress</title>
	<atom:link href="http://www.yinux.com/tag/%e6%8f%92%e4%bb%b6%ef%bc%8cwordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yinux.com</link>
	<description>局部地方</description>
	<lastBuildDate>Sun, 13 Jun 2010 09:47:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://goodbee.superfeedr.com/"/>	<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 永远的风 2010 </copyright>
		<managingEditor>yinyuanchao@gmail.com (永远的风)</managingEditor>
		<webMaster>yinyuanchao@gmail.com (永远的风)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>局部地方</itunes:summary>
		<itunes:author>永远的风</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>永远的风</itunes:name>
			<itunes:email>yinyuanchao@gmail.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.yinux.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.yinux.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>永远的风</title>
			<link>http://www.yinux.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Simple Tags在wordpress 2.9 下无法工作的解决办法</title>
		<link>http://www.yinux.com/2009/12/simple-tags%e5%9c%a8wordpress-2-9-%e4%b8%8b%e6%97%a0%e6%b3%95%e5%b7%a5%e4%bd%9c%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/</link>
		<comments>http://www.yinux.com/2009/12/simple-tags%e5%9c%a8wordpress-2-9-%e4%b8%8b%e6%97%a0%e6%b3%95%e5%b7%a5%e4%bd%9c%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 15:20:24 +0000</pubDate>
		<dc:creator>goodbee</dc:creator>
				<category><![CDATA[未分类]]></category>
		<category><![CDATA[插件，wordpress]]></category>

		<guid isPermaLink="false">http://www.yinux.com/2009/12/simple-tags%e5%9c%a8wordpress-2-9-%e4%b8%8b%e6%97%a0%e6%b3%95%e5%b7%a5%e4%bd%9c%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/</guid>
		<description><![CDATA[<p>Simple Tags can&#8217;t work with this WordPress version !
今天升级到wordpress2.9之后，wp-admin里面就显示这条消息，一般来说，这种提示都是由于版本检测导致的。很多时候，由于插件发布时。不知道以后新版的版本号会升级到多少，检测部分在升级后不能正常工作。但是真正的功能代码可能并不受影响。
尝试一下：
插件-编辑-选择simple tags，然后找到下面的代码
strpos($wp_version, &#8217;2.7&#8242;) !== false &#124;&#124; strpos($wp_version, &#8217;2.8&#8242;) !== false
替换成
 strpos($wp_version, &#8217;2.7&#8242;) !== false &#124;&#124; strpos($wp_version, &#8217;2.8&#8242;) !== false&#124;&#124; strpos($wp_version, &#8217;2.9&#8242;) [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Tags can&#8217;t work with this WordPress version !<br />
今天升级到wordpress2.9之后，wp-admin里面就显示这条消息，一般来说，这种提示都是由于版本检测导致的。很多时候，由于插件发布时。不知道以后新版的版本号会升级到多少，检测部分在升级后不能正常工作。但是真正的功能代码可能并不受影响。<br />
尝试一下：<br />
插件-编辑-选择simple tags，然后找到下面的代码<br />
strpos($wp_version, &#8217;2.7&#8242;) !== false || strpos($wp_version, &#8217;2.8&#8242;) !== false<br />
替换成<br />
 strpos($wp_version, &#8217;2.7&#8242;) !== false || strpos($wp_version, &#8217;2.8&#8242;) !== false|| strpos($wp_version, &#8217;2.9&#8242;) !== false<br />
于是就OK了</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yinux.com/2009/12/simple-tags%e5%9c%a8wordpress-2-9-%e4%b8%8b%e6%97%a0%e6%b3%95%e5%b7%a5%e4%bd%9c%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
