<?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>贰陆@前端开发.网赚 &#187; 内链</title>
	<atom:link href="http://www.iliawang.com/tag/%e5%86%85%e9%93%be/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iliawang.com</link>
	<description>从事前端开发，业余关注网络营销</description>
	<lastBuildDate>Mon, 26 Jul 2010 06:45:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>让simple tags支持中文tag自动链接</title>
		<link>http://www.iliawang.com/%e8%ae%a9simple-tags%e6%94%af%e6%8c%81%e4%b8%ad%e6%96%87tag%e8%87%aa%e5%8a%a8%e9%93%be%e6%8e%a5/</link>
		<comments>http://www.iliawang.com/%e8%ae%a9simple-tags%e6%94%af%e6%8c%81%e4%b8%ad%e6%96%87tag%e8%87%aa%e5%8a%a8%e9%93%be%e6%8e%a5/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 14:55:46 +0000</pubDate>
		<dc:creator>iLiawang</dc:creator>
				<category><![CDATA[挖金子 / Resource]]></category>
		<category><![CDATA[simple tags]]></category>
		<category><![CDATA[内链]]></category>

		<guid isPermaLink="false">http://www.iliawang.com/?p=116</guid>
		<description><![CDATA[simple tags有一个给标签自动加上链接的功能，对网站的内链很有帮助，但很可惜由于插件是老外开发的，所以只支持英文TAG的自动链接，如果需要支持中文的话，需要进行一个小的改动。 打开\plugins\simple-tags\2.5\simple-tags.client.php文件（不同版本的simple tags可能该文件路径不太一样，但只要认准文件名就可以了），搜索以下代码段： $match = &#34;/\b&#34; . preg_quote($term_name, &#34;/&#34;) . &#34;\b/&#34;.$case; 然后把其中的\b去掉即可. $match = &#34;/&#34; . preg_quote($term_name, &#34;/&#34;) . &#34;/&#34;.$case; 标签：simple tags, 内链]]></description>
		<wfw:commentRss>http://www.iliawang.com/%e8%ae%a9simple-tags%e6%94%af%e6%8c%81%e4%b8%ad%e6%96%87tag%e8%87%aa%e5%8a%a8%e9%93%be%e6%8e%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
