<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>《10个足以取代插件的WordPress技巧》的评论</title>
	<atom:link href="http://webbeta.org/2009/03/19/10-useful-wordpress-function-code-to-replace-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://webbeta.org/2009/03/19/10-useful-wordpress-function-code-to-replace-plugin/</link>
	<description>WordPress,Web2.0</description>
	<lastBuildDate>Mon, 17 Oct 2011 02:37:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>作者：上海铁路时刻表</title>
		<link>http://webbeta.org/2009/03/19/10-useful-wordpress-function-code-to-replace-plugin/comment-page-1/#comment-393</link>
		<dc:creator>上海铁路时刻表</dc:creator>
		<pubDate>Sun, 29 Mar 2009 03:57:47 +0000</pubDate>
		<guid isPermaLink="false">http://bloghost.cn/?p=1808#comment-393</guid>
		<description>4.把网址中的/category去掉
默认情况下wordpress都会在自动在目录网址中加入/category/,
类似

http://www.ediyang.com/category/wordpress
假如你不喜欢这样,那就用下面的代码试试吧
打开你wordpress所在博客根目录的.htaccess文件，然后把下面代码加进去

RewriteRule ^category/(.+)$ http://www.yourblog.com/$1 [R=301,L]
结果显示如下

http://www.ediyang.com/wordpress</description>
		<content:encoded><![CDATA[<p>4.把网址中的/category去掉<br />
默认情况下wordpress都会在自动在目录网址中加入/category/,<br />
类似</p>
<p><a href="http://www.ediyang.com/category/wordpress" rel="nofollow">http://www.ediyang.com/category/wordpress</a><br />
假如你不喜欢这样,那就用下面的代码试试吧<br />
打开你wordpress所在博客根目录的.htaccess文件，然后把下面代码加进去</p>
<p>RewriteRule ^category/(.+)$ <a href="http://www.yourblog.com/$1" rel="nofollow">http://www.yourblog.com/$1</a> [R=301,L]<br />
结果显示如下</p>
<p><a href="http://www.ediyang.com/wordpress" rel="nofollow">http://www.ediyang.com/wordpress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：菠菜</title>
		<link>http://webbeta.org/2009/03/19/10-useful-wordpress-function-code-to-replace-plugin/comment-page-1/#comment-340</link>
		<dc:creator>菠菜</dc:creator>
		<pubDate>Fri, 20 Mar 2009 09:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://bloghost.cn/?p=1808#comment-340</guid>
		<description>又学到好几个技巧，多多发布类似文章，我喜欢。</description>
		<content:encoded><![CDATA[<p>又学到好几个技巧，多多发布类似文章，我喜欢。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

