<?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>柒&#38;听 &#187; wordpress</title>
	<atom:link href="http://myya.net/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://myya.net</link>
	<description>lsq&#38;lty</description>
	<lastBuildDate>Sun, 08 Jan 2012 09:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>简单三步给WordPress评论加上ajax效果</title>
		<link>http://myya.net/effect-to-wordpress-comments-with-ajax.html</link>
		<comments>http://myya.net/effect-to-wordpress-comments-with-ajax.html#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:14:22 +0000</pubDate>
		<dc:creator>听云</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://myya.net/?p=178</guid>
		<description><![CDATA[前几天换了主题感觉很满意，今天就想来折腾一下ajax评论，这样评论的时候就不用刷新整个页面，而且这样可以一边评论，一边浏览带有视频音频的文章。 当然，要添上这个功能，我第一个想到的是到z大那里淘金（因为以前在哪里折腾过，不过当时用的主题评论格式不支持，所以后来放弃），具体参考z大的这篇《WordPress 2.7原生嵌套评论的AJAX实现办法》 具体原理就不多说了，直接上步骤： 先下载文件： willin_comments-ajax-v1.29-100325 把其中的两个文件上传到现在使用的主题根目录下。 修改主题header文件： 1 &#60;?php if &#40; is_singular&#40;&#41; &#41; wp_enqueue_script&#40; 'comment-reply' &#41;; ?&#62; 用下面几行替换： 1 2 3 4 &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js&#34;&#62;&#60;/script&#62; &#60;?php if &#40; is_singular&#40;&#41; &#41;&#123; ?&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;&#60;?php bloginfo&#40;'template_directory'&#41;; ?&#62;/comments-ajax.js&#34;&#62;&#60;/script&#62; &#60;?php &#125; ?&#62; 基本方法就是这样，如果无效果，应该是你的主题不支持这样的修改 效果见本博客的评论 雨后的咖啡 &#8211; SNP]]></description>
			<content:encoded><![CDATA[<p>前几天换了主题感觉很满意，今天就想来折腾一下ajax评论，这样评论的时候就不用刷新整个页面，而且这样可以一边评论，一边浏览带有视频音频的文章。</p>
<p>当然，要添上这个功能，我第一个想到的是到z大那里淘金（因为以前在哪里折腾过，不过当时用的主题评论格式不支持，所以后来放弃），具体参考z大的这篇<a href="http://zww.me/archives/24365">《WordPress 2.7原生嵌套评论的AJAX实现办法》</a></p>
<p>具体原理就不多说了，直接上步骤：<span id="more-178"></span><br />
先下载文件：<br />
<a href="http://www.uushare.com/user/zwwaaaaa/file/2870102">willin_comments-ajax-v1.29-100325</a></p>
<p>把其中的两个文件上传到现在使用的主题根目录下。</p>
<p>修改主题header文件：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_singular<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> wp_enqueue_script<span style="color: #009900;">&#40;</span>  <span style="color: #0000ff;">'comment-reply'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>用下面几行替换：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.2.3/jquery.min.js&quot;&gt;&lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> is_singular<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/comments-ajax.js&quot;&gt;&lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>基本方法就是这样，如果无效果，应该是你的主题不支持这样的修改</p>
<p>效果见本博客的评论</p>
<p><a href="http://www.ytpc.net/Upload1/2009-2/200922522223061028.mp3">雨后的咖啡 &#8211; SNP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://myya.net/effect-to-wordpress-comments-with-ajax.html/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
<enclosure url="http://www.ytpc.net/Upload1/2009-2/200922522223061028.mp3" length="1308" type="audio/mpeg" />
		</item>
		<item>
		<title>展示并备份我的firefox拓展插件和WordPress插件</title>
		<link>http://myya.net/firefox-plugins-and-wordpress-plugins.html</link>
		<comments>http://myya.net/firefox-plugins-and-wordpress-plugins.html#comments</comments>
		<pubDate>Wed, 13 Jan 2010 07:45:22 +0000</pubDate>
		<dc:creator>听云</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[每月推荐]]></category>
		<category><![CDATA[趣味]]></category>
		<category><![CDATA[软件]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://myya.net/?p=149</guid>
		<description><![CDATA[firefox拓展插件： 1.Firebug ：Firebug 为你的 Firefox 集成了浏览网页的同时随手可得的丰富开发工具。你可以对任何网页的 CSS、HTML 和 JavaScript 进行实时编辑、调试和监控，网页设计必备！ 2.FireFTP FireFTP的是一个自由，安全，跨平台的FTP客户端，比较方便 3.Flagfox 显示描述当前网站服务器位置的国旗，以及IP地址，提供查询whois入口 4.ColorZilla 网页取色器 5.Video DownloadHelper 很强悍的在线音乐，视频嗅探器，很方便的下载想要的音乐视频等东东，爱好影音人士必备 6.Cooliris 超华丽，实用的的网页图片滑动幻灯浏览，可以通过浏览图片加快浏览信息的效率 7.Integrated Gmail 在Gmail中显示reader， Calendar等服务，很方便 8. Alexa Sparky firefox上的Alexa工具条，安装了工具条的浏览器访问网站，访问数据才会被记录到Alexa的官方数据里 9.User Agent Switcher 浏览器伪装为不同的浏览器浏览网页，可测试站点对不同网页的兼容性，可伪装成手机浏览器 我都把拓展插件备份在firefox账户里，以免以后忘记:https://addons.mozilla.org/zh-CN/firefox/collection/xiaot WordPress插件： 1 Comment Reply Notification: 评论回复邮件提醒插件 http://fairyfish.net/2008/11/03/comment-reply-notification/ 2 Disable Revisions and Autosave：禁用文章修订和自动保存功能 http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/ 3 Exec-PHP  ：允许放入php代码&#60;?php ?&#62;在您的文章，网页和widget http://bluesome.net/post/2005/08/18/50/ 4 Google XML [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://myya.net/wordpress/./wp-content/uploads/2010/01/firefox-wordpress-fedora-ccleaner-seamonkey-logos-icons.png" alt="ff和wp插件" /></p>
<h4><span style="color: #ff0000;"><strong>firefox拓展插件：</strong></span></h4>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/1843/1257426981" alt="" width="32" height="32" />1.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/1843?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd" target="_blank">Firebug </a>：Firebug 为你的 Firefox 集成了浏览网页的同时随手可得的丰富开发工具。你可以对任何网页的 CSS、HTML 和 JavaScript 进行实时编辑、调试和监控，网页设计必备！<span id="more-149"></span></p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/684/1260119936" alt="" width="32" height="32" />2.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/684?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd">FireFTP</a> FireFTP的是一个自由，安全，跨平台的FTP客户端，比较方便</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/5791/1262739044" alt="" width="32" height="32" />3.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/5791?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd">Flagfox</a> 显示描述当前网站服务器位置的国旗，以及IP地址，提供查询whois入口</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/271/1234546689" alt="" width="32" height="32" />4.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/271?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd">ColorZilla </a>网页取色器</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/3006/1258651946" alt="" width="32" height="32" />5.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/3006?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd" target="_blank">Video DownloadHelper</a> 很强悍的在线音乐，视频嗅探器，很方便的下载想要的音乐视频等东东，爱好影音人士必备</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/5579/1262830598" alt="" width="24" height="24" /> 6.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/5579?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd">Cooliris</a> 超华丽，实用的的网页图片滑动幻灯浏览，可以通过浏览图片加快浏览信息的效率</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/9457/1260535595" alt="" width="32" height="32" />7.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/9457?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd" target="_blank">Integrated Gmail</a> 在Gmail中显示reader， Calendar等服务，很方便</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/5362/1259018635" alt="" width="32" height="32" />8.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/5362?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd"> Alexa Sparky </a>firefox上的Alexa工具条，安装了工具条的浏览器访问网站，访问数据才会被记录到Alexa的官方数据里</p>
<p><img class="alignnone" src="https://addons.mozilla.org/en-US/firefox/images/addon_icon/59/1252695352" alt="" width="32" height="32" />9.<a href="https://addons.mozilla.org/zh-CN/firefox/addon/59?collection_uuid=a701d851-a169-1333-1ac0-e3fb1cfb56fd" target="_blank">User Agent Switcher</a> 浏览器伪装为不同的浏览器浏览网页，可测试站点对不同网页的兼容性，可伪装成手机浏览器</p>
<p>我都把拓展插件备份在firefox账户里，以免以后忘记:<a href="https://addons.mozilla.org/zh-CN/firefox/collection/xiaot" target="_blank">https://addons.mozilla.org/zh-CN/firefox/collection/xiaot</a></p>
<p><span style="color: #ff0000;"><strong>WordPress插件：</strong></span></p>
<p><strong>1 Comment Reply Notification:</strong> <strong>评论回复邮件提醒插件</strong> <a href="http://fairyfish.net/2008/11/03/comment-reply-notification/" target="_blank">http://fairyfish.net/2008/11/03/comment-reply-notification/</a></p>
<p><strong>2 Disable Revisions and Autosave：禁用文章修订和自动保存功能</strong><strong> </strong><a href="http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/">http://exper.3drecursions.com/2008/07/25/disable-revisions-and-autosave-plugin/</a></p>
<p><strong>3 Exec-PHP  ：</strong><strong>允许放入php代码&lt;?php ?&gt;在您的文章，网页和widget</strong> <a href="http://bluesome.net/post/2005/08/18/50/" target="_blank">http://bluesome.net/post/2005/08/18/50/</a></p>
<p><strong>4 Google XML Sitemaps ：</strong><strong>生成XML sitemap</strong> <a href="http://www.arnebrachhold.de/redir/sitemap-home/" target="_blank">http://www.arnebrachhold.de/redir/sitemap-home/</a></p>
<p><strong>5  Hot Friends ：友链增强类<strong> </strong></strong><a href="http://www.thinkagain.cn/archives/985.html" target="_blank">http://www.thinkagain.cn/archives/985.html</a></p>
<p><strong>6  LinkWithin:</strong><strong> LinkWithin服务的一个插件，</strong><strong>在每篇文章下加入相关文章的图片链接 </strong><a href="http://www.linkwithin.com/" target="_blank">http://www.linkwithin.com/</a></p>
<p><strong>7  Optimize DB：优化缩减数据库 </strong><a href="http://yoast.com/wordpress/optimize-db/" target="_blank">http://yoast.com/wordpress/optimize-db/</a></p>
<p><strong>8  SRG Clean Archives ：添加一个历史文章页面 </strong><a href="http://www.idunzo.com/projects/clean-archives/" target="_blank">http://www.idunzo.com/projects/clean-archives/</a> demo：<a href="http://myya.net/zhaohuaxishi" target="_blank">http://myya.net/zhaohuaxishi</a></p>
<p><strong>9  WordPress Database Backup ：数据库备份插件<a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank"> </a></strong><a href="http://www.ilfilosofo.com/blog/wp-db-backup" target="_blank">http://www.ilfilosofo.com/blog/wp-db-backup</a></p>
<p><strong>10 WordPress Theme Demo和</strong><strong>WordPress Theme Demo Easy Linking：主题展示插件 </strong><a href="http://www.spotonseoservices.com/wordpress-theme-demo-plugin/" target="_blank">http://www.spotonseoservices.com/wordpress-theme-demo-plugin/</a></p>
<p><strong>11 WP-Syntax ：代码高亮插件 </strong><a href="http://wordpress.org/extend/plugins/wp-syntax/" target="_blank">http://wordpress.org/extend/plugins/wp-syntax/</a></p>
<p><strong>12 wp slug translate </strong><strong>：通过将文章标题<strong>slug</strong>用google translate 翻译成英语或者拼音<a href="http://blog.2i2j.com/" target="_blank"> </a></strong><a href="http://blog.2i2j.com/" target="_blank">http://blog.2i2j.com/</a></p>
<p><strong>13 x-emotions ：评论表情插件 </strong><a href="http://bluehua.org/" target="_blank">http://bluehua.org/</a></p>
<p>附图三枚：</p>
<p><img class="alignnone" src="http://img.myya.net/pictures/google.jpg" alt="" width="379" height="322" /></p>
<p><img class="alignnone" src="http://img.myya.net/pictures/4270503125_6c959cbfe7.jpg" alt="" width="500" height="500" /></p>
<p><img class="alignnone" src="http://img.myya.net/pictures/baidu.jpg" alt="" width="570" height="347" /></p>
]]></content:encoded>
			<wfw:commentRss>http://myya.net/firefox-plugins-and-wordpress-plugins.html/feed</wfw:commentRss>
		<slash:comments>45</slash:comments>
		</item>
		<item>
		<title>let it snow,一款wp插件让你的博客雪花飘</title>
		<link>http://myya.net/snow.html</link>
		<comments>http://myya.net/snow.html#comments</comments>
		<pubDate>Mon, 14 Dec 2009 15:28:48 +0000</pubDate>
		<dc:creator>听云</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[随想]]></category>

		<guid isPermaLink="false">http://myya.net/?p=127</guid>
		<description><![CDATA[最近瞎逛发现一个好玩的wordpress插件叫做let it snow，安上它可以让你的博客页面飘起雪花，对于常年生活在南方的人，看着雪花票多么的激动ya。 插件后台可以设置可以设置雪花数量，速度，是否停靠浏览器，是否跟随鼠标移动。 效果请见我的博客。 圣诞节就要到了，喜欢的同学加上吧。 不过貌似firefox看上去有些卡。 官网：http://wordpress.org/extend/plugins/let-it-snow uushare：http://www.uushare.com/user/nickylee/file/2318482 ps：寝室要断电断网了，关灯睡觉。。]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="snow" src="http://wpgim2009.appspot.com/image/3015/" alt="" width="433" height="436" /></p>
<p>最近瞎逛发现一个好玩的wordpress插件叫做let it snow，安上它可以让你的博客页面飘起雪花，对于常年生活在南方的人，看着雪花票多么的激动ya。<br />
插件后台可以设置可以设置雪花数量，速度，是否停靠浏览器，是否跟随鼠标移动。<br />
效果请见我的博客。<br />
圣诞节就要到了，喜欢的同学加上吧。<br />
不过貌似firefox看上去有些卡。<br />
官网：http://wordpress.org/extend/plugins/let-it-snow<br />
uushare：http://www.uushare.com/user/nickylee/file/2318482<br />
ps：寝室要断电断网了，关灯睡觉。。</p>
]]></content:encoded>
			<wfw:commentRss>http://myya.net/snow.html/feed</wfw:commentRss>
		<slash:comments>70</slash:comments>
		</item>
		<item>
		<title>20款漂亮的免费wordpress主题下</title>
		<link>http://myya.net/20-of-the-beautiful-free-wordpress-theme.html</link>
		<comments>http://myya.net/20-of-the-beautiful-free-wordpress-theme.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 11:05:05 +0000</pubDate>
		<dc:creator>听云</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://myya.net/?p=126</guid>
		<description><![CDATA[Bueno demo download Zeoal demo download Fotofolio demo download Furvious demo download cleanPRESS demo download Jungleland demo download BrownMag demo download Art Themes demo download]]></description>
			<content:encoded><![CDATA[<blockquote>
<ul>Bueno</ul>
<p><img src="http://nickyimage.appspot.com/image/8004/" alt="" /></p>
<ul><a href="http://www.woothemes.com/2009/11/bueno/">demo</a> <a href="http://www.woothemes.com/2009/11/bueno">download</a></ul>
</blockquote>
<p><span id="more-126"></span></p>
<blockquote>
<ul>Zeoal</ul>
<p><img src="http://nickyimage.appspot.com/image/8005/" alt="" /></p>
<ul><a href="http://wpvulpe.com/preview/Zeoal/">demo</a> <a href="http://wpvulpe.deviantart.com/art/Zeoal-Advanced-WordPress-Theme-140980762">download</a></ul>
</blockquote>
<blockquote>
<ul>Fotofolio</ul>
<p><img src="http://nickyimage.appspot.com/image/9009/" alt="" /></p>
<ul><a href="http://demo.wordspop.com/fotofolio/">demo</a> <a href="http://wordspop.com/themes/fotofolio/">download</a></ul>
</blockquote>
<blockquote>
<ul>Furvious</ul>
<p><img src="http://nickyimage.appspot.com/image/9010/" alt="" /></p>
<ul><a href="http://demo.kreativethemes.com/furvious/">demo</a> <a href="http://www.kreativethemes.com/furvious/">download</a></ul>
</blockquote>
<blockquote>
<ul>cleanPRESS</ul>
<p><img src="http://nickyimage.appspot.com/image/8006/" alt="" /></p>
<ul><a href="http://dpxmag.com/cleanpress/">demo</a> <a href="http://dpxmag.com/cleanpress-a-free-premium-wordpress-theme.html">download</a></ul>
</blockquote>
<blockquote>
<ul>Jungleland</ul>
<p><img src="http://nickyimage.appspot.com/image/9011/" alt="" /></p>
<ul><a href="http://demo.themelab.com/?wptheme=Jungleland">demo</a> <a href="http://www.themelab.com/2009/09/03/jungleland-free-wordpress-theme/">download</a></ul>
</blockquote>
<blockquote>
<ul>BrownMag</ul>
<p><img src="http://nickyimage.appspot.com/image/9013/" alt="" /></p>
<ul><a href="http://wpjunction.com/themes/brown/">demo</a> <a href="http://download.wpjunction.com/BrownMag.zip">download</a></ul>
</blockquote>
<blockquote>
<ul>Art Themes</ul>
<p><img src="http://nickyimage.appspot.com/image/9014/" alt="" /></p>
<ul><a href="http://www.ezwpthemes.com/examples/">demo</a> <a href="http://www.ezwpthemes.com/templates/artwork.html">download</a></ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://myya.net/20-of-the-beautiful-free-wordpress-theme.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>博客回国+20款漂亮的免费wordpress主题上</title>
		<link>http://myya.net/20beautiful-free-wordpress-themes.html</link>
		<comments>http://myya.net/20beautiful-free-wordpress-themes.html#comments</comments>
		<pubDate>Sat, 12 Dec 2009 10:49:46 +0000</pubDate>
		<dc:creator>听云</dc:creator>
				<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://myya.net/?p=125</guid>
		<description><![CDATA[今天把博客搬回了国内，用的是小张提供的主机，这下总算安定下来了。 搬 家后写新文章的时候遇到Warning: Cannot modify header information – headers already sent by (xxxxxx/wp-config.php:1) in xxxxx/wp-includes/pluggable.php on line 865错误提示，后来在网上查了一下，原来是修改wp-config.php保存时选择了UTF-8编码保存就会出现这个问题。我又重新把文件下载下来保 存为GB2312，再上传就OK了，这问题真离奇。 接下来贴上我最近在外国的一个设计博客vivee上看到的20个漂亮的免费wordpress主题，有很多我没看到过，都很漂亮，喜欢的童鞋就拿去吧 The Clam Shell demo download Gallery demo download Wall Magazine demo download Gamezine demo download NEWSPRESS demo download Good Theme Lead 2 demo download New York demo download CoolRetro demo download Blue Rooster demo download [...]]]></description>
			<content:encoded><![CDATA[<p>今天把博客搬回了国内，用的是<a href="http://hengtian.org/" target="_blank">小张</a>提供的主机，这下总算安定下来了。</p>
<p>搬 家后写新文章的时候遇到Warning: Cannot modify header information – headers already sent by (xxxxxx/wp-config.php:1) in xxxxx/wp-includes/pluggable.php on line 865错误提示，后来在网上查了一下，原来是修改wp-config.php保存时选择了UTF-8编码保存就会出现这个问题。我又重新把文件下载下来保 存为GB2312，再上传就OK了，这问题真离奇。</p>
<p>接下来贴上我最近在外国的一个设计博客<a href="http://vivee.info/2009/12/09/20-darmowych-skor-do-wordpressa-cz-2/" target="_blank">vivee</a>上看到的20个漂亮的免费wordpress主题，有很多我没看到过，都很漂亮，喜欢的童鞋就拿去吧<br />
<span id="more-125"></span></p>
<blockquote><ul>The Clam Shell</ul>
<p><img src="http://nickyimage.appspot.com/image/8001/"  />
<ul><a href="http://clam.fearlessflyer.com/">demo</a>  <a href="http://www.box.net/shared/coy7gjvvcg">download</a>
</ul>
</blockquote>
<blockquote><ul>Gallery</ul>
<p><img src="http://nickyimage.appspot.com/image/9001/"  />
<ul><a href="http://mixcss.com/">demo</a>  <a href="http://www.smashingmagazine.com/2009/05/04/download-gallery-a-free-wordpress-theme/">download</a>
</ul>
</blockquote>
<blockquote><ul>Wall Magazine</ul>
<p><img src="http://nickyimage.appspot.com/image/9002/"  />
<ul><a href="http://wpcrunchy.com/preview/wordpress/">demo</a>  <a href="http://wpcrunchy.com/preview/wordpress/index.php?wptheme=wmag">download</a>
</ul>
</blockquote>
<blockquote><ul>Gamezine</ul>
<p><img src="http://nickyimage.appspot.com/image/9003/"  />
<ul><a href="http://web2feel.com/gamezine/">demo</a>  <a href="http://web2feel.com/gamezine-theme/">download</a>
</ul>
</blockquote>
<blockquote><ul>NEWSPRESS</ul>
<p><img src="http://nickyimage.appspot.com/image/8002/"  />
<ul><a href="http://wpcrunchy.com/preview/">demo</a>  <a href="http://wpcrunchy.com/downloads/51">download</a>
</ul>
</blockquote>
<blockquote><ul>Good Theme Lead 2</ul>
<p><img src="http://nickyimage.appspot.com/image/9004/"  />
<ul><a href="http://preview.goodtheme.org/gt-lead2/">demo</a>  <a href="http://goodtheme.org/?file_id=1">download</a>
</ul>
</blockquote>
<blockquote><ul>New York</ul>
<p><img src="http://nickyimage.appspot.com/image/9006/"  />
<ul><a href="http://wpcodex.com/demo/?themedemo=new-york">demo</a>  <a href="http://www.wpskinner.com/download/new-york.zip">download</a>
</ul>
</blockquote>
<blockquote><ul>CoolRetro</ul>
<p><img src="http://nickyimage.appspot.com/image/9007/"  />
<ul><a href="http://www.freethemelayouts.com/blog/index.php?wptheme=coolretro">demo</a>  <a href="http://www.freethemelayouts.com/dls/coolretro-free.zip">download</a>
</ul>
</blockquote>
<blockquote><ul>Blue Rooster</ul>
<p><img src="http://nickyimage.appspot.com/image/8003/"  />
<ul><a href="http://blue.fearlessflyer.com/">demo</a>  <a href="http://fearlessflyer.com/downloads/blue-rooster.zip">download</a>
</ul>
</blockquote>
<blockquote><ul>BlueBubble</ul>
<p><img src="http://nickyimage.appspot.com/image/9008/"  />
<ul><a href="http://wordpress.thomasveit.com/">demo</a>  <a href="http://www.thomasveit.com/bluebubble/">download</a>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://myya.net/20beautiful-free-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

