<?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; wordpress</title>
	<atom:link href="http://www.zui88.com/view-tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zui88.com/blog</link>
	<description>中山php&#124;最优网络</description>
	<lastBuildDate>Mon, 13 May 2013 04:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>wordpress半角引号变全角的解决方法</title>
		<link>http://www.zui88.com/blog/view-246.html</link>
		<comments>http://www.zui88.com/blog/view-246.html#comments</comments>
		<pubDate>Thu, 01 Sep 2011 01:34:32 +0000</pubDate>
		<dc:creator>lin</dc:creator>
				<category><![CDATA[后端程序]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.zui88.com/blog/?p=246</guid>
		<description><![CDATA[解决WordPress半角引号自动转换为全角引号问题有许多种方法，有插件，有修改源码，有修改主题，下面介绍两种： 一、通过修改主题functions.php实现（推荐使用）： 在主题functions.php文件中加入以下代码： /*禁用半角引号自动转换为全角引号*/ remove_filter('the_content','wptexturize'); 二、通过修改WP源文件实现： 注释掉 wp-includes\formatting.php文件的下列两行代码即可 $curl = str_replace($static_characters, $static_replacements, $curl); $curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl);]]></description>
			<content:encoded><![CDATA[<p>解决WordPress半角引号自动转换为全角引号问题有许多种方法，有插件，有修改源码，有修改主题，下面介绍两种：</p>
<p>一、通过修改主题functions.php实现（推荐使用）：</p>
<p>在主题functions.php文件中加入以下代码：</p>
<p>/*禁用半角引号自动转换为全角引号*/<br />
remove_filter('the_content','wptexturize');</p>
<p>二、通过修改WP源文件实现：</p>
<p>注释掉 wp-includes\formatting.php文件的下列两行代码即可</p>
<p>$curl = str_replace($static_characters, $static_replacements, $curl);<br />
$curl = preg_replace($dynamic_characters, $dynamic_replacements, $curl);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zui88.com/blog/view-246.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
