<?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.6psp.cn/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.6psp.cn</link>
	<description>PSP游戏玩家博客，关注WordPress、数码、MV、软件、科技，记录我的互联网成长历程。</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:07:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>如何在wordpress文章里插入表格</title>
		<link>http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html</link>
		<comments>http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html#comments</comments>
		<pubDate>Tue, 13 Sep 2011 13:56:31 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3959</guid>
		<description><![CDATA[有朋友询问如何在wordpress文章里插入表格，其实这个很简单的，略懂一些html语言，自己就可以“写”出一个表格。 严重浪漫给菜鸟们几种现成的模版，行数、列数都可以在代码里修改，自己琢磨一下，很简单的。 【A】.表格1 效果： 代码： &#60;table border=&#34;1&#34; cellspacing=&#34;0&#34; cellpadding=&#34;0&#34;&#62; &#60;tbody&#62; &#60;tr&#62; &#60;td colspan=&#34;3&#34; valign=&#34;top&#34; width=&#34;302&#34;&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;/tr&#62; &#60;tr&#62; &#60;td valign=&#34;top&#34; width=&#34;101&#34;&#62;&#60;/td&#62; &#60;td valign=&#34;top&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>有朋友询问如何在<strong><a href="http://www.6psp.cn/category/internet/wordpress" target="_blank">wordpress</a></strong>文章里插入<strong>表格</strong>，其实这个很简单的，略懂一些<strong>html</strong>语言，自己就可以“写”出一个表格。</p>
<p>严重浪漫给菜鸟们几种现成的模版，<span style="color: #0000ff;">行数、列数都可以在代码里修改</span>，自己琢磨一下，很简单的。</p>
<p>【A】.表格1</p>
<p>效果：</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3" valign="top" width="302"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
<tr>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
<td valign="top" width="101"></td>
</tr>
</tbody>
</table>
<p>代码：<span id="more-3959"></span></p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan=&quot;3&quot; valign=&quot;top&quot; width=&quot;302&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;101&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</pre></div></div>

<p>【B】.表格2</p>
<p>效果：</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
<tr>
<td valign="top" width="151"></td>
<td valign="top" width="151"></td>
</tr>
</tbody>
</table>
<p>代码：</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;151&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</pre></div></div>

<p>【C】.表格3</p>
<p>效果：</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
<tr>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
<td valign="top" width="113"></td>
</tr>
</tbody>
</table>
<p>代码：</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;table border=&quot;1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;td valign=&quot;top&quot; width=&quot;113&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;</pre></div></div>

<p>【声明】本文欢迎转载，转载请注明原作者、原链接。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html" title="给博客添加一个”读者墙”，插件wp-reader-wall">给博客添加一个”读者墙”，插件wp-reader-wall</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</title>
		<link>http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html</link>
		<comments>http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html#comments</comments>
		<pubDate>Sat, 13 Aug 2011 14:04:35 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3822</guid>
		<description><![CDATA[前文我推荐了《用新浪云计算免费搭建WordPress博客！》，有的朋友看到我的文章后，注册了。但是反映：没有了习惯的FTP操作，也不能在线上传主题、插件，不知道怎么办了。 其实很简单，用SVN工具可以很方便的上传主题、插件。甚至不用登陆新浪云，直接从你的硬盘上就可以上传。因为SVN实际上就是一个把服务器映射到本地的软件，操作你硬盘上的文件，同时就更改了服务器上的文件。 SVN软件(TortoiseSVN) 下载：http://dl.pconline.com.cn/download/53122-1.html SVN教程：http://sae.sina.com.cn/?m=devcenter&#38;catId=212 其实很很简单的，对着教程做一遍，很容易就学会了（从中间的“使用TortoiseSVN客户端”开始看起就可以了）。 学会后，再需要上传主题、插件，直接就可以从你的硬盘上操作了，非常方便。 这样的话，服务器和本地的文件同步了，也就不需要备份博客的网站文件了，因为他就在你的硬盘上。当然了，数据库还是要备份的。 想和我一样免费搭建Wordpress博客的，快来注册新浪云计算: http://sae.sina.com.cn/activity/invite/26536/weibo 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：用新浪云计算免费搭建Wordpress博客！在中国站长站(chinaz.com)的一篇投稿被录用了！红骆驼80后怀旧大礼包活动中奖，发奖品图片。搞不明白的淘宝VIP会员试玩”淘宝跳蚤街”内地过半网民用假宽带，网费为香港469倍Gmail新界面，真的很丑！(顺便抨击GGAD的破烂新界面)]]></description>
			<content:encoded><![CDATA[<p>前文我推荐了《<a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" target="_blank">用新浪云计算免费搭建WordPress博客！</a>》，有的朋友看到我的文章后，注册了。但是反映：没有了习惯的FTP操作，也不能在线上传主题、插件，不知道怎么办了。</p>
<p>其实很简单，用<strong>SVN工具</strong>可以很方便的上传主题、插件。甚至不用登陆新浪云，直接从你的硬盘上就可以上传。因为SVN实际上就是一个把服务器映射到本地的软件，操作你硬盘上的文件，同时就更改了服务器上的文件。</p>
<p>SVN软件(TortoiseSVN) 下载：<a href="http://dl.pconline.com.cn/download/53122-1.html" target="_blank">http://dl.pconline.com.cn/download/53122-1.html</a></p>
<p>SVN教程：<a href="http://sae.sina.com.cn/?m=devcenter&amp;catId=212" target="_blank">http://sae.sina.com.cn/?m=devcenter&amp;catId=212</a></p>
<p>其实很很简单的，对着教程做一遍，很容易就学会了（从中间的“使用TortoiseSVN客户端”开始看起就可以了）。</p>
<p>学会后，再需要上传主题、插件，直接就可以从你的硬盘上操作了，非常方便。</p>
<p>这样的话，服务器和本地的文件同步了，也就不需要备份博客的网站文件了，因为他就在你的硬盘上。当然了，数据库还是要备份的。</p>
<p> <img src='http://www.6psp.cn/blog/wp-includes/images/smilies/icon_wink.gif' alt=':wink:' class='wp-smiley' /> </p>
<p>想和我一样免费搭建Wordpress博客的，快来注册<strong>新浪云计算: </strong><a href="http://sae.sina.com.cn/activity/invite/26536/weibo" target="_blank">http://sae.sina.com.cn/activity/invite/26536/weibo</a></p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20101007/%e5%9c%a8%e4%b8%ad%e5%9b%bd%e7%ab%99%e9%95%bf%e7%ab%99chinaz-com%e7%9a%84%e4%b8%80%e7%af%87%e6%8a%95%e7%a8%bf%e8%a2%ab%e5%bd%95%e7%94%a8%e4%ba%86%ef%bc%81.html" title="在中国站长站(chinaz.com)的一篇投稿被录用了！">在中国站长站(chinaz.com)的一篇投稿被录用了！</a></li><li><a href="http://www.6psp.cn/20120110/hongluotuolibao.html" title="红骆驼80后怀旧大礼包活动中奖，发奖品图片。">红骆驼80后怀旧大礼包活动中奖，发奖品图片。</a></li><li><a href="http://www.6psp.cn/20120109/%e6%90%9e%e4%b8%8d%e6%98%8e%e7%99%bd%e7%9a%84%e6%b7%98%e5%ae%9dvip%e4%bc%9a%e5%91%98.html" title="搞不明白的淘宝VIP会员">搞不明白的淘宝VIP会员</a></li><li><a href="http://www.6psp.cn/20111230/%e8%af%95%e7%8e%a9%e6%b7%98%e5%ae%9d%e8%b7%b3%e8%9a%a4%e8%a1%97.html" title="试玩”淘宝跳蚤街”">试玩”淘宝跳蚤街”</a></li><li><a href="http://www.6psp.cn/20111223/%e5%86%85%e5%9c%b0%e8%bf%87%e5%8d%8a%e7%bd%91%e6%b0%91%e7%94%a8%e5%81%87%e5%ae%bd%e5%b8%a6%ef%bc%8c%e7%bd%91%e8%b4%b9%e4%b8%ba%e9%a6%99%e6%b8%af469%e5%80%8d.html" title="内地过半网民用假宽带，网费为香港469倍">内地过半网民用假宽带，网费为香港469倍</a></li><li><a href="http://www.6psp.cn/20111222/gmail%e6%96%b0%e7%95%8c%e9%9d%a2%ef%bc%8c%e7%9c%9f%e7%9a%84%e5%be%88%e4%b8%91%ef%bc%81%e9%a1%ba%e4%be%bf%e6%8a%a8%e5%87%bbggad%e7%9a%84%e7%a0%b4%e7%83%82%e6%96%b0%e7%95%8c%e9%9d%a2.html" title="Gmail新界面，真的很丑！(顺便抨击GGAD的破烂新界面)">Gmail新界面，真的很丑！(顺便抨击GGAD的破烂新界面)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress热门主题HotNews(热点新闻)v2.6 的二三事……</title>
		<link>http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html</link>
		<comments>http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html#comments</comments>
		<pubDate>Fri, 12 Aug 2011 14:45:06 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3807</guid>
		<description><![CDATA[“知更鸟”所作的HotNews(热点新闻)这个主题实在是太火了。 不用我介绍，估计你该听说过，即使你没有听说过，你也肯定见过，因为目前使用这个主题的博客实在是太太太多了…… 严重浪漫惊闻HotNews主题版本更新了，最新版为2.6，官方发布页点我。 严重浪漫试着用了一下，关于这个主题，我有话要说： 【1】 我把 HotNews 2.6 官方发布页提供的主题下载后，上传到/wp-content/Themes文件夹，然后解压（我用的是cpanel的“文件管理器”）。然后，我到后台的“主题管理”里，准备启用它。结果，后台里提示“主题缺少样式”…… 不对啊？文件下载时损坏了？我又重新下载了一遍。再次上传时，发现了原因：这个压缩包里没有把主题的文件放到一个文件夹里，而是散装的，结果造成主题的文件全部解压到了Themes文件夹里！ 我又看了看我手头搜集的其他主题，打开压缩包后，无一例外的都是里面的东西都放在一个文件夹里…… 我实在晕死了，主题的作者能犯这种低级错误！ 希望看到这篇文章的朋友，下载了这个 HotNews 2.6 的压缩包后，先解压一次，然后带着文件夹，再压缩一遍，然后，再上传到Themes文件夹。 【2】 这个主题那么火，为啥wordpress的官方主题页面里搜索不到？是没有通过XHTML验证，还是没有通过CSS验证？ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？用新浪云计算免费搭建Wordpress博客！惊现wordpress官方中文论坛！wordpress升级到3.2.1,没啥感觉用代码实现wordpress”读者墙”(完美修改版)给博客添加一个”读者墙”，插件wp-reader-wall]]></description>
			<content:encoded><![CDATA[<p>“知更鸟”所作的<strong>HotNews</strong>(热点新闻)这个<strong>主题</strong>实在是太火了。</p>
<p>不用我介绍，估计你该听说过，即使你没有听说过，你也肯定见过，因为目前使用这个主题的博客实在是太太太多了……</p>
<p><a href="http://www.6psp.cn/" target="_blank"><img title="WordPress 主题推荐：HotNews pro 2.6 正式版发布" src="http://www.chenguangblog.com/wp-content/uploads/2011/08/HotNewspro-26.jpg" alt="WordPress 主题推荐：HotNews pro 2.6 正式版发布" width="600" height="432" /></a></p>
<p>严重浪漫惊闻HotNews主题版本更新了，最新版为2.6，<span id="more-3807"></span><a href="http://zmingcx.com/hotnews-pro-theme-26.html" target="_blank">官方发布页点我</a>。</p>
<p><a href="http://www.6psp.cn/" target="_blank">严重浪漫</a>试着用了一下，关于这个主题，我有话要说：</p>
<p>【1】</p>
<p>我把 HotNews 2.6 官方发布页提供的主题下载后，上传到/wp-content/Themes文件夹，然后解压（我用的是cpanel的“文件管理器”）。然后，我到后台的“主题管理”里，准备启用它。结果，后台里提示“主题缺少样式”……</p>
<p>不对啊？文件下载时损坏了？我又重新下载了一遍。再次上传时，发现了原因：这个压缩包里没有把主题的文件放到一个文件夹里，而是散装的，结果造成主题的文件全部解压到了Themes文件夹里！</p>
<p>我又看了看我手头搜集的其他主题，打开压缩包后，无一例外的都是里面的东西都放在一个文件夹里……</p>
<p>我实在晕死了，主题的作者能犯这种低级错误！</p>
<p>希望看到这篇文章的朋友，下载了这个 HotNews 2.6 的压缩包后，先解压一次，然后带着文件夹，再压缩一遍，然后，再上传到Themes文件夹。</p>
<p>【2】</p>
<p>这个主题那么火，为啥wordpress的官方主题页面里搜索不到？是没有通过XHTML验证，还是没有通过CSS验证？</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html" title="给博客添加一个”读者墙”，插件wp-reader-wall">给博客添加一个”读者墙”，插件wp-reader-wall</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>用新浪云计算免费搭建WordPress博客！</title>
		<link>http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html</link>
		<comments>http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html#comments</comments>
		<pubDate>Wed, 10 Aug 2011 10:40:26 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>
		<category><![CDATA[互联网]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3788</guid>
		<description><![CDATA[严重浪漫震惊了！还有这等好事！ 新浪云计算空间，可以免费搭建、免费使用Wordpress博客！ 神马 虚拟主机、VPS、合租空间、免费主机…全都是浮云！这才是好东西！ 想注册新浪云计算空间的，点击这里获得我的邀请：http://sae.sina.com.cn/activity/invite/26536/weibo 新浪云计算，英文名称Sina App Engine，缩写SAE。是新浪推出的国内首个公有云计算平台，是分布式Web服务的开发、运行平台。SAE是新浪云计算（简称浪云）战略的核心组成部分。 虚拟主机提供的是硬件的租用，用户支付的是金钱。而新浪云计算的理念是：不用你考虑硬件的事情了，新浪云提供给你的是服务，而你只需要为这种服务支付“云豆”这种虚拟物品，注册成功即送500个云豆，多多参加活动也能获得云豆。 严重浪漫注册后，在新浪云20秒就安装了一个WordPress博客，一键安装，太方便了！网址：http://batman.sinaapp.com/ 。使用起来和我的这个博客基本一样。数据库也有，也可以备份。插件、主题的安装，需要通过一个叫SVN的工具上传(方法看这里)。另外，不喜欢新浪云的二级域名的，也可以绑定你自己的域名。 下面详细介绍一下从注册账号到安装完wordpress的步骤： (1). 点击【这里】注册一个帐号,然后登录。注册新浪云计算时，要填写手机号。严重浪漫试过了，新浪只是发一个验证码而已，不收费的，放心注册吧。 (2). 进入【应用商店】，找到 WordPress for sae(免费)，点“立即安装”。 (3). 弹出窗口选择“安装为新的应用”，里面填写上你博客的英文名称（就是自定义你的二级域名啦），然后安装。 (4). 如果等了好久还在安装，其实是设计问题，你可以直接打开你刚才填写的二级域名，形如：http://自定义.sinaapp.com ，然后根据提示填写博客的用户名、密码等，安装，立刻完毕。 如果早有这个东西，大家都不用买虚拟主机了！ 严重浪漫再测试一阵子，如果满意的话，以后就在新浪云空间上写博了！ 快来注册新浪云计算，免费搭建Wordpress博客吧。http://sae.sina.com.cn/ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：在中国站长站(chinaz.com)的一篇投稿被录用了！红骆驼80后怀旧大礼包活动中奖，发奖品图片。搞不明白的淘宝VIP会员为了淘金币，请加我好友谷歌地图终于更新阜阳卫星图了新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？都来玩”我烧网”吧]]></description>
			<content:encoded><![CDATA[<p>严重浪漫震惊了！还有这等好事！</p>
<p><strong><a href="http://sae.sina.com.cn/activity/invite/26536/weibo" target="_blank">新浪云计算空间</a></strong>，可以<strong>免费搭建、免费使用Wordpress博客</strong>！</p>
<p>神马 虚拟主机、VPS、合租空间、免费主机…全都是浮云！这才是好东西！</p>
<p>想注册<strong>新浪云计算</strong>空间的，点击这里获得我的邀请：<a href="http://sae.sina.com.cn/activity/invite/26536/weibo" target="_blank">http://sae.sina.com.cn/activity/invite/26536/weibo</a></p>
<p>新浪云计算，英文名称Sina App Engine，缩写SAE。是新浪推出的国内首个公有云计算平台，是分布式Web服务的开发、运行平台。SAE是新浪云计算（简称浪云）战略的核心组成部分。</p>
<p><strong>虚拟主机</strong>提供的是<strong>硬件</strong>的租用，用户支付的是金钱。而<strong>新浪云计算</strong>的理念是：不用你考虑<strong>硬件</strong>的事情了，新浪云提供给你的是<strong>服务</strong>，而你只需要为这种服务支付“云豆”这种虚拟物品，注册成功即送500个云豆，多多参加活动也能获得云豆。</p>
<p>严重浪漫注册后，在新浪云20秒就安装了一个<strong>WordPress博客</strong>，一键安装，太方便了！网址：<a href="http://batman.sinaapp.com/" target="_blank">http://batman.sinaapp.com/</a> 。使用起来和我的这个博客基本一样。数据库也有，也可以备份。插件、主题的安装，需要通过一个叫SVN的工具上传(<a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" target="_blank">方法看这里</a>)。另外，不喜欢新浪云的二级域名的，也可以绑定你自己的域名。</p>
<hr />
<p>下面详细介绍一下从注册账号到安装完wordpress的步骤：</p>
<p>(1). 点击【<a href="http://sae.sina.com.cn/activity/invite/26536/weibo" target="_blank">这里</a>】注册一个帐号,然后登录。<span id="more-3788"></span>注册新浪云计算时，要填写手机号。严重浪漫试过了，新浪只是发一个验证码而已，不收费的，放心注册吧。<br />
(2). 进入【<a href="http://sae.sina.com.cn/?m=recommendapps" target="_blank">应用商店</a>】，找到 WordPress for sae(免费)，点“立即安装”。<br />
(3). 弹出窗口选择“安装为新的应用”，里面填写上你博客的英文名称（就是自定义你的二级域名啦），然后安装。<br />
(4). 如果等了好久还在安装，其实是设计问题，你可以直接打开你刚才填写的二级域名，形如：http://自定义.sinaapp.com ，然后根据提示填写博客的用户名、密码等，安装，立刻完毕。</p>
<hr />
<p>如果早有这个东西，大家都不用买虚拟主机了！</p>
<p>严重浪漫再测试一阵子，如果满意的话，以后就在新浪云空间上写博了！</p>
<p> <img src='http://www.6psp.cn/blog/wp-includes/images/smilies/icon_razz.gif' alt=':razz:' class='wp-smiley' /> </p>
<p>快来注册<strong>新浪云计算</strong>，免费搭建Wordpress博客吧。<a href="http://sae.sina.com.cn/activity/invite/26536/weibo" target="_blank">http://sae.sina.com.cn/</a></p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20101007/%e5%9c%a8%e4%b8%ad%e5%9b%bd%e7%ab%99%e9%95%bf%e7%ab%99chinaz-com%e7%9a%84%e4%b8%80%e7%af%87%e6%8a%95%e7%a8%bf%e8%a2%ab%e5%bd%95%e7%94%a8%e4%ba%86%ef%bc%81.html" title="在中国站长站(chinaz.com)的一篇投稿被录用了！">在中国站长站(chinaz.com)的一篇投稿被录用了！</a></li><li><a href="http://www.6psp.cn/20120110/hongluotuolibao.html" title="红骆驼80后怀旧大礼包活动中奖，发奖品图片。">红骆驼80后怀旧大礼包活动中奖，发奖品图片。</a></li><li><a href="http://www.6psp.cn/20120109/%e6%90%9e%e4%b8%8d%e6%98%8e%e7%99%bd%e7%9a%84%e6%b7%98%e5%ae%9dvip%e4%bc%9a%e5%91%98.html" title="搞不明白的淘宝VIP会员">搞不明白的淘宝VIP会员</a></li><li><a href="http://www.6psp.cn/20111107/%e4%b8%ba%e4%ba%86%e6%b7%98%e9%87%91%e5%b8%81%ef%bc%8c%e8%af%b7%e5%8a%a0%e6%88%91%e5%a5%bd%e5%8f%8b.html" title="为了淘金币，请加我好友">为了淘金币，请加我好友</a></li><li><a href="http://www.6psp.cn/20111018/%e8%b0%b7%e6%ad%8c%e5%9c%b0%e5%9b%be%e7%bb%88%e4%ba%8e%e6%9b%b4%e6%96%b0%e9%98%9c%e9%98%b3%e5%8d%ab%e6%98%9f%e5%9b%be%e4%ba%86.html" title="谷歌地图终于更新阜阳卫星图了">谷歌地图终于更新阜阳卫星图了</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110718/%e9%83%bd%e6%9d%a5%e7%8e%a9%e6%88%91%e7%83%a7%e7%bd%91%e5%90%a7.html" title="都来玩”我烧网”吧">都来玩”我烧网”吧</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html/feed</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>惊现wordpress官方中文论坛！</title>
		<link>http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html</link>
		<comments>http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html#comments</comments>
		<pubDate>Mon, 25 Jul 2011 15:35:39 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3676</guid>
		<description><![CDATA[严重浪漫在wordpress官方主题大全倒腾主题时，想给主题作者留个言。误打误撞转到了wordpress官方中文论坛！ 我估计应该很多朋友都不知道这个官方论坛吧。这确实是个意外的惊喜，是不是WP注意到了越来越多的中国人在使用wordpress，所以推出了这个本土化的界面？ 根据里面最早的帖子的发布时间，可以判断出这个论坛开通于5个月前（2011年3月份）。 论坛很简洁，里面的帖子应该能被官方管理员看到，如果你想给wordpress直接提出建议，到这里去发帖吧。 我发了一个帖子，提了一个建议，地址点我。 缺点：该论坛只能注册英文ID。 wordpress官方中文论坛网址：http://zh-cn.forums.wordpress.org/ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……用新浪云计算免费搭建Wordpress博客！wordpress升级到3.2.1,没啥感觉用代码实现wordpress”读者墙”(完美修改版)给博客添加一个”读者墙”，插件wp-reader-wall]]></description>
			<content:encoded><![CDATA[<p>严重浪漫在<a href="http://wordpress.org/extend/themes/" target="_blank">wordpress官方主题大全</a>倒腾主题时，想给主题作者留个言。误打误撞转到了<strong><a href="http://zh-cn.forums.wordpress.org/" target="_blank">wordpress官方中文论坛</a></strong>！</p>
<p>我估计应该很多朋友都不知道这个官方论坛吧。这确实是个意外的惊喜，是不是WP注意到了越来越多的中国人在使用wordpress，所以推出了这个本土化的界面？</p>
<p>根据里面最早的帖子的发布时间，可以判断出这个论坛开通于5个月前（2011年3月份）。</p>
<p>论坛很简洁，里面的帖子应该能被官方管理员看到，如果你想给wordpress直接提出建议，到这里去发帖吧。</p>
<p>我发了一个帖子，提了一个建议，<a href="http://zh-cn.forums.wordpress.org/topic/wordpress%e5%8d%87%e7%ba%a7%e9%82%a3%e4%b9%88%e9%a2%91%e7%b9%81%ef%bc%8c%e4%b8%ba%e4%bd%95%e8%bf%9e%e7%bc%96%e8%be%91%e6%96%87%e7%ab%a0%e6%97%b6%e8%b0%83%e6%95%b4%e5%ad%97%e5%8f%b7%e7%9a%84%e5%8a%9f%e8%83%bd%e9%83%bd%e6%b2%a1%e6%9c%89%ef%bc%9f%ef%bc%81?replies=1#post-1318" target="_blank">地址点我</a>。</p>
<p>缺点：该论坛只能注册英文ID。</p>
<p>wordpress官方中文论坛网址：<a href="http://zh-cn.forums.wordpress.org/" target="_blank">http://zh-cn.forums.wordpress.org/</a></p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html" title="给博客添加一个”读者墙”，插件wp-reader-wall">给博客添加一个”读者墙”，插件wp-reader-wall</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>wordpress升级到3.2.1,没啥感觉</title>
		<link>http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html</link>
		<comments>http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html#comments</comments>
		<pubDate>Sun, 24 Jul 2011 17:37:08 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3655</guid>
		<description><![CDATA[前文写到《谷歌PR逗你玩,不到一个月更新两次》，严重浪漫觉得自己的PR一个月内由2升到3、又由3降到2的悲剧事件，可能是由于没有听谷歌的话、及时更新wordpress造成的。那我就更新吧(更新前是3.0.1)。 现在是午夜时分、访客最少的时候，最适合博客搬家或者升级之类的事情。我备份了网站文件、数据库，大胆的直接从后台里点“更新到3.2.1”，5秒钟过去了，居然提示升级完成。太好了，省了我的事了。 后台里面逛了一圈，如我所料，没发现什么重大的改进！倒是别扭的事情不少：后台的字体从默认的宋体变成了微软雅黑，看着很不舒服！……我期待中的编辑文章时可以调整字号的功能还是没有！(抱歉，我一直没有用过离线编辑器)…… 到首页看了看，晕死，居然在顶端出现一个黑条条，网页向下滚动时，黑条条也一直显示在页面顶端……后台里找了半天，没有找到可以把这个根本没有用的导航条去掉的设置项！……请高手看到后指点我一下。 插件的兼容性有待观察……如果再来几个插件出错的烦心事，我就控制不住要骂人了…… 总结：和我想的一样，升级后没有什么让我兴奋的功能，反而多了一些烦恼。我是迫不得已、为了升级而升级。在《Google给我发邮件，提醒我升级WordPress！》一文里，我就说过，我非常讨厌wordpress频繁的更新版本，根本没有什么实质上的改进！我很烦！ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……用新浪云计算免费搭建Wordpress博客！惊现wordpress官方中文论坛！用代码实现wordpress”读者墙”(完美修改版)给博客添加一个”读者墙”，插件wp-reader-wall]]></description>
			<content:encoded><![CDATA[<p>前文写到《<a href="http://www.6psp.cn/20110725/%e8%b0%b7%e6%ad%8cpr%e9%80%97%e4%bd%a0%e7%8e%a9%e4%b8%8d%e5%88%b0%e4%b8%80%e4%b8%aa%e6%9c%88%e6%9b%b4%e6%96%b0%e4%b8%a4%e6%ac%a1.html" target="_blank">谷歌PR逗你玩,不到一个月更新两次</a>》，严重浪漫觉得自己的PR一个月内由2升到3、又由3降到2的悲剧事件，可能是由于没有听谷歌的话、及时更新<strong>wordpress</strong>造成的。那我就更新吧(更新前是3.0.1)。</p>
<p>现在是午夜时分、访客最少的时候，最适合博客搬家或者升级之类的事情。我备份了网站文件、数据库，大胆的直接从后台里点“更新到<strong>3.2.1</strong>”，5秒钟过去了，居然提示升级完成。太好了，省了我的事了。</p>
<p>后台里面逛了一圈，如我所料，没发现什么重大的改进！倒是别扭的事情不少：后台的字体从默认的宋体变成了微软雅黑，看着很不舒服！……我期待中的编辑文章时可以调整字号的功能还是没有！(抱歉，我一直没有用过离线编辑器)……</p>
<p>到首页看了看，晕死，居然在顶端出现一个黑条条，网页向下滚动时，黑条条也一直显示在页面顶端……后台里找了半天，没有找到可以把这个根本没有用的导航条去掉的设置项！……请高手看到后指点我一下。</p>
<p>插件的兼容性有待观察……如果再来几个插件出错的烦心事，我就控制不住要骂人了……</p>
<p>总结：和我想的一样，升级后没有什么让我兴奋的功能，反而多了一些烦恼。我是迫不得已、为了升级而升级。在《<a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" rel="bookmark" target="_blank">Google给我发邮件，提醒我升级WordPress！</a>》一文里，我就说过，我非常讨厌wordpress频繁的更新版本，根本没有什么实质上的改进！我很烦！</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html" title="给博客添加一个”读者墙”，插件wp-reader-wall">给博客添加一个”读者墙”，插件wp-reader-wall</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>用代码实现wordpress”读者墙”(完美修改版)</title>
		<link>http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html</link>
		<comments>http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html#comments</comments>
		<pubDate>Wed, 06 Jul 2011 17:57:16 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3571</guid>
		<description><![CDATA[前文写到《给博客添加一个”读者墙”，插件wp-reader-wall》，文中也提到了该插件的一些缺点。本着WP fans一贯的折腾的精神，严重浪漫又开始研究起用代码实现读者墙。 一直以来都很喜欢Junan的读者墙，和他聊了一下，得知他的读者墙是代码实现的。于是把代码要来了。使用后，发现有一个小小的问题：点击墙上的头像，会在本页内跳转到别人的博客，这样会造成本博客的“跳出”。于是，我修改了一下，修改后，点击头像，在新页面(或标签)打开别人的博客。这样的话，这段代码就比较完美了。 手把手使用说明： 【1】首先把你现在所用的主题的目录下的page.php这个文件复制一份到你的硬盘上。改名为Reader.php (其他名字也可以，但中文不可以)。 【2】用Notepad++、UltraEdit、EditPlus等文本编辑器打开Reader.php，在最前面加上： 1 2 3 4 5 &#60;?php /* Template Name:Wall */ ?&#62; 【3】找到&#60;?php the_content(); ?&#62;，在他的前面加上： 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 &#60;!-- start 读者墙 --&#62; &#60;?php $query=&#34;SELECT COUNT(comment_ID) AS cnt, comment_author, comment_author_url, comment_author_email FROM (SELECT * FROM $wpdb-&#62;comments LEFT [...]]]></description>
			<content:encoded><![CDATA[<p>前文写到《<a rel="bookmark" href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html">给博客添加一个”读者墙”，插件wp-reader-wall</a>》，文中也提到了该插件的一些缺点。本着WP fans一贯的折腾的精神，严重浪漫又开始研究起用代码实现读者墙。</p>
<p>一直以来都很喜欢<a href="http://junan.name/readerswall" target="_blank">Junan的读者墙</a>，和他聊了一下，得知他的读者墙是代码实现的。于是把代码要来了。使用后，发现有一个小小的问题：点击墙上的头像，会在本页内跳转到别人的博客，这样会造成本博客的“跳出”。于是，我修改了一下，修改后，点击头像，在新页面(或标签)打开别人的博客。这样的话，这段代码就比较完美了。</p>
<p>手把手使用说明：</p>
<p>【1】<span id="more-3571"></span>首先把你现在所用的主题的目录下的page.php这个文件复制一份到你的硬盘上。改名为Reader.php (其他名字也可以，但中文不可以)。</p>
<p>【2】用Notepad++、UltraEdit、EditPlus等文本编辑器打开Reader.php，在最前面加上：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</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: #666666; font-style: italic;">/*
Template Name:Wall
*/</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>【3】找到&lt;?php the_content(); ?&gt;，在他的前面加上：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">&lt;!-- start 读者墙 --&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$query</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;SELECT COUNT(comment_ID) AS cnt, comment_author, comment_author_url, comment_author_email FROM (SELECT * FROM <span style="color: #006699; font-weight: bold;">$wpdb-&gt;comments</span> LEFT OUTER JOIN <span style="color: #006699; font-weight: bold;">$wpdb-&gt;posts</span> ON (<span style="color: #006699; font-weight: bold;">$wpdb-&gt;posts</span>.ID=<span style="color: #006699; font-weight: bold;">$wpdb-&gt;comments</span>.comment_post_ID) WHERE comment_date &gt; date_sub( NOW(), INTERVAL 1 YEAR) AND user_id='0' AND comment_author_email != 'XXXX@163.com' AND comment_author_email != 'XXXX@gmail.com' AND post_password='' AND comment_approved='1' AND comment_type='') AS tempcmt GROUP BY comment_author_email ORDER BY cnt DESC LIMIT 180&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$wall</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_results</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$query</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$wall</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$comment</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author_url</span> <span style="color: #009900;">&#41;</span>
<span style="color: #000088;">$url</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author_url</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">else</span> <span style="color: #000088;">$url</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;#&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$tmp</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;a rel='external nofollow' href='&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$url</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;' target='_blank' title='&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot; (&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">cnt</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;)'&gt;&quot;</span><span style="color: #339933;">.</span>get_avatar<span style="color: #009900;">&#40;</span><span style="color: #000088;">$comment</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">comment_author_email</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">40</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/a&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$output</span> <span style="color: #339933;">.=</span> <span style="color: #000088;">$tmp</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000088;">$output</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;div id='readerswall'&gt;&lt;h2&gt;Readers Wall&lt;/h2&gt;&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$output</span><span style="color: #339933;">.</span><span style="color: #0000ff;">&quot;&lt;/div&gt;&quot;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$output</span> <span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;!-- end 读者墙 --&gt;</pre></td></tr></table></div>

<p>里面几个数值，你可以根据自己需要修改：<br />
[1 YEAR]   是统计的时间跨度。1 MONTH 是一个月，1 WEEK 是一周，1 SEASON是一季度。<br />
[XXXX@163.com]   是排除掉博主自己的评论。<br />
[180]   是显示多少个头像。<br />
[40]    是头像尺寸。</p>
<p>修改完后，保存。</p>
<p>【4】把Reader.php上传到你现在用的主题的目录下。</p>
<p>【5】wordpress后台 → 页面  → 添加新页面。<br />
标题随便起一个名字，可以是中文。建议起一个英文的别名，比如“ReadersWall”。<br />
右边的“模版”，点开下拉菜单，选择“Wall” （就是刚刚上传的那个模版啦）。<br />
发布页面。</p>
<p>【6】完成了。<br />
从你的首页里找到这个新建的页面，点开看看吧。比如：<a href="http://www.6psp.cn/readerswall" target="_blank">严重浪漫的读者墙</a>。</p>
<p>写的够详细了，方便菜鸟学习。<br />
祝大家愉快。</p>
<p>本文欢迎转载，转载请注明原作者、原链接。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html" title="严重浪漫博客1000条评论">严重浪漫博客1000条评论</a></li><li><a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html" title="欢迎和我使用一样主题blocks的wordpress博友踊跃留言">欢迎和我使用一样主题blocks的wordpress博友踊跃留言</a></li><li><a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html" title="严重浪漫博客搬家到小张主机">严重浪漫博客搬家到小张主机</a></li><li><a href="http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html" title="给网站制作动态、静态的网站图标（收藏夹图标）">给网站制作动态、静态的网站图标（收藏夹图标）</a></li><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>给博客添加一个”读者墙”，插件wp-reader-wall</title>
		<link>http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html</link>
		<comments>http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:37:50 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wordperss插件]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3519</guid>
		<description><![CDATA[看到越来越多的博友都给自己的博客安装了一面”读者墙“，严重浪漫坐不住了，我也要树一面这样的墙。 从搜索引擎给出的结果里补了一番课，终于搞明白了，这个墙是用插件实现的，插件名字叫”wp-reader-wall“，插件作者竟然是早已熟悉的“点点滴滴”。 插件下载：wp-reader-wall 如果你的wordpress版本是3.0以上，请下载下面这个版本：wp-reader-wall(wordpress 3.0) 使用方法很简单：解压缩、上传、新建页面。您自己捣鼓一下就会了。实在不会的，看 插件的原发布页。还是不会的：看下面几篇文章： http://www.bk80.com/blog/602.html http://www.boke8.net/wordpress-wp-reader-wall.html http://www.nestcut.com/?p=392 如此好的一个插件，不知道为啥，没有通过wordpress官方的认证。也就是说，你在WP的后台里、或者wordpress官方插件页里，是搜索不到这个插件的。实在是太可惜了。 【缺点】 1.在IE浏览器下（我的是IE8.0），鼠标移动到头像上，只显示名称，不显示评论数量！谷歌浏览器、FF浏览器下正常。 2.不能设置低于某个数量评论的头像不予显示，这造成了后面是一大片1条评论的头像。 下面的内容，献给喜欢折腾的、或者是纯代码派的博友： ◆《用代码实现wordpress”读者墙”(完美修改版)》 by 严重浪漫 这个效果最好，强烈推荐。 ◆《代码实现读者墙》by 六维博客 这里的代码取自点点滴滴的插件，所以，最终效果和该插件是完全一样的，可以省下一个插件。但是，wordpress 3.0以上版本的，需要修改一个变量，修改方法。【这个方法严重浪漫测试未成功】 ◆《读者墙血条版》by 老谢博客 这个是另外一种样式的读者墙，头像下面有血槽，就像格斗游戏。是用代码实现的。 【补充】： “奋斗博客”的读者墙（地址点我），鼠标指到头像，头像就变大，挺酷的！ 是用CSS实现的，相关教程。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：StatPressCN插件造成博客速度变慢，赶快删除不敢用Clean Options插件！它检索出的待删文件，有的明显是不能删的啊。解决了Google XML Sitemaps插件生成的网站地图无样式WP-PageNavi 2.73最新版本的新功能（图）WP-DBManager数据库管理插件 无法备份的解决办法用Delete-revision删除wordpress博客里文章的“修订版本”，真的很有必要！为你的博客添加“无图版”，国人自制插件Lc. Archivers]]></description>
			<content:encoded><![CDATA[<p>看到越来越多的博友都给自己的博客安装了一面”<strong>读者墙</strong>“，<a href="http://www.6psp.cn/" target="_blank">严重浪漫</a>坐不住了，我也要树一面这样的墙。</p>
<p>从搜索引擎给出的结果里补了一番课，终于搞明白了，这个墙是用<strong>插件</strong>实现的，插件名字叫”<strong>wp-reader-wall</strong>“，插件作者竟然是早已熟悉的“<strong>点点滴滴</strong>”。</p>
<p>插件下载：<a href="http://www.storyday.com/wp-content/uploads/2009/09/wp-reader-wall.zip" target="_blank">wp-reader-wall</a></p>
<p>如果你的wordpress版本是3.0以上，请下载下面这个版本：<a href="http://www.storyday.com/wp-content/uploads/2009/09/wp-reader-wall1.zip" target="_blank">wp-reader-wall(wordpress 3.0)</a></p>
<p>使用方法很简单：解压缩、上传、新建页面。<span id="more-3519"></span>您自己捣鼓一下就会了。实在不会的，看 <a href="http://www.storyday.com/html/y2009/2547_readers-wall-plug-in-released.html" target="_blank">插件的原发布页</a>。还是不会的：看下面几篇文章：</p>
<p><a href="http://www.bk80.com/blog/602.html" target="_blank">http://www.bk80.com/blog/602.html</a></p>
<p><a href="http://www.boke8.net/wordpress-wp-reader-wall.html" target="_blank">http://www.boke8.net/wordpress-wp-reader-wall.html</a></p>
<p><a href="http://www.nestcut.com/?p=392" target="_blank">http://www.nestcut.com/?p=392</a></p>
<p>如此好的一个插件，不知道为啥，没有通过wordpress官方的认证。也就是说，你在WP的后台里、或者<a href="http://wordpress.org/extend/plugins/" target="_blank">wordpress官方插件页</a>里，是搜索不到这个插件的。实在是太可惜了。</p>
<p>【缺点】</p>
<p>1.在IE浏览器下（我的是IE8.0），鼠标移动到头像上，只显示名称，不显示评论数量！谷歌浏览器、FF浏览器下正常。</p>
<p>2.不能设置低于某个数量评论的头像不予显示，这造成了后面是一大片1条评论的头像。</p>
<hr />下面的内容，献给喜欢折腾的、或者是纯代码派的博友：</p>
<p>◆《<a href="http://www.6psp.cn/20110707/%E7%94%A8%E4%BB%A3%E7%A0%81%E5%AE%9E%E7%8E%B0wordpress%E2%80%9D%E8%AF%BB%E8%80%85%E5%A2%99%E2%80%9D%E5%AE%8C%E7%BE%8E%E4%BF%AE%E6%94%B9%E7%89%88.html" target="_blank">用代码实现wordpress”读者墙”(完美修改版)</a>》 by 严重浪漫</p>
<p>这个效果最好，强烈推荐。</p>
<p>◆《<a href="http://vvvvvv.us/1079.html" target="_blank">代码实现读者墙</a>》by 六维博客</p>
<p>这里的代码取自点点滴滴的插件，所以，最终效果和该插件是完全一样的，可以省下一个插件。但是，wordpress 3.0以上版本的，需要修改一个变量，<a href="http://www.xiaozhou.net/aboutsite/wordpress/modification_of_wp-reader-wall_to_fit_wordpress-3-0-2010-07-22.htm" target="_blank">修改方法</a>。【这个方法严重浪漫测试未成功】</p>
<p>◆《<a href="http://www.xj123.info/1471.html" target="_blank">读者墙血条版</a>》by 老谢博客</p>
<p>这个是另外一种样式的读者墙，头像下面有血槽，就像格斗游戏。是用代码实现的。</p>
<hr />【补充】：<br />
“奋斗博客”的读者墙（<a href="http://www.fendou.info/reader" target="_blank">地址点我</a>），鼠标指到头像，头像就变大，挺酷的！</p>
<p>是用CSS实现的，<a href="http://www.fendou.info/wordpress/wordpress-jquery-readerwall.html" target="_blank">相关教程</a>。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20100917/statpresscn%e6%8f%92%e4%bb%b6%e9%80%a0%e6%88%90%e5%8d%9a%e5%ae%a2%e9%80%9f%e5%ba%a6%e5%8f%98%e6%85%a2%ef%bc%8c%e8%b5%b6%e5%bf%ab%e5%88%a0%e9%99%a4.html" title="StatPressCN插件造成博客速度变慢，赶快删除">StatPressCN插件造成博客速度变慢，赶快删除</a></li><li><a href="http://www.6psp.cn/20100914/%e4%b8%8d%e6%95%a2%e7%94%a8clean-options%e6%8f%92%e4%bb%b6%ef%bc%81%e5%ae%83%e6%a3%80%e7%b4%a2%e5%87%ba%e7%9a%84%e5%be%85%e5%88%a0%e6%96%87%e4%bb%b6%ef%bc%8c%e6%9c%89%e7%9a%84%e6%98%8e%e6%98%be.html" title="不敢用Clean Options插件！它检索出的待删文件，有的明显是不能删的啊。">不敢用Clean Options插件！它检索出的待删文件，有的明显是不能删的啊。</a></li><li><a href="http://www.6psp.cn/20100830/%e8%a7%a3%e5%86%b3%e4%ba%86google-xml-sitemaps%e6%8f%92%e4%bb%b6%e7%94%9f%e6%88%90%e7%9a%84%e7%bd%91%e7%ab%99%e5%9c%b0%e5%9b%be%e6%97%a0%e6%a0%b7%e5%bc%8f.html" title="解决了Google XML Sitemaps插件生成的网站地图无样式">解决了Google XML Sitemaps插件生成的网站地图无样式</a></li><li><a href="http://www.6psp.cn/20100820/wp-pagenavi-2-73%e6%9c%80%e6%96%b0%e7%89%88%e6%9c%ac%e7%9a%84%e6%96%b0%e5%8a%9f%e8%83%bd%ef%bc%88%e5%9b%be%ef%bc%89.html" title="WP-PageNavi 2.73最新版本的新功能（图）">WP-PageNavi 2.73最新版本的新功能（图）</a></li><li><a href="http://www.6psp.cn/20100819/wp-dbmanager%e6%95%b0%e6%8d%ae%e5%ba%93%e7%ae%a1%e7%90%86%e6%8f%92%e4%bb%b6-%e6%97%a0%e6%b3%95%e5%a4%87%e4%bb%bd%e7%9a%84%e8%a7%a3%e5%86%b3%e5%8a%9e%e6%b3%95.html" title="WP-DBManager数据库管理插件 无法备份的解决办法">WP-DBManager数据库管理插件 无法备份的解决办法</a></li><li><a href="http://www.6psp.cn/20100819/%e7%94%a8delete-revision%e5%88%a0%e9%99%a4wordpress%e5%8d%9a%e5%ae%a2%e9%87%8c%e6%96%87%e7%ab%a0%e7%9a%84%e2%80%9c%e4%bf%ae%e8%ae%a2%e7%89%88%e6%9c%ac%e2%80%9d%e6%96%87%e7%ab%a0.html" title="用Delete-revision删除wordpress博客里文章的“修订版本”，真的很有必要！">用Delete-revision删除wordpress博客里文章的“修订版本”，真的很有必要！</a></li><li><a href="http://www.6psp.cn/20100814/%e4%b8%ba%e4%bd%a0%e7%9a%84%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e2%80%9c%e6%97%a0%e5%9b%be%e7%89%88%e2%80%9d%ef%bc%8c%e5%9b%bd%e4%ba%ba%e8%87%aa%e5%88%b6%e6%8f%92%e4%bb%b6lc-archivers.html" title="为你的博客添加“无图版”，国人自制插件Lc. Archivers">为你的博客添加“无图版”，国人自制插件Lc. Archivers</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110706/%e7%bb%99%e5%8d%9a%e5%ae%a2%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e8%af%bb%e8%80%85%e5%a2%99%ef%bc%8c%e6%8f%92%e4%bb%b6wp-reader-wall.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Google给我发邮件，提醒我升级WordPress！</title>
		<link>http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html</link>
		<comments>http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html#comments</comments>
		<pubDate>Tue, 21 Jun 2011 05:45:01 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[严重浪漫]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3450</guid>
		<description><![CDATA[今天，严重浪漫打开G-Mail，收到一封奇怪的邮件，发件人是“wmt-noreply@google.com”，邮件标题《WordPress 有更新》，时间是2011.06.18号，邮件内容： 尊敬的 http://6psp.cn/ 网站拥有者或网站站长： 您网站运行的可能是早期版本的 WordPress。Google 建议您更新到最新版本。早期版本或未应用修补程序的软件容易受到黑客或恶意软件的攻击，这会危害到您的用户。要下载最新版本，请访问 WordPress 的下载网页。 如果您对于收到这条消息还有任何其他疑问，请查看 Google 在有关此主题的博客文章中所提供的更多背景信息。 此致 Google 搜索质量小组敬上 刚看到标题时，我以为是垃圾邮件呢，仔细一看，确定这个是由谷歌发来的。 这个真是让我震惊了，感到受宠若惊，谷歌那么忙，还能顾着给我发信。 但是啊，谷歌你让我升级WordPress，你知不知道Wordpress的更新速度实在是他妈的太快了！搞得我很烦很烦。 我已经决定了，如果不是有什么能令我垂涎三尺的新功能，我的Wordpress就不升级了，就这样用着吧。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：检查nofollow的四种方法用友链检测工具检测nofollow并不准确！把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。Google网站管理员工具提示“重复的标题标记”的解决办法。严重浪漫博客两周年严重浪漫博客PR升为4用新浪云计算免费搭建Wordpress博客！]]></description>
			<content:encoded><![CDATA[<p>今天，<a href="http://www.6psp.cn/" target="_blank">严重浪漫</a>打开G-Mail，收到一封奇怪的邮件，发件人是“<a href="mailto:wmt-noreply@google.com">wmt-noreply@google.com</a>”，邮件标题《<strong>WordPress</strong> 有更新》，时间是2011.06.18号，邮件内容：</p>
<blockquote><p>尊敬的 http://6psp.cn/ 网站拥有者或网站站长：</p>
<p>您网站运行的可能是早期版本的 WordPress。Google 建议您更新到最新版本。早期版本或未应用修补程序的软件容易受到黑客或恶意软件的攻击，这会危害到您的用户。要下载最新版本，请访问 <a href="http://wordpress.org/download/">WordPress 的下载网页</a>。</p>
<p>如果您对于收到这条消息还有任何其他疑问，请查看 Google 在有关此主题的<a href="http://googlewebmastercentral.blogspot.com/2009/11/new-software-version-notifications-for.html">博客文章</a>中所提供的更多背景信息。</p>
<p>此致</p>
<p>Google 搜索质量小组敬上</p></blockquote>
<p>刚看到标题时，我以为是垃圾邮件呢，仔细一看，确定这个是由谷歌发来的。<br />
这个真是让我震惊了，感到受宠若惊，谷歌那么忙，还能顾着给我发信。</p>
<p>但是啊，谷歌你让我升级<a href="http://www.6psp.cn/category/internet/wordpress" target="_blank">WordPress</a>，你知不知道Wordpress的更新速度实在是他妈的太快了！搞得我很烦很烦。</p>
<p>我已经决定了，如果不是有什么能令我垂涎三尺的新功能，我的Wordpress就不升级了，就这样用着吧。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li><li><a href="http://www.6psp.cn/20101011/%e7%94%a8%e5%8f%8b%e9%93%be%e6%a3%80%e6%b5%8b%e5%b7%a5%e5%85%b7%e6%a3%80%e6%b5%8bnofollow%e5%b9%b6%e4%b8%8d%e5%87%86%e7%a1%ae%ef%bc%81.html" title="用友链检测工具检测nofollow并不准确！">用友链检测工具检测nofollow并不准确！</a></li><li><a href="http://www.6psp.cn/20100825/%e6%8a%8awordpress%e7%9a%84%e6%96%87%e7%ab%a0%e9%a1%b5%e9%9d%a2%e7%9a%84title%e6%94%b9%e4%b8%ba%e2%80%9c%e6%96%87%e7%ab%a0%e6%a0%87%e9%a2%98-%e4%b8%a8-%e5%8d%9a%e5%ae%a2%e6%a0%87%e9%a2%98%e2%80%9d.html" title="把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。">把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。</a></li><li><a href="http://www.6psp.cn/20100825/google%e7%bd%91%e7%ab%99%e7%ae%a1%e7%90%86%e5%91%98%e5%b7%a5%e5%85%b7%e6%8f%90%e7%a4%ba%e2%80%9c%e9%87%8d%e5%a4%8d%e7%9a%84%e6%a0%87%e9%a2%98%e6%a0%87%e8%ae%b0%e2%80%9d%e7%9a%84%e8%a7%a3%e5%86%b3.html" title="Google网站管理员工具提示“重复的标题标记”的解决办法。">Google网站管理员工具提示“重复的标题标记”的解决办法。</a></li><li><a href="http://www.6psp.cn/20120122/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e4%b8%a4%e5%91%a8%e5%b9%b4.html" title="严重浪漫博客两周年">严重浪漫博客两周年</a></li><li><a href="http://www.6psp.cn/20111108/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2pr%e5%8d%87%e4%b8%ba4.html" title="严重浪漫博客PR升为4">严重浪漫博客PR升为4</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordPress 8周岁生日！(2011.05.28)</title>
		<link>http://www.6psp.cn/20110528/wordpress-8%e5%91%a8%e5%b2%81%e7%94%9f%e6%97%a5%ef%bc%812011-05-28.html</link>
		<comments>http://www.6psp.cn/20110528/wordpress-8%e5%91%a8%e5%b2%81%e7%94%9f%e6%97%a5%ef%bc%812011-05-28.html#comments</comments>
		<pubDate>Sat, 28 May 2011 15:19:15 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3227</guid>
		<description><![CDATA[今天是个值得纪念的日子，WordPress 8周岁生日！ Wordpress生日快乐！   继续支持WordPress！支持PHP！支持LAMP！ 喊口号完毕，下面转载新闻： 8年前的今天，Wordpress创始人马特·穆伦维格(Matt Mullenweg)宣布Wordpress的第一个版本开始提供下载。我们不知道他当时是否意识到这开创了一个什么样的纪元。从那之后博客程序经历了很大的变化。其中之一就是Wordpress开始成为世界上最受欢迎的博客平台，这可不是一个小业绩。它也毋庸置疑成为有史以来最成功的开源项目之一。 目前有多少Wordpress博客呢？去年12月的一次统计表明有超过1600万的自主Wordpress博客。如果算上Wordpress.com提供的博客托管服务的话，这个数字可能要增加一倍以上。仅Wordpress.com上现在就有2000万博客。 因此借这个机会向马特和整个Wordpress团队以及这些年来对Wordpress发展做出贡献的所有人表示祝贺。能够对网络的发展特别是博客的发展做出如此大的贡献，感觉应该非常不错。请再接再厉！ 引用自 cnBeta 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……用新浪云计算免费搭建Wordpress博客！惊现wordpress官方中文论坛！wordpress升级到3.2.1,没啥感觉用代码实现wordpress”读者墙”(完美修改版)]]></description>
			<content:encoded><![CDATA[<p>今天是个值得纪念的日子，WordPress 8周岁生日！<br />
Wordpress生日快乐！</p>
<p><a id="spPreviewLink" href="http://www.6psp.cn/tag/wordpress"><img id="spPreviewImage" title="Wordpress" src="http://public.blu.livefilestore.com/y1pOSdkDJDBgkfqk6spU4TpaI9ICbk7sLzUymniPi_ZcWZN8aRXjM1rSMI5T7zBLdc6jxJwE5mtWbllyXqofURhIw/WP%20logo.gif" alt="" width="206" height="206" /></a> <br />
继续支持WordPress！支持PHP！支持LAMP！<br />
喊口号完毕，下面转载新闻：<span id="more-3227"></span></p>
<hr />
<p>8年前的今天，Wordpress创始人马特·穆伦维格(Matt Mullenweg)宣布Wordpress的第一个版本开始提供下载。我们不知道他当时是否意识到这开创了一个什么样的纪元。从那之后博客程序经历了很大的变化。其中之一就是Wordpress开始成为世界上最受欢迎的博客平台，这可不是一个小业绩。它也毋庸置疑成为有史以来最成功的开源项目之一。</p>
<p>目前有多少Wordpress博客呢？去年12月的一次统计表明有超过1600万的自主Wordpress博客。如果算上Wordpress.com提供的博客托管服务的话，这个数字可能要增加一倍以上。仅Wordpress.com上现在就有2000万博客。</p>
<p>因此借这个机会向马特和整个Wordpress团队以及这些年来对Wordpress发展做出贡献的所有人表示祝贺。能够对网络的发展特别是博客的发展做出如此大的贡献，感觉应该非常不错。请再接再厉！</p>
<p>引用自 <a href="http://www.cnbeta.com/articles/144133.htm">cnBeta</a></p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110528/wordpress-8%e5%91%a8%e5%b2%81%e7%94%9f%e6%97%a5%ef%bc%812011-05-28.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110528/wordpress-8%e5%91%a8%e5%b2%81%e7%94%9f%e6%97%a5%ef%bc%812011-05-28.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110528/wordpress-8%e5%91%a8%e5%b2%81%e7%94%9f%e6%97%a5%ef%bc%812011-05-28.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>趣盘换域名了，以前的下载链接都不能用了。</title>
		<link>http://www.6psp.cn/20110527/%e8%b6%a3%e7%9b%98%e6%8d%a2%e5%9f%9f%e5%90%8d%e4%ba%86%ef%bc%8c%e4%bb%a5%e5%89%8d%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%93%be%e6%8e%a5%e9%83%bd%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%e3%80%82.html</link>
		<comments>http://www.6psp.cn/20110527/%e8%b6%a3%e7%9b%98%e6%8d%a2%e5%9f%9f%e5%90%8d%e4%ba%86%ef%bc%8c%e4%bb%a5%e5%89%8d%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%93%be%e6%8e%a5%e9%83%bd%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%e3%80%82.html#comments</comments>
		<pubDate>Fri, 27 May 2011 02:32:55 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[互联网]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[网盘]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=3173</guid>
		<description><![CDATA[严重浪漫今天翻看我的旧文章，突然发现以前提供的趣盘下载链接失效了。赶快到趣盘的主页看看，http://www.qupan.com 不能访问了。趣盘完蛋了？ 百度了一下“趣盘”，发现原来是趣盘的域名换了，换成了：http://www.qupan.cc/ ，进去看看，我的文件还都在。 原因不明，没有收到趣盘的任何通知。鄙视趣盘，给用户造成了这么大的麻烦，也不通知一下，趣盘草泥马是干什么吃的？！ 接着，着手解决问题。一篇一篇文章的修改链接？麻烦啊……把资源全部重新上传到其他网盘？更麻烦！ 还好，找到了解决办法。 我观察到原来的下载链接是这个样式：http://1166.qupan.com/720323.html ，而现在的下载链接是这个样式：http://1166.qupan.cc/720323.html，二者的差别不大。这样可以修改wordpress数据库来解决。方法如下： 先从cPanel后台备份一下数据库，然后把数据库打包下载。下载后，解压，用编辑软件（如EditPlus）打开此数据库，用“替换”指令，批量把“qupan.com”替换为“qupan.cc”，保存。进入cPanel，删除数据库，把这个修改后的数据库导入。提示成功。打开博客试试，没有问题。问题解决了。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：大事件！全球最大的共享网站Megaupload被关闭，黑客攻击美政府网站可以上传大容量文件的同步盘——酷盘DB网盘签到获得326M，RP大爆发新浪微盘周年庆，送2G空间总结一下可以上传MP3并外链的空间总结一下每天登陆可以获得空间的网盘“抠门”的迅载网盘 国庆送空间了！]]></description>
			<content:encoded><![CDATA[<p>严重浪漫今天翻看我的旧文章，突然发现以前提供的<strong>趣盘</strong>下载链接失效了。赶快到趣盘的主页看看，<a href="http://www.qupan.com">http://www.qupan.com</a> 不能访问了。趣盘完蛋了？</p>
<p>百度了一下“趣盘”，发现原来是趣盘的<strong>域名换了</strong>，换成了：<a href="http://www.qupan.cc/">http://www.qupan.cc/</a> ，进去看看，我的文件还都在。</p>
<p>原因不明，没有收到趣盘的任何通知。鄙视趣盘，给用户造成了这么大的麻烦，也不通知一下，趣盘草泥马是干什么吃的？！</p>
<p>接着，着手解决问题。一篇一篇文章的修改链接？麻烦啊……把资源全部重新上传到其他网盘？更麻烦！</p>
<p>还好，找到了解决办法。</p>
<p>我观察到原来的下载链接是这个样式：<a href="http://1166.qupan.com/720323.html">http://1166.qupan.com/720323.html</a> ，而现在的下载链接是这个样式：<a href="http://1166.qupan.cc/720323.html">http://1166.qupan.cc/720323.html</a>，二者的差别不大。这样可以修改wordpress数据库来解决。方法如下：</p>
<p>先从cPanel后台备份一下数据库，然后把数据库打包下载。下载后，解压，用编辑软件（如EditPlus）打开此数据库，用“替换”指令，批量把“qupan.com”替换为“qupan.cc”，保存。进入cPanel，删除数据库，把这个修改后的数据库导入。提示成功。打开博客试试，没有问题。问题解决了。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110527/%e8%b6%a3%e7%9b%98%e6%8d%a2%e5%9f%9f%e5%90%8d%e4%ba%86%ef%bc%8c%e4%bb%a5%e5%89%8d%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%93%be%e6%8e%a5%e9%83%bd%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%e3%80%82.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110527/%e8%b6%a3%e7%9b%98%e6%8d%a2%e5%9f%9f%e5%90%8d%e4%ba%86%ef%bc%8c%e4%bb%a5%e5%89%8d%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%93%be%e6%8e%a5%e9%83%bd%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%e3%80%82.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20120121/%e5%a4%a7%e4%ba%8b%e4%bb%b6%ef%bc%81%e5%85%a8%e7%90%83%e6%9c%80%e5%a4%a7%e7%9a%84%e5%85%b1%e4%ba%ab%e7%bd%91%e7%ab%99megaupload%e8%a2%ab%e5%85%b3%e9%97%ad%ef%bc%8c%e9%bb%91%e5%ae%a2%e6%94%bb%e5%87%bb.html" title="大事件！全球最大的共享网站Megaupload被关闭，黑客攻击美政府网站">大事件！全球最大的共享网站Megaupload被关闭，黑客攻击美政府网站</a></li><li><a href="http://www.6psp.cn/20120110/%e5%8f%af%e4%bb%a5%e4%b8%8a%e4%bc%a0%e5%a4%a7%e5%ae%b9%e9%87%8f%e6%96%87%e4%bb%b6%e7%9a%84%e5%90%8c%e6%ad%a5%e7%9b%98%e2%80%94%e2%80%94%e9%85%b7%e7%9b%98.html" title="可以上传大容量文件的同步盘——酷盘">可以上传大容量文件的同步盘——酷盘</a></li><li><a href="http://www.6psp.cn/20111031/db%e7%bd%91%e7%9b%98%e7%ad%be%e5%88%b0%e8%8e%b7%e5%be%97326m%ef%bc%8crp%e5%a4%a7%e7%88%86%e5%8f%91.html" title="DB网盘签到获得326M，RP大爆发">DB网盘签到获得326M，RP大爆发</a></li><li><a href="http://www.6psp.cn/20111010/%e6%96%b0%e6%b5%aa%e5%be%ae%e7%9b%98%e5%91%a8%e5%b9%b4%e5%ba%86%ef%bc%8c%e9%80%812g%e7%a9%ba%e9%97%b4.html" title="新浪微盘周年庆，送2G空间">新浪微盘周年庆，送2G空间</a></li><li><a href="http://www.6psp.cn/20111009/%e6%80%bb%e7%bb%93%e4%b8%80%e4%b8%8b%e5%8f%af%e4%bb%a5%e4%b8%8a%e4%bc%a0mp3%e5%b9%b6%e5%a4%96%e9%93%be%e7%9a%84%e7%a9%ba%e9%97%b4.html" title="总结一下可以上传MP3并外链的空间">总结一下可以上传MP3并外链的空间</a></li><li><a href="http://www.6psp.cn/20111001/%e6%80%bb%e7%bb%93%e4%b8%80%e4%b8%8b%e6%af%8f%e5%a4%a9%e7%99%bb%e9%99%86%e5%8f%af%e4%bb%a5%e8%8e%b7%e5%be%97%e7%a9%ba%e9%97%b4%e7%9a%84%e7%bd%91%e7%9b%98.html" title="总结一下每天登陆可以获得空间的网盘">总结一下每天登陆可以获得空间的网盘</a></li><li><a href="http://www.6psp.cn/20111001/%e6%8a%a0%e9%97%a8%e7%9a%84%e8%bf%85%e8%bd%bd%e7%bd%91%e7%9b%98-%e5%9b%bd%e5%ba%86%e9%80%81%e7%a9%ba%e9%97%b4%e4%ba%86%ef%bc%81.html" title="“抠门”的迅载网盘 国庆送空间了！">“抠门”的迅载网盘 国庆送空间了！</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110527/%e8%b6%a3%e7%9b%98%e6%8d%a2%e5%9f%9f%e5%90%8d%e4%ba%86%ef%bc%8c%e4%bb%a5%e5%89%8d%e7%9a%84%e4%b8%8b%e8%bd%bd%e9%93%be%e6%8e%a5%e9%83%bd%e4%b8%8d%e8%83%bd%e7%94%a8%e4%ba%86%e3%80%82.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>在侧边栏调用wordpress博客统计</title>
		<link>http://www.6psp.cn/20110217/%e5%9c%a8%e4%be%a7%e8%be%b9%e6%a0%8f%e8%b0%83%e7%94%a8wordpress%e5%8d%9a%e5%ae%a2%e7%bb%9f%e8%ae%a1.html</link>
		<comments>http://www.6psp.cn/20110217/%e5%9c%a8%e4%be%a7%e8%be%b9%e6%a0%8f%e8%b0%83%e7%94%a8wordpress%e5%8d%9a%e5%ae%a2%e7%bb%9f%e8%ae%a1.html#comments</comments>
		<pubDate>Thu, 17 Feb 2011 09:24:10 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=2641</guid>
		<description><![CDATA[前面一篇文章写了《给wordpress添加一个小统计》，可以调用你自己的数据库里的统计信息，添加到博客的页面上。添加的位置可以是页面顶端、底端、或者页面中间的某个位置。 现在，严重浪漫发现了一个更好的办法，可以在博客的侧边栏调用wordpress博客统计，并且外观就像是一个widget。 方法就是，在你现在所用的主题的sidebar.php中添加代码(代码见前面一篇文章)。不过，直接添加的话，显示的样子很难看，只是一堆文字。我们可以把它美化的就像是一个widget。方法是：在 sidebar.php里面，观察一下那些常用的widget的css框架，直接复制一份，套用过来，把里面的主体换成我们的统计代码。 比如，我的主题的sidebar.php里，友情链接的样式是这样的： &#60;!-- blogroll --&#62; &#60;div class=&#34;widget widget_links&#34;&#62; &#60;h3&#62;Blogroll&#60;/h3&#62; &#60;ul&#62; &#60;?php wp_list_bookmarks&#40;'title_li=&#38;categorize=0'&#41;; ?&#62; &#60;/ul&#62; &#60;/div&#62; 我们把它套用过来，修改一下： &#60;!-- blogroll --&#62; &#60;div class=&#34;widget widget_links&#34;&#62; &#60;h3&#62;统计&#60;/h3&#62; &#60;ul&#62; &#60;p&#62;◆文章：&#60;?php $count_posts = wp_count_posts&#40;&#41;; echo $published_posts = $count_posts-&#62;publish; ?&#62; 篇 &#60;p&#62;◆浏览：&#60;?php get_totalviews&#40;true, true, true&#41;; ?&#62; 次 &#60;p&#62;◆评论：&#60;?php $total_comments = get_comment_count&#40;&#41;; echo $total_comments&#91;'approved'&#93;;?&#62; 条 &#60;p&#62;◆会员：&#60;?php $users = $wpdb-&#62;get_var&#40;&#34;SELECT COUNT(ID) [...]]]></description>
			<content:encoded><![CDATA[<p>前面一篇文章写了《<a href="http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html" target=_blank>给wordpress添加一个小统计</a>》，可以调用你自己的数据库里的统计信息，添加到博客的页面上。添加的位置可以是页面顶端、底端、或者页面中间的某个位置。</p>
<p>现在，<a href="http://www.6psp.cn/" target=_blank>严重浪漫</a>发现了一个更好的办法，可以在博客的侧边栏调用<a href="http://www.6psp.cn/category/internet/wordpress">wordpress</a>博客统计，并且外观就像是一个widget。<span id="more-2641"></span></p>
<p>方法就是，在你现在所用的主题的sidebar.php中添加代码(代码见前面一篇文章)。不过，直接添加的话，显示的样子很难看，只是一堆文字。我们可以把它美化的就像是一个widget。方法是：在 sidebar.php里面，观察一下那些常用的widget的css框架，直接复制一份，套用过来，把里面的主体换成我们的统计代码。</p>
<p>比如，我的主题的sidebar.php里，友情链接的样式是这样的：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">		&lt;!-- blogroll --&gt;
		&lt;div class=&quot;widget widget_links&quot;&gt;
			&lt;h3&gt;Blogroll&lt;/h3&gt;
			&lt;ul&gt;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_bookmarks<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title_li=&amp;categorize=0'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
			&lt;/ul&gt;
		&lt;/div&gt;</pre></div></div>

<p>我们把它套用过来，修改一下：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">		&lt;!-- blogroll --&gt;
		&lt;div class=&quot;widget widget_links&quot;&gt;
			&lt;h3&gt;统计&lt;/h3&gt;
			&lt;ul&gt;
&lt;p&gt;◆文章：<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$count_posts</span> <span style="color: #339933;">=</span> wp_count_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$published_posts</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$count_posts</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">publish</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> 篇
&lt;p&gt;◆浏览：<span style="color: #000000; font-weight: bold;">&lt;?php</span> get_totalviews<span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> 次
&lt;p&gt;◆评论：<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$total_comments</span> <span style="color: #339933;">=</span> get_comment_count<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$total_comments</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'approved'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span> 条
&lt;p&gt;◆会员：<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$users</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$wpdb</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">get_var</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;SELECT COUNT(ID) FROM <span style="color: #006699; font-weight: bold;">$wpdb-&gt;users</span>&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$users</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span> 个
			&lt;/ul&gt;
		&lt;/div&gt;</pre></div></div>

<p>具体效果请看我的博客侧边栏。</p>
<hr />
<p>说明：</p>
<p>1. 具体位置要自己调试一下，比如我的这个主题Blocks 3.0，上面的必须放到</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">&lt;?php endif; // left ?&gt;
&lt;?php endif; // single ?&gt;</pre></div></div>

<p>的后面，否则就不显示。</p>
<p>2. 如果侧边栏显示了小统计，但是“□□□”之类的乱码。请把sidebar.php保存为UTF-8格式，重新上传，即可。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110217/%e5%9c%a8%e4%be%a7%e8%be%b9%e6%a0%8f%e8%b0%83%e7%94%a8wordpress%e5%8d%9a%e5%ae%a2%e7%bb%9f%e8%ae%a1.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110217/%e5%9c%a8%e4%be%a7%e8%be%b9%e6%a0%8f%e8%b0%83%e7%94%a8wordpress%e5%8d%9a%e5%ae%a2%e7%bb%9f%e8%ae%a1.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110217/%e5%9c%a8%e4%be%a7%e8%be%b9%e6%a0%8f%e8%b0%83%e7%94%a8wordpress%e5%8d%9a%e5%ae%a2%e7%bb%9f%e8%ae%a1.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>给wordpress添加一个小统计</title>
		<link>http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html</link>
		<comments>http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html#comments</comments>
		<pubDate>Thu, 17 Feb 2011 08:04:44 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=2626</guid>
		<description><![CDATA[wordpress没有集成文章的点击量统计，有些不方便。实在想不通，貌似老外们都不在意文章的点击量？但是我们是需要的。 解决的办法，一般是安装 WP-PostViews 插件 。但是，有一个问题，那就是WP-PostViews并不能显示博客整体的访问量。 于是，我们只好再添加一个博客统计代码，一般常用的是 CNZZ、Google Analytics、百度统计、51LA 这么几种。 但是，一想到自己博客的统计数据居然保存在别人的服务器上，实在有些不爽啊。 这里有个办法，可以在你的博客上显示总访问量、总文章数、评论数量、注册会员数量、标签数量，等等。而调用的数据是你自己的数据库里的。 添加站点统计方法步骤： 1、登陆博客后台，进入”外观”菜单下的”编辑”页面。 2、选择 index.php或其它文件，在你需要的位置添加函数调用代码，以下代码您可以选择其中你需要的添加： 文章：&#60;?php $count_posts = wp_count_posts(); echo $published_posts = $count_posts-&#62;publish; ?&#62; 篇 浏览：&#60;?php get_totalviews(true, true, true); ?&#62; 次 评论：&#60;?php $total_comments = get_comment_count(); echo $total_comments['approved'];?&#62; 条 会员：&#60;?php $users = $wpdb-&#62;get_var(&#34;SELECT COUNT(ID) FROM $wpdb-&#62;users&#34;); echo $users; ?&#62; 个 链接：&#60;?php $link = $wpdb-&#62;get_var(&#34;SELECT COUNT(*) FROM [...]]]></description>
			<content:encoded><![CDATA[<p>wordpress没有集成文章的<strong>点击量</strong>统计，有些不方便。实在想不通，貌似老外们都不在意文章的点击量？但是我们是需要的。</p>
<p>解决的办法，一般是安装 <strong><a href="http://wordpress.org/extend/plugins/wp-postviews/">WP-PostViews </a>插件</strong> 。但是，有一个问题，那就是WP-PostViews并不能显示博客整体的访问量。</p>
<p>于是，我们只好再添加一个<strong>博客统计</strong>代码，一般常用的是 <a href="http://www.cnzz.com/">CNZZ</a>、<a href="http://www.google.cn/intl/zh-CN_ALL/analytics/">Google Analytics</a>、<a href="http://tongji.baidu.com/hm-web/welcome/login">百度统计</a>、<a href="http://www.51.la/">51LA </a>这么几种。</p>
<p>但是，一想到自己博客的统计数据居然保存在别人的服务器上，实在有些不爽啊。</p>
<p>这里有个办法，可以在你的博客上显示<strong>总访问量、总文章数、评论数量、注册会员数量、标签数量，等等</strong>。而调用的数据是你自己的数据库里的。<span id="more-2626"></span></p>
<p><strong>添加站点统计方法步骤：</strong></p>
<p>1、登陆博客后台，进入”外观”菜单下的”编辑”页面。</p>
<p>2、选择<strong> index.php</strong>或其它文件，在你需要的位置添加函数调用代码，以下代码您可以选择其中你需要的添加：</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">文章：&lt;?php $count_posts = wp_count_posts(); echo $published_posts = $count_posts-&gt;publish; ?&gt; 篇
浏览：&lt;?php get_totalviews(true, true, true); ?&gt; 次
评论：&lt;?php $total_comments = get_comment_count(); echo $total_comments['approved'];?&gt; 条
会员：&lt;?php $users = $wpdb-&gt;get_var(&quot;SELECT COUNT(ID) FROM $wpdb-&gt;users&quot;); echo $users; ?&gt; 个
链接：&lt;?php $link = $wpdb-&gt;get_var(&quot;SELECT COUNT(*) FROM $wpdb-&gt;links WHERE link_visible = 'Y'&quot;); echo $link; ?&gt; 个
更新：&lt;?php $last = $wpdb-&gt;get_results(&quot;SELECT MAX(post_modified) AS MAX_m FROM $wpdb-&gt;posts WHERE (post_type = 'post' OR post_type = 'page') AND (post_status = 'publish' OR post_status = 'private')&quot;);$last = date('Y年n月j日', strtotime($last[0]-&gt;MAX_m));echo $last; ?&gt; 
页面：&lt;?php $count_pages = wp_count_posts('page'); echo $page_posts = $count_pages-&gt;publish; ?&gt; 个
草稿：&lt;?php $count_posts = wp_count_posts(); echo $draft_posts = $count_posts-&gt;draft; ?&gt; 篇
分类：&lt;?php echo $count_categories = wp_count_terms('category'); ?&gt; 个
标签：&lt;?php echo $count_tags = wp_count_terms('post_tag'); ?&gt; 个</pre></div></div>

<p>3、更新文件，即可看见效果。效果如：</p>
<blockquote><p>文章：143 篇 评论：99 条 浏览：24656 次 更新：2010年9月15日</p></blockquote>
<p>引用自<a href="http://www.boke8.net/wordpress-add-site-statistics.html#comment-1354">博客吧</a>。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110217/%e7%bb%99wordpress%e6%b7%bb%e5%8a%a0%e4%b8%80%e4%b8%aa%e5%b0%8f%e7%bb%9f%e8%ae%a1.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>严重浪漫博客1000条评论</title>
		<link>http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html</link>
		<comments>http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html#comments</comments>
		<pubDate>Wed, 02 Feb 2011 04:52:16 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=2534</guid>
		<description><![CDATA[严重浪漫今天在wordpress后台看到，我的博客评论正好到了1000条，截图留个纪念。 感谢这些一直支持我的老朋友、新朋友，是你们的评论让我有了继续写博客的动力。 没有玩wordpress之前，看到有网友说“博客搬家，评论都丢失了，很郁闷”，我想：评论丢了有什么大不了的啊，文章不丢不就行了？现在看来，博客的评论确实是个很重要的部分，一旦丢失了，会让你的博客变成一个无人的空城、死气沉沉！ 明天除夕，祝大家兔年吉祥！ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：用新浪云计算免费搭建Wordpress博客！用代码实现wordpress”读者墙”(完美修改版)Google给我发邮件，提醒我升级Wordpress！欢迎和我使用一样主题blocks的wordpress博友踊跃留言严重浪漫博客搬家到小张主机给网站制作动态、静态的网站图标（收藏夹图标）检查nofollow的四种方法]]></description>
			<content:encoded><![CDATA[<p>严重浪漫今天在<a href="http://www.6psp.cn/category/internet/wordpress">wordpress</a>后台看到，我的博客评论正好到了1000条，截图留个纪念。</p>
<p><img style="border: black 1px solid;" src="http://public.blu.livefilestore.com/y1ppi7zPAxg3fnOI3mx_LWHSRor2hypQg0ubssPW_IguiovSxRtAzT8Fekv3MeljHMNstHv85m4p_0H0eNkkTFc_A/%E4%B8%A5%E9%87%8D%E6%B5%AA%E6%BC%AB%201000%E6%9D%A1%E8%AF%84%E8%AE%BA.jpg?psid=1" border="1" alt="wordpress评论" /></p>
<p>感谢这些一直支持我的老朋友、新朋友，是你们的评论让我有了继续写博客的动力。</p>
<p>没有玩<a href="http://www.6psp.cn/tag/wordpress">wordpress</a>之前，看到有网友说“博客搬家，评论都丢失了，很郁闷”，我想：评论丢了有什么大不了的啊，文章不丢不就行了？现在看来，博客的评论确实是个很重要的部分，一旦丢失了，会让你的博客变成一个无人的空城、死气沉沉！</p>
<p>明天除夕，祝大家兔年吉祥！</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html" title="欢迎和我使用一样主题blocks的wordpress博友踊跃留言">欢迎和我使用一样主题blocks的wordpress博友踊跃留言</a></li><li><a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html" title="严重浪漫博客搬家到小张主机">严重浪漫博客搬家到小张主机</a></li><li><a href="http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html" title="给网站制作动态、静态的网站图标（收藏夹图标）">给网站制作动态、静态的网站图标（收藏夹图标）</a></li><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>欢迎和我使用一样主题blocks的wordpress博友踊跃留言</title>
		<link>http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html</link>
		<comments>http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 15:10:54 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=2179</guid>
		<description><![CDATA[严重浪漫在wordpress建站初期，浏览了大量主题，最后终于选定了一个适合我的，那就是mg12制作的blocks主题。该主题的特征是简约、高效。 欢迎和我使用一样主题的wordpress博友踊跃留言！只要留言的博友和我的主题一样，我都会订阅你的博客，并经常访问你的。 wordpress官方网站上，截止到今天的数据，blocks主题已下载：16,938 次。 blocks主题在wordpress官网上的页面：http://wordpress.org/extend/themes/blocks 插件作者的页面： http://www.neoease.com/blocks/ 作者mg12 同时也是 iNove主题的作者。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：用新浪云计算免费搭建Wordpress博客！用代码实现wordpress”读者墙”(完美修改版)Google给我发邮件，提醒我升级Wordpress！严重浪漫博客1000条评论严重浪漫博客搬家到小张主机给网站制作动态、静态的网站图标（收藏夹图标）检查nofollow的四种方法]]></description>
			<content:encoded><![CDATA[<p>严重浪漫在<strong>wordpress</strong>建站初期，浏览了大量<strong>主题</strong>，最后终于选定了一个适合我的，那就是<strong>mg12</strong>制作的<strong>blocks主题</strong>。该主题的特征是简约、高效。</p>
<p>欢迎和我使用一样主题的<a href="http://www.6psp.cn/tag/wordpress" target="_blank">wordpress</a>博友踊跃留言！只要留言的博友和我的主题一样，我都会订阅你的博客，并经常访问你的。</p>
<p>wordpress官方网站上，截止到今天的数据，blocks主题已下载：16,938 次。</p>
<p>blocks主题在wordpress官网上的页面：<a href="http://wordpress.org/extend/themes/blocks" target="_blank">http://wordpress.org/extend/themes/blocks</a></p>
<p>插件作者的页面： <a href="http://www.neoease.com/blocks/" target="_blank">http://www.neoease.com/blocks/</a></p>
<p>作者mg12 同时也是<strong> iNove</strong>主题的作者。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html" title="严重浪漫博客1000条评论">严重浪漫博客1000条评论</a></li><li><a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html" title="严重浪漫博客搬家到小张主机">严重浪漫博客搬家到小张主机</a></li><li><a href="http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html" title="给网站制作动态、静态的网站图标（收藏夹图标）">给网站制作动态、静态的网站图标（收藏夹图标）</a></li><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>如何正确处理带www、不带www的网址？</title>
		<link>http://www.6psp.cn/20101202/%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a4%84%e7%90%86%e5%b8%a6www%e3%80%81%e4%b8%8d%e5%b8%a6www%e7%9a%84%e7%bd%91%e5%9d%80%ef%bc%9f.html</link>
		<comments>http://www.6psp.cn/20101202/%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a4%84%e7%90%86%e5%b8%a6www%e3%80%81%e4%b8%8d%e5%b8%a6www%e7%9a%84%e7%bd%91%e5%9d%80%ef%bc%9f.html#comments</comments>
		<pubDate>Thu, 02 Dec 2010 14:32:25 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=2171</guid>
		<description><![CDATA[  如何处理好自己网站的带www、不带www的网址，这个问题应该困扰过许多站长吧？虽然网上的说法很多，其实这个问题早就盖棺定论了。   首先，所有的站长都认可的一件事是：带www、不带www的网址都要能访问到你的网站。也就是说，用“www.网址.com”、“网址.com”这两种样式都能进入你的网站。这是当然的，谁也不想自己的站因为被人少输入（或多输入）了www而不能被访问到。那么，怎么做呢？我们需要在网站域名的管理后台里，给带www、不带www的网址都做一个A记录，指向你的主机的IP。这时候，用“www.网址.com”、“网址.com”这两种样式都能进入你的网站。但是，仅仅这样的话，对SEO是不利的。因为在搜索引擎看来，带www和不带www的URL是不同的两个URL，当它们指向同一个网站时，会让搜索引擎不懂应该选择哪一个URL作为主要的。如何解决呢，向下看。 其次，就是正确处理带www、不带www二者的关系问题了。这个问题严重浪漫在初学SEO时就做过深入的研究、思考。在浏览了大量相关文章后，总结了一下，相关的说法有三种： 一种是带www和不带www都做A记录，指向空间的IP。 另一种是带www的做A记录，不带www的做URL转发，转发到带www的域名上。 还有一种是带www的做A记录，把不带www的做301定向。 正确答案是最后一个。严重浪漫在请教了许多SEO高手后，得到的回答都是这样。其中包括两位重量级的SEO高手：SEOWHY论坛的“夫唯”、加拿大华人David Yin。 这样做，对网站的SEO效果是最好的。这样做后的效果是不带www的域名会跳转到www域名，也就是说，你用“6psp.cn”访问我的网站，会自动跳转到“www.6psp.cn”。这样做的好处是显而易见的，那就是不带www的全部跳转到带www的，那么，你的网站的权重全部都放到了带www的网址结构上。 当然了，也可以灵活运用。如果你特别喜欢不带www的网址，平时和别人做友情链接时使用的也都是不带www的。那么就可以把不带www的做A记录，把带www的做301定向。 总之，带www和不带www的域名对搜索引擎是同等的，你需要在建站初期，选择其中一个作为主域名，在做内部链接和友情链接时，都使用这个主域名，这样不就会使PR值分散。 文章写完了，下面是我实际使用中遇到的神奇事儿：    严重浪漫原来的美国主机提供了DNS，我是直接把我的域名绑定到了DNS上面，而不再使用万网的DNS。这样做的好处是，一旦使用了美国主机的DNS，当你在wordpress后台里，确定了把带www的网址作为网站的主域名，主机就会自动的把所有不带www的网址指向带www的。也就是说，省的我做301了。    现在，严重浪漫换主机了，这个主机不提供DNS服务，所以只能做A记录了。然后，在我准备把不带www的做个301重定向到带www的上面去之前，我用下面的一个网友提供的方法测试了一下，让我目瞪口呆的是：不带www的已经定向到带www的上面去了！这我就搞不明白了…… 301重定向是否生效，检测的方法：       http://www.ranknow.cn/tools/redirectcheck  中输入旧域名，成功则会显示状态为“200”        http://www.internetofficer.com/seo-tool/redirect-check/  中输入旧域名，成功则会显示“301 Moved Permanently”    我想起来了，我原来在“谷歌管理员工具”里把带WWW的设置为“首选域”。是不是这样谷歌就帮我301了？    又或者是因为wordpress够强大，只要在后台里设置了“网站地址”是带www的，就会自动把不带www的弄成301定向？    到现在仍然没弄清楚：为啥我的不带www的网址没有做301，却能自动重定向。期待高手指点。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：Google给我发邮件，提醒我升级Wordpress！检查nofollow的四种方法用友链检测工具检测nofollow并不准确！在wordpress底部添加了加载页面时的查询次数、加载时间。google网站性能指标参考工具page speed详细中文指南（官方“帮助”的翻译）把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。Google网站管理员工具提示“重复的标题标记”的解决办法。]]></description>
			<content:encoded><![CDATA[<p>  如何处理好自己网站的带www、不带www的网址，这个问题应该困扰过许多站长吧？虽然网上的说法很多，其实这个问题早就盖棺定论了。</p>
<p>  首先，所有的站长都认可的一件事是：带www、不带www的网址都要能访问到你的网站。也就是说，用“www.网址.com”、“网址.com”这两种样式都能进入你的网站。这是当然的，谁也不想自己的站因为被人少输入（或多输入）了www而不能被访问到。那么，怎么做呢？我们需要在网站域名的管理后台里，给带www、不带www的网址都做一个A记录，指向你的主机的IP。这时候，用“www.网址.com”、“网址.com”这两种样式都能进入你的网站。但是，仅仅这样的话，对<a href="http://www.6psp.cn/tag/seo">SEO</a>是不利的。因为在搜索引擎看来，带www和不带www的URL是不同的两个URL，当它们指向同一个网站时，会让搜索引擎不懂应该选择哪一个URL作为主要的。如何解决呢，向下看。</p>
<p>其次，就是正确处理带www、不带www二者的关系问题了。这个问题严重浪漫在初学SEO时就做过深入的研究、思考。在浏览了大量相关文章后，总结了一下，相关的说法有三种：</p>
<blockquote><p>一种是带www和不带www都做A记录，指向空间的IP。<br />
另一种是带www的做A记录，不带www的做URL转发，转发到带www的域名上。<br />
还有一种是带www的做A记录，把不带www的做301定向。</p></blockquote>
<p><strong>正确</strong>答案是最后一个。<span id="more-2171"></span>严重浪漫在请教了许多SEO高手后，得到的回答都是这样。其中包括两位重量级的SEO高手：<a href="http://www.seowhy.com/">SEOWHY论坛</a>的“<strong>夫唯</strong>”、加拿大华人<a href="http://seo.g2soft.net/"><strong>David Yin</strong></a>。</p>
<p>这样做，对网站的SEO效果是最好的。这样做后的效果是不带www的域名会跳转到www域名，也就是说，你用“6psp.cn”访问我的网站，会自动跳转到“www.6psp.cn”。这样做的好处是显而易见的，那就是不带www的全部跳转到带www的，那么，你的网站的权重全部都放到了带www的网址结构上。</p>
<p>当然了，也可以灵活运用。如果你特别喜欢<strong>不带www</strong>的网址，平时和别人做友情链接时使用的也都是不带www的。那么就可以把不带www的做A记录，把带www的做301定向。</p>
<p>总之，带www和不带www的域名对搜索引擎是同等的，你需要在建站初期，选择其中一个作为主域名，在做内部链接和友情链接时，都使用这个主域名，这样不就会使PR值分散。</p>
<p>文章写完了，下面是我实际使用中遇到的神奇事儿：</p>
<hr />   严重浪漫原来的美国主机提供了DNS，我是直接把我的域名绑定到了DNS上面，而不再使用万网的DNS。这样做的好处是，一旦使用了美国主机的DNS，当你在wordpress后台里，确定了把带www的网址作为网站的主域名，主机就会自动的把所有不带www的网址指向带www的。也就是说，省的我做301了。</p>
<p>   现在，严重浪漫换主机了，这个主机不提供DNS服务，所以只能做<strong>A记录</strong>了。然后，在我准备把不带www的做个301重定向到带www的上面去之前，我用下面的一个网友提供的方法测试了一下，让我目瞪口呆的是：不带www的已经定向到带www的上面去了！这我就搞不明白了……</p>
<blockquote><p>301重定向是否生效，检测的方法：<br />
      <a href="http://www.ranknow.cn/tools/redirectcheck">http://www.ranknow.cn/tools/redirectcheck</a>  中输入旧域名，成功则会显示状态为“200”<br />
       <a href="http://www.internetofficer.com/seo-tool/redirect-check/">http://www.internetofficer.com/seo-tool/redirect-check/</a>  中输入旧域名，成功则会显示“301 Moved Permanently”</p></blockquote>
<p>   我想起来了，我原来在“谷歌管理员工具”里把带WWW的设置为“首选域”。是不是这样谷歌就帮我301了？</p>
<p>   又或者是因为wordpress够强大，只要在后台里设置了“网站地址”是带www的，就会自动把不带www的弄成301定向？</p>
<p>   到现在仍然没弄清楚：<strong>为啥我的不带www的网址没有做301，却能自动重定向</strong>。期待高手指点。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101202/%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a4%84%e7%90%86%e5%b8%a6www%e3%80%81%e4%b8%8d%e5%b8%a6www%e7%9a%84%e7%bd%91%e5%9d%80%ef%bc%9f.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101202/%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a4%84%e7%90%86%e5%b8%a6www%e3%80%81%e4%b8%8d%e5%b8%a6www%e7%9a%84%e7%bd%91%e5%9d%80%ef%bc%9f.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li><li><a href="http://www.6psp.cn/20101011/%e7%94%a8%e5%8f%8b%e9%93%be%e6%a3%80%e6%b5%8b%e5%b7%a5%e5%85%b7%e6%a3%80%e6%b5%8bnofollow%e5%b9%b6%e4%b8%8d%e5%87%86%e7%a1%ae%ef%bc%81.html" title="用友链检测工具检测nofollow并不准确！">用友链检测工具检测nofollow并不准确！</a></li><li><a href="http://www.6psp.cn/20101007/%e5%9c%a8wordpress%e5%ba%95%e9%83%a8%e6%b7%bb%e5%8a%a0%e4%ba%86%e5%8a%a0%e8%bd%bd%e9%a1%b5%e9%9d%a2%e6%97%b6%e7%9a%84%e6%9f%a5%e8%af%a2%e6%ac%a1%e6%95%b0%e3%80%81%e5%8a%a0%e8%bd%bd%e6%97%b6%e9%97%b4.html" title="在wordpress底部添加了加载页面时的查询次数、加载时间。">在wordpress底部添加了加载页面时的查询次数、加载时间。</a></li><li><a href="http://www.6psp.cn/20101001/%e7%bd%91%e7%ab%99%e6%80%a7%e8%83%bd%e6%8c%87%e6%a0%87%e5%8f%82%e8%80%83%e5%b7%a5%e5%85%b7page-speed%e6%8c%87%e5%8d%97%ef%bc%88%e5%ae%98%e6%96%b9%e5%b8%ae%e5%8a%a9%e7%9a%84%e7%bf%bb%e8%af%91%ef%bc%89.html" title="google网站性能指标参考工具page speed详细中文指南（官方“帮助”的翻译）">google网站性能指标参考工具page speed详细中文指南（官方“帮助”的翻译）</a></li><li><a href="http://www.6psp.cn/20100825/%e6%8a%8awordpress%e7%9a%84%e6%96%87%e7%ab%a0%e9%a1%b5%e9%9d%a2%e7%9a%84title%e6%94%b9%e4%b8%ba%e2%80%9c%e6%96%87%e7%ab%a0%e6%a0%87%e9%a2%98-%e4%b8%a8-%e5%8d%9a%e5%ae%a2%e6%a0%87%e9%a2%98%e2%80%9d.html" title="把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。">把wordpress的文章页面的title改为“文章标题 丨 博客标题”样式。</a></li><li><a href="http://www.6psp.cn/20100825/google%e7%bd%91%e7%ab%99%e7%ae%a1%e7%90%86%e5%91%98%e5%b7%a5%e5%85%b7%e6%8f%90%e7%a4%ba%e2%80%9c%e9%87%8d%e5%a4%8d%e7%9a%84%e6%a0%87%e9%a2%98%e6%a0%87%e8%ae%b0%e2%80%9d%e7%9a%84%e8%a7%a3%e5%86%b3.html" title="Google网站管理员工具提示“重复的标题标记”的解决办法。">Google网站管理员工具提示“重复的标题标记”的解决办法。</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101202/%e5%a6%82%e4%bd%95%e6%ad%a3%e7%a1%ae%e5%a4%84%e7%90%86%e5%b8%a6www%e3%80%81%e4%b8%8d%e5%b8%a6www%e7%9a%84%e7%bd%91%e5%9d%80%ef%bc%9f.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>wordpress 3.0 终于解决了半角空格不能显示的bug</title>
		<link>http://www.6psp.cn/20101104/wordpress-3-0-%e7%bb%88%e4%ba%8e%e8%a7%a3%e5%86%b3%e4%ba%86%e5%8d%8a%e8%a7%92%e7%a9%ba%e6%a0%bc%e4%b8%8d%e8%83%bd%e6%98%be%e7%a4%ba%e7%9a%84bug.html</link>
		<comments>http://www.6psp.cn/20101104/wordpress-3-0-%e7%bb%88%e4%ba%8e%e8%a7%a3%e5%86%b3%e4%ba%86%e5%8d%8a%e8%a7%92%e7%a9%ba%e6%a0%bc%e4%b8%8d%e8%83%bd%e6%98%be%e7%a4%ba%e7%9a%84bug.html#comments</comments>
		<pubDate>Wed, 03 Nov 2010 17:53:06 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=1970</guid>
		<description><![CDATA[  严重浪漫在升级到wordpress 3.0.1 后，写了两篇日志，突然发现一个重大改进，之所以称为“重大”，是因为原来的这个BUG实在是太弱智、存在时间实在是太长…… 这个BUG就是：wordpress在写文章时，输入的半角空格，只要文章一发布，就会被全部滤掉！ 网友们也想出了解决办法，方法有二： 1.需要使用空格时，输入全角的空格，发布文章后可以正常显示。 2.修改wordpress的程序文件。这里不详述了。 现在，终于解决了，wordpress更让我喜爱了。 【演示】这 句 话 中 的 空 格 都 是 半 角 的 。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……用新浪云计算免费搭建Wordpress博客！惊现wordpress官方中文论坛！wordpress升级到3.2.1,没啥感觉用代码实现wordpress”读者墙”(完美修改版)]]></description>
			<content:encoded><![CDATA[<p>  严重浪漫在<a href="http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html"><strong>升级</strong>到<strong>wordpress 3.0.1</strong></a> 后，写了两篇日志，突然发现一个重大<strong>改进</strong>，之所以称为“重大”，是因为原来的这个<strong>BUG</strong>实在是太<strong>弱智</strong>、存在时间实在是太长……</p>
<p>这个BUG就是：wordpress在写文章时，输入的半角空格，只要文章一发布，就会被全部滤掉！</p>
<p>网友们也想出了解决办法，方法有二：</p>
<p>1.需要使用空格时，输入全角的空格，发布文章后可以正常显示。</p>
<p>2.修改wordpress的程序文件。这里不详述了。</p>
<p>现在，终于解决了，wordpress更让我喜爱了。</p>
<p>【演示】这 句 话 中 的 空 格 都 是 半 角 的 。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101104/wordpress-3-0-%e7%bb%88%e4%ba%8e%e8%a7%a3%e5%86%b3%e4%ba%86%e5%8d%8a%e8%a7%92%e7%a9%ba%e6%a0%bc%e4%b8%8d%e8%83%bd%e6%98%be%e7%a4%ba%e7%9a%84bug.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101104/wordpress-3-0-%e7%bb%88%e4%ba%8e%e8%a7%a3%e5%86%b3%e4%ba%86%e5%8d%8a%e8%a7%92%e7%a9%ba%e6%a0%bc%e4%b8%8d%e8%83%bd%e6%98%be%e7%a4%ba%e7%9a%84bug.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101104/wordpress-3-0-%e7%bb%88%e4%ba%8e%e8%a7%a3%e5%86%b3%e4%ba%86%e5%8d%8a%e8%a7%92%e7%a9%ba%e6%a0%bc%e4%b8%8d%e8%83%bd%e6%98%be%e7%a4%ba%e7%9a%84bug.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>wordpress升级到3.0.1</title>
		<link>http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html</link>
		<comments>http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html#comments</comments>
		<pubDate>Wed, 03 Nov 2010 12:12:21 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=1965</guid>
		<description><![CDATA[    严重浪漫换了主机后，反正博客的备份都做得好好的。于是，一直不敢升级到WordPress 3.0的我决定试一试升级。如果有问题，再还原就是了。 没想到升级非常顺利，我是在wordpress的后台里直接自动升级的。现在用的就是wordpress 3.0.1官方中文版。 没觉得新版有啥重大的改进。网上说的升级后某些插件不能用、gravatar评论头像不能显示 等等问题我都没有遇到。 发现了一个有趣的变化：侧边栏“标签云”里，原来是英文标签排在中文标签的前面，而现在，中文标签排到了英文标签的前面！在我的“标签”页面 也是一样的。 不知道是不是中文版为了迎合中国人的口味而这样设定的。 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：如何在wordpress文章里插入表格新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……用新浪云计算免费搭建Wordpress博客！惊现wordpress官方中文论坛！wordpress升级到3.2.1,没啥感觉用代码实现wordpress”读者墙”(完美修改版)]]></description>
			<content:encoded><![CDATA[<p>    严重浪漫换了主机后，反正博客的备份都做得好好的。于是，一直不敢<strong>升级</strong>到<strong><a href="http://www.6psp.cn/category/internet/wordpress">WordPress</a></strong> 3.0的我决定试一试升级。如果有问题，再还原就是了。</p>
<p>没想到升级非常顺利，我是在wordpress的后台里直接<strong>自动升级</strong>的。现在用的就是wordpress 3.0.1官方中文版。</p>
<p>没觉得新版有啥重大的改进。网上说的升级后某些插件不能用、<strong>gravatar评论头像不能显示</strong> 等等问题我都没有遇到。</p>
<p>发现了一个有趣的变化：侧边栏“标签云”里，原来是<strong>英文标签</strong>排在<strong>中文标签</strong>的前面，而现在，<strong>中文标签</strong>排到了<strong>英文标签</strong>的前面！在我的<a href="http://www.6psp.cn/tags">“标签”页面</a> 也是一样的。 不知道是不是中文版为了迎合中国人的口味而这样设定的。</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110913/%e5%a6%82%e4%bd%95%e5%9c%a8wordpress%e6%96%87%e7%ab%a0%e9%87%8c%e6%8f%92%e5%85%a5%e8%a1%a8%e6%a0%bc.html" title="如何在wordpress文章里插入表格">如何在wordpress文章里插入表格</a></li><li><a href="http://www.6psp.cn/20110813/%e6%96%b0%e6%b5%aa%e4%ba%91%e8%ae%a1%e7%ae%97sae%e6%90%ad%e5%bb%ba%e7%9a%84wordpress%e5%8d%9a%e5%ae%a2%e5%a6%82%e4%bd%95%e4%b8%8a%e4%bc%a0%e4%b8%bb%e9%a2%98%e3%80%81%e6%8f%92%e4%bb%b6%ef%bc%9f.html" title="新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？">新浪云计算(SAE)搭建的wordpress博客如何上传主题、插件？</a></li><li><a href="http://www.6psp.cn/20110812/wordpress%e7%83%ad%e9%97%a8%e4%b8%bb%e9%a2%98hotnews%e7%83%ad%e7%82%b9%e6%96%b0%e9%97%bbv2-6-%e7%9a%84%e4%ba%8c%e4%b8%89%e4%ba%8b%e2%80%a6%e2%80%a6.html" title="Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……">Wordpress热门主题HotNews(热点新闻)v2.6 的二三事……</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110725/%e6%83%8a%e7%8e%b0wordpress%e5%ae%98%e6%96%b9%e4%b8%ad%e6%96%87%e8%ae%ba%e5%9d%9b%ef%bc%81.html" title="惊现wordpress官方中文论坛！">惊现wordpress官方中文论坛！</a></li><li><a href="http://www.6psp.cn/20110725/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-2-1%e6%b2%a1%e5%95%a5%e6%84%9f%e8%a7%89.html" title="wordpress升级到3.2.1,没啥感觉">wordpress升级到3.2.1,没啥感觉</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101103/wordpress%e5%8d%87%e7%ba%a7%e5%88%b03-0-1.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>严重浪漫博客搬家到小张主机</title>
		<link>http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html</link>
		<comments>http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html#comments</comments>
		<pubDate>Wed, 03 Nov 2010 07:16:28 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>
		<category><![CDATA[主机]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=1958</guid>
		<description><![CDATA[   离开了10天，我回来了。    博客整整十天没有更新，并且有时候不能访问，是因为严重浪漫的主机快到期了，而原主机每月3G的流量实在是不够用（大家帮忙看看我的wordpress主机空间流量消耗是否正常？），所以我在忙着找一个物美价廉的主机。 于是，分别联系国内几个比较知名的主机商，试用他们的美国主机。其间，域名绑定到别的IP四、五次，造成本博客有时不能访问。 还好，现在看看博客，谷歌收录、百度收录、Alexa排名都没有下降，真给我面子啊，呵呵。 最后的结果是，选用了衡天小张的主机。  新旧主机对比    旧主机   小张的主机  价格  68 ￥  90 ￥  磁盘空间  300 M  1000 M  每月流量  3 G  15 G  子域  3  ∞  附加域  1  3  停放的域  1  ∞ 计算得知，我的新主机只多花了32%的费用，得到了333%的磁盘空间、500%的流量。是不是正确的选择啊？ 并且，小张的主机的“磁盘空间”只是网站文件占用的空间，数据库使用的空间都是额外赠送的。而原主机的“磁盘空间”是文件、数据库共用的。 小张及他的客服人员 的服务态度十分好，赞扬一下！ 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：大家帮忙看看我的wordpress主机空间流量消耗是否正常？用新浪云计算免费搭建Wordpress博客！测试博客在不同地域、不同线路的访问情况用代码实现wordpress”读者墙”(完美修改版)Google给我发邮件，提醒我升级Wordpress！严重浪漫博客1000条评论欢迎和我使用一样主题blocks的wordpress博友踊跃留言]]></description>
			<content:encoded><![CDATA[<p>   离开了10天，我回来了。</p>
<p>   博客整整十天没有更新，并且有时候不能访问，是因为<a href="http://www.6psp.cn/">严重浪漫</a>的<strong>主机</strong>快到期了，而原主机每月3G的流量实在是不够用（<a rel="bookmark" href="http://www.6psp.cn/20100927/%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%bf%99%e7%9c%8b%e7%9c%8b%e6%88%91%e7%9a%84wordpress%e4%b8%bb%e6%9c%ba%e7%a9%ba%e9%97%b4%e6%b5%81%e9%87%8f%e6%b6%88%e8%80%97%e6%98%af%e5%90%a6%e6%ad%a3%e5%b8%b8%ef%bc%9f.html">大家帮忙看看我的wordpress主机空间流量消耗是否正常？</a>），所以我在忙着找一个物美价廉的主机。</p>
<p>于是，分别联系国内几个比较知名的主机商，试用他们的美国<a href="http://www.6psp.cn/tag/%e4%b8%bb%e6%9c%ba">主机</a>。其间，域名绑定到别的IP四、五次，造成本博客有时不能访问。</p>
<p>还好，现在看看博客，谷歌收录、百度收录、Alexa排名都没有下降，真给我面子啊，呵呵。</p>
<p>最后的结果是，选用了<strong>衡天小张</strong>的主机。</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td colspan="3" width="302" valign="top">
<p style="text-align: center;"> 新旧主机对比</p>
</td>
</tr>
<tr>
<td width="101" valign="top"> </td>
<td width="101" valign="top"> 旧主机</td>
<td width="101" valign="top">  小张的主机</td>
</tr>
<tr>
<td width="101" valign="top"> 价格</td>
<td width="101" valign="top"> 68 ￥</td>
<td width="101" valign="top"> 90 ￥</td>
</tr>
<tr>
<td width="101" valign="top"> 磁盘空间</td>
<td width="101" valign="top"> 300 M</td>
<td width="101" valign="top"> 1000 M</td>
</tr>
<tr>
<td width="101" valign="top"> 每月流量</td>
<td width="101" valign="top"> 3 G</td>
<td width="101" valign="top"> 15 G</td>
</tr>
<tr>
<td width="101" valign="top"> 子域</td>
<td width="101" valign="top"> 3</td>
<td width="101" valign="top"> ∞</td>
</tr>
<tr>
<td width="101" valign="top"> 附加域</td>
<td width="101" valign="top"> 1</td>
<td width="101" valign="top"> 3</td>
</tr>
<tr>
<td width="101" valign="top"> 停放的域</td>
<td width="101" valign="top"> 1</td>
<td width="101" valign="top"> ∞</td>
</tr>
</tbody>
</table>
<p>计算得知，我的新主机只多花了32%的费用，得到了333%的磁盘空间、500%的流量。是不是正确的选择啊？</p>
<p>并且，小张的主机的“磁盘空间”只是网站文件占用的空间，数据库使用的空间都是额外赠送的。而原主机的“磁盘空间”是文件、数据库共用的。</p>
<p>小张及他的客服人员 的服务态度十分好，赞扬一下！</p>
<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20100927/%e5%a4%a7%e5%ae%b6%e5%b8%ae%e5%bf%99%e7%9c%8b%e7%9c%8b%e6%88%91%e7%9a%84wordpress%e4%b8%bb%e6%9c%ba%e7%a9%ba%e9%97%b4%e6%b5%81%e9%87%8f%e6%b6%88%e8%80%97%e6%98%af%e5%90%a6%e6%ad%a3%e5%b8%b8%ef%bc%9f.html" title="大家帮忙看看我的wordpress主机空间流量消耗是否正常？">大家帮忙看看我的wordpress主机空间流量消耗是否正常？</a></li><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110810/%e6%b5%8b%e8%af%95%e5%8d%9a%e5%ae%a2%e5%9c%a8%e4%b8%8d%e5%90%8c%e5%9c%b0%e5%9f%9f%e3%80%81%e4%b8%8d%e5%90%8c%e7%ba%bf%e8%b7%af%e7%9a%84%e8%ae%bf%e9%97%ae%e6%83%85%e5%86%b5.html" title="测试博客在不同地域、不同线路的访问情况">测试博客在不同地域、不同线路的访问情况</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html" title="严重浪漫博客1000条评论">严重浪漫博客1000条评论</a></li><li><a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html" title="欢迎和我使用一样主题blocks的wordpress博友踊跃留言">欢迎和我使用一样主题blocks的wordpress博友踊跃留言</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>给网站制作动态、静态的网站图标（收藏夹图标）</title>
		<link>http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html</link>
		<comments>http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html#comments</comments>
		<pubDate>Wed, 13 Oct 2010 13:12:41 +0000</pubDate>
		<dc:creator>严重浪漫</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[严重浪漫]]></category>

		<guid isPermaLink="false">http://www.6psp.cn/?p=1917</guid>
		<description><![CDATA[　我们在访问网站时，大部分网站都有个性的ICON图标，在浏览器的地址栏的左边，以及在网址收藏夹的里面，都能看到ICON图标。这样做对网站的推广大有好处，个性化的图标给读者一个直观的、形象化的印象（图片总是容易比文字更令人印象深刻），即使很久以后再次访问你的网站，看到图标，就能想起“曾经访问过这个站”。 　其实，你的wordpress博客也可以拥有这样一个个性的网站图标（或者称做收藏夹图标）。严重浪漫不仅给自己做了一个静态的网站图标favicon.ico，还做了一个动态的网站图标，如果你用FireFox浏览器访问我的博客，就能看到动态效果的网站图标了。【如图】 【制作方法】 　严重浪漫试用了许多图片制作软件、在线图标制作站。发现一个非常强大的在线制作动态、静态的收藏夹图标的网站。网址 http://www.html-kit.com/favicon/ 。 　在这里，提交一张你自选的图片，然后就可以下载图标文件了，非常简单。如果你想制作动态的网站图标，继续向下看。 　制作动态图标的方法：把你的图片素材都提交上去【如图】： 　然后点击 “Edit”按钮，进入如下的界面【如图】： 　在红色文字“Customize your favicon ”（定制你的图标）的下面那个框里，自由编辑函数，就是调整那些图片的显示顺序。 　这里有个小窍门，可以调节图片走动的速度，那就是，想让一个一个素材走动的慢一些，那就在那些函数（就是{PIC1}、{PIC2}等等这些）之间添加上空格，空格添的越多，走动的就越慢了。 　同样，制作完后，下载保存。 　【使用方法】 　下载到的压缩包，解压得到两张图片，分别是：favicon.ico 和 animated_favicon1.gif，第一个是静态图标，第二个是动态图标。把他们上传到你网站的根目录。 　编辑你现在使用的主题的header.php，在&#60;head&#62;和&#60;/head&#62;之间添加以下代码： 1 2 &#60;link rel=&#34;shortcut icon&#34; href=&#34;favicon.ico&#34;&#62; &#60;link rel=&#34;icon&#34; type=&#34;image/gif&#34; href=&#34;animated_favicon1.gif&#34;&#62; 【原文链接】 【查看评论】 Copyright &#169; 2010 这个feed的文章版权属于严重浪漫所有，转载请保留作者名称、原文链接。 (Digital Fingerprint: b053017b21e4cbc9ea1e138bb8d9535b)您可能感兴趣：用新浪云计算免费搭建Wordpress博客！用代码实现wordpress”读者墙”(完美修改版)Google给我发邮件，提醒我升级Wordpress！严重浪漫博客1000条评论欢迎和我使用一样主题blocks的wordpress博友踊跃留言严重浪漫博客搬家到小张主机检查nofollow的四种方法]]></description>
			<content:encoded><![CDATA[<p>　我们在访问网站时，大部分网站都有个性的<strong>ICON图标</strong>，在浏览器的地址栏的左边，以及在网址收藏夹的里面，都能看到ICON图标。这样做对网站的推广大有好处，个性化的图标给读者一个直观的、形象化的印象（图片总是容易比文字更令人印象深刻），即使很久以后再次访问你的网站，看到图标，就能想起“曾经访问过这个站”。</p>
<p>　其实，你的<a href="http://www.6psp.cn/tag/wordpress">wordpress博客</a>也可以拥有这样一个个性的网站图标（或者称做收藏夹图标）。<a href="http://www.6psp.cn/">严重浪漫</a>不仅给自己做了一个静态的网站图标<strong>favicon.ico</strong>，还做了一个动态的网站图标，如果你用FireFox浏览器访问我的博客，就能看到动态效果的网站图标了。【如图】<span id="more-1917"></span></p>
<p><img src="http://commondatastorage.googleapis.com/static.panoramio.com/photos/original/42138444.jpg" alt="favicon.ico" /></p>
<p>【制作方法】</p>
<p>　严重浪漫试用了许多图片制作软件、在线图标制作站。发现一个非常强大的在线制作动态、静态的收藏夹图标的网站。网址 <a href="http://www.html-kit.com/favicon/">http://www.html-kit.com/favicon/</a> 。</p>
<p>　在这里，提交一张你自选的图片，然后就可以下载图标文件了，非常简单。如果你想制作动态的网站图标，继续向下看。</p>
<p>　制作动态图标的方法：把你的图片素材都提交上去【如图】：</p>
<p><a href="http://www.6psp.cn/tag/internet"><img style="border: black 1px solid;" src="http://commondatastorage.googleapis.com/static.panoramio.com/photos/original/42138457.jpg" border="1" alt="favicon.ico" /></a></p>
<p>　然后点击 “Edit”按钮，进入如下的界面【如图】：</p>
<p><a href="http://www.6psp.cn/tag/%e5%8d%9a%e5%ae%a2"><img style="border: black 1px solid;" src="http://commondatastorage.googleapis.com/static.panoramio.com/photos/original/42138467.jpg" border="1" alt="favicon.ico" /></a></p>
<p>　在红色文字“Customize your favicon ”（定制你的图标）的下面那个框里，自由编辑函数，就是调整那些图片的显示顺序。</p>
<p>　这里有个小窍门，可以调节图片走动的速度，那就是，想让一个一个素材走动的慢一些，那就在那些函数（就是{PIC1}、{PIC2}等等这些）之间添加上空格，空格添的越多，走动的就越慢了。</p>
<p>　同样，制作完后，下载保存。</p>
<p>　【使用方法】</p>
<p>　下载到的压缩包，解压得到两张图片，分别是：favicon.ico 和 animated_favicon1.gif，第一个是静态图标，第二个是动态图标。把他们上传到你网站的根目录。</p>
<p>　编辑你现在使用的主题的header.php，在&lt;head&gt;和&lt;/head&gt;之间添加以下代码：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot;&gt;
&lt;link rel=&quot;icon&quot; type=&quot;image/gif&quot; href=&quot;animated_favicon1.gif&quot;&gt;</pre></td></tr></table></div>

<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=200x200_as&output=html&channel=3915730013%2B0927064623&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=200 scrolling=no height=200 allowTransparency></iframe></p>

<hr /> 

<a href="http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html" title="Permalink">【原文链接】</a>  <a href="http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html#comments" title="to the comments">【查看评论】</a> <small>  Copyright &copy; 2010   这个feed的文章版权属于<a href="http://www.6psp.cn/" >严重浪漫</a>所有，转载请保留作者名称、原文链接。 <br />


<p><iframe name=google_ads_frame marginWidth=0 marginHeight=0 src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-2133448444422804&dt=1166931580062&lmt=1166931580&format=468x60_as&output=html&channel=3915730013%2B6225170524&url=http%3A%2F%2Fpages.google.com%2Fdraft%2Fshybat%2Fa%3Fauthtoken%3D4f5f428f73085e021a45a2a12bda8e9fd245de97&color_bg=FFFFFF&color_text=333333&color_link=225588&color_url=333333&color_border=FFFFFF&ad_type=text&ref=http%3A%2F%2Fpages.google.com%2Fpreview%2Fshybat%2Fa%3Fauthtoken%3D51fe298ca5267ab2ae2b473881d755c096e0de92%26no-cache%3D7656389070281548&u_h=600&u_w=800&u_ah=536&u_aw=800&u_cd=32&u_tz=480&u_java=true" frameBorder=0 width=468 scrolling=no height=60 allowTransparency></iframe></p>


<br />(Digital Fingerprint:  b053017b21e4cbc9ea1e138bb8d9535b)</small><h3  class="related_post_title">您可能感兴趣：</h3><ul class="related_post"><li><a href="http://www.6psp.cn/20110810/%e7%94%a8%e6%96%b0%e6%b5%aa%e4%ba%91%e7%a9%ba%e9%97%b4%e5%85%8d%e8%b4%b9%e6%90%ad%e5%bb%bawordpress%e5%8d%9a%e5%ae%a2%ef%bc%81.html" title="用新浪云计算免费搭建Wordpress博客！">用新浪云计算免费搭建Wordpress博客！</a></li><li><a href="http://www.6psp.cn/20110707/%e7%94%a8%e4%bb%a3%e7%a0%81%e5%ae%9e%e7%8e%b0wordpress%e2%80%9d%e8%af%bb%e8%80%85%e5%a2%99%e2%80%9d%e5%ae%8c%e7%be%8e%e4%bf%ae%e6%94%b9%e7%89%88.html" title="用代码实现wordpress”读者墙”(完美修改版)">用代码实现wordpress”读者墙”(完美修改版)</a></li><li><a href="http://www.6psp.cn/20110621/google%e7%bb%99%e6%88%91%e5%8f%91%e9%82%ae%e4%bb%b6%ef%bc%8c%e6%8f%90%e9%86%92%e6%88%91%e5%8d%87%e7%ba%a7wordpress%ef%bc%81.html" title="Google给我发邮件，提醒我升级Wordpress！">Google给我发邮件，提醒我升级Wordpress！</a></li><li><a href="http://www.6psp.cn/20110202/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a21000%e6%9d%a1%e8%af%84%e8%ae%ba.html" title="严重浪漫博客1000条评论">严重浪漫博客1000条评论</a></li><li><a href="http://www.6psp.cn/20101202/%e6%ac%a2%e8%bf%8e%e5%92%8c%e6%88%91%e4%bd%bf%e7%94%a8%e4%b8%80%e6%a0%b7%e4%b8%bb%e9%a2%98blocks%e7%9a%84wordpress%e5%8d%9a%e5%8f%8b%e8%b8%8a%e8%b7%83%e7%95%99%e8%a8%80.html" title="欢迎和我使用一样主题blocks的wordpress博友踊跃留言">欢迎和我使用一样主题blocks的wordpress博友踊跃留言</a></li><li><a href="http://www.6psp.cn/20101103/%e4%b8%a5%e9%87%8d%e6%b5%aa%e6%bc%ab%e5%8d%9a%e5%ae%a2%e6%90%ac%e5%ae%b6%e5%88%b0%e5%b0%8f%e5%bc%a0%e4%b8%bb%e6%9c%ba.html" title="严重浪漫博客搬家到小张主机">严重浪漫博客搬家到小张主机</a></li><li><a href="http://www.6psp.cn/20101012/%e6%a3%80%e6%9f%a5nofollow%e7%9a%84%e5%9b%9b%e7%a7%8d%e6%96%b9%e6%b3%95.html" title="检查nofollow的四种方法">检查nofollow的四种方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.6psp.cn/20101013/%e7%bb%99%e7%bd%91%e7%ab%99%e5%88%b6%e4%bd%9c%e5%8a%a8%e6%80%81%e3%80%81%e9%9d%99%e6%80%81%e7%9a%84%e7%bd%91%e7%ab%99%e5%9b%be%e6%a0%87%ef%bc%88%e6%94%b6%e8%97%8f%e5%a4%b9%e5%9b%be%e6%a0%87%ef%bc%89.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

