<?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>Imdoc.Net &#187; wordpress</title>
	<atom:link href="http://imdoc.net/archives/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://imdoc.net</link>
	<description>关注医学与生活</description>
	<lastBuildDate>Wed, 23 May 2012 17:55:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>wordpress批量修改文件权限</title>
		<link>http://imdoc.net/archives/1383</link>
		<comments>http://imdoc.net/archives/1383#comments</comments>
		<pubDate>Sun, 01 Aug 2010 15:06:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[权限]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/1383</guid>
		<description><![CDATA[<p>在linux系统下或登录ssh可以批量修改文件权限，如果通过ftp修改，那会累死的。</p>
<p>wordprss目录下的所有目录的权限递归设置为755</p>
<div style="font-size: 12px; line-height: 12px; font-family: courier new">
<table style="border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; border-bottom-width: 0px; padding-bottom: 0px; width: 100%; padding-top: 0px; border-right-width: 0px" cellspacing="0">
<tbody>
<tr>
<td><span style="color: #000000">cd</span><span style="color: #000000">&#160;</span><span style="color: #000000">wordpress</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">exec</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">755</span><span style="color: #000000">&#160;</span><span style="color: #000000">{</span><span style="color: #000000">}</span><span style="color: #000000">&#160;</span><span style="color: #000000">\;</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">|</span><span style="color: #000000">xargs</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">755</span></td>
</tr>
</tbody>
</table></div>
<p>同样，把目录下的所有文件权限递归地改成644可以这样执行</p>
</p>
<div style="font-size: 12px; line-height: 12px; font-family: courier new">
<table style="border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; border-bottom-width: 0px; padding-bottom: 0px; width: 100%; padding-top: 0px; border-right-width: 0px" cellspacing="0">
<tbody>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">not</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">exec</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">644</span><span style="color: #000000">&#160;</span><span style="color: #000000">{</span><span style="color: #000000">}</span><span style="color: #000000">&#160;</span><span style="color: #000000">\;</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">not</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">|</span><span style="color: #000000">xargs</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">644</span></td>
</tr>
</tbody>
</table></div>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1586" title="Dreamhost主机使用putty常用命令">Dreamhost主机使用putty常用命令</a> (2)</li><li><a href="http://imdoc.net/archives/1387" title="How do I restart Linux network service?">How do I restart Linux network service?</a> (0)</li><li><a href="http://imdoc.net/archives/1386" title="debian下编译安装pureftpd">debian下编译安装pureftpd</a> (0)</li><li><a href="http://imdoc.net/archives/1385" title="rm -rf 慎用！">rm -rf 慎用！</a> (2)</li><li><a href="http://imdoc.net/archives/1382" title="几件事">几件事</a> (2)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>在linux系统下或登录ssh可以批量修改文件权限，如果通过ftp修改，那会累死的。</p>
<p>wordprss目录下的所有目录的权限递归设置为755</p>
<div style="font-size: 12px; line-height: 12px; font-family: courier new">
<table style="border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; border-bottom-width: 0px; padding-bottom: 0px; width: 100%; padding-top: 0px; border-right-width: 0px" cellspacing="0">
<tbody>
<tr>
<td><span style="color: #000000">cd</span><span style="color: #000000">&#160;</span><span style="color: #000000">wordpress</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">exec</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">755</span><span style="color: #000000">&#160;</span><span style="color: #000000">{</span><span style="color: #000000">}</span><span style="color: #000000">&#160;</span><span style="color: #000000">\;</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">|</span><span style="color: #000000">xargs</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">755</span></td>
</tr>
</tbody>
</table></div>
<p>同样，把目录下的所有文件权限递归地改成644可以这样执行</p>
</p>
<div style="font-size: 12px; line-height: 12px; font-family: courier new">
<table style="border-top-width: 0px; padding-right: 0px; padding-left: 0px; border-left-width: 0px; border-bottom-width: 0px; padding-bottom: 0px; width: 100%; padding-top: 0px; border-right-width: 0px" cellspacing="0">
<tbody>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">not</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">exec</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">644</span><span style="color: #000000">&#160;</span><span style="color: #000000">{</span><span style="color: #000000">}</span><span style="color: #000000">&#160;</span><span style="color: #000000">\;</span></td>
</tr>
<tr>
<td><span style="color: #000000">find</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">not</span><span style="color: #000000">&#160;</span><span style="color: #000000">-</span><span style="color: #000000">type</span><span style="color: #000000">&#160;</span><span style="color: #000000">d</span><span style="color: #000000">|</span><span style="color: #000000">xargs</span><span style="color: #000000">&#160;</span><span style="color: #000000">chmod</span><span style="color: #000000">&#160;</span><span style="color: #ff00ff">644</span></td>
</tr>
</tbody>
</table></div>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1586" title="Dreamhost主机使用putty常用命令">Dreamhost主机使用putty常用命令</a> (2)</li><li><a href="http://imdoc.net/archives/1387" title="How do I restart Linux network service?">How do I restart Linux network service?</a> (0)</li><li><a href="http://imdoc.net/archives/1386" title="debian下编译安装pureftpd">debian下编译安装pureftpd</a> (0)</li><li><a href="http://imdoc.net/archives/1385" title="rm -rf 慎用！">rm -rf 慎用！</a> (2)</li><li><a href="http://imdoc.net/archives/1382" title="几件事">几件事</a> (2)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/1383/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0发布</title>
		<link>http://imdoc.net/archives/1345</link>
		<comments>http://imdoc.net/archives/1345#comments</comments>
		<pubDate>Fri, 18 Jun 2010 07:04:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/1345</guid>
		<description><![CDATA[<p>这个版本中把以前的主题都去掉了，而增加了一款新的theme：Twenty Ten。按照官方网站的说法：Major new features in this release include a sexy <strong>new default theme called Twenty Ten</strong>. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, <a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">menus</a> (no more file editing), <a href="http://codex.wordpress.org/Custom_Post_Types">post types</a>, and <a href="http://codex.wordpress.org/Custom_Taxonomies">taxonomies</a>. (Twenty Ten theme shows all of that off.)</p>
<p>看来光说是没有用的，上图——，以下所有图片点击可看大图：</p>
<p><span id="more-1345"></span></p>
<p style="margin-bottom:10px">
<p style="margin-bottom:10px">
</p>
<p>前两张图就是传说中的sexy theme，以后制作theme可操控性更强，这个theme通过后台可以自定义背景、header图片以及menu，初始背景颜色为白色，我为了试验将其修改为浅绿色。通过自己升级亲身体验，这次upgrade是有数据库升级的，建议您在升级之前备份好数据。</p>
<p>喜欢尝鲜的朋友赶紧下载吧：<a href="http://wordpress.org/download/" target="_blank">Download WordPress 3.0</a>. （建议将您的wordpress随时升级至最新版本，这不仅仅是为了美观，更为了安全，兼之一些功能。有时候，WP是不能隔几个版本直接升级的。）</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>这个版本中把以前的主题都去掉了，而增加了一款新的theme：Twenty Ten。按照官方网站的说法：Major new features in this release include a sexy <strong>new default theme called Twenty Ten</strong>. Theme developers have new APIs that allow them to easily implement custom backgrounds, headers, shortlinks, <a href="http://codex.wordpress.org/Appearance_Menus_SubPanel">menus</a> (no more file editing), <a href="http://codex.wordpress.org/Custom_Post_Types">post types</a>, and <a href="http://codex.wordpress.org/Custom_Taxonomies">taxonomies</a>. (Twenty Ten theme shows all of that off.)</p>
<p>看来光说是没有用的，上图——，以下所有图片点击可看大图：</p>
<p><span id="more-1345"></span></p>
<p style="margin-bottom:10px"><div id="attachment_1347" class="wp-caption aligncenter" style="width: 310px"><a href="http://imdoc.net/wp-content/uploads/2010/06/1.jpg"><img class="size-medium wp-image-1347" title="1" src="http://imdoc.net/wp-content/uploads/2010/06/1-300x196.jpg" alt="" width="300" height="196" /></a><p class="wp-caption-text">首页-index</p></div></p>
<p style="margin-bottom:10px"><div id="attachment_1348" class="wp-caption aligncenter" style="width: 252px"><a href="http://imdoc.net/wp-content/uploads/2010/06/2.jpg"><img class="size-medium wp-image-1348" title="2" src="http://imdoc.net/wp-content/uploads/2010/06/2-242x300.jpg" alt="" width="242" height="300" /></a><p class="wp-caption-text">单个文章页面-single.php</p></div></p>
<div id="attachment_1349" class="wp-caption aligncenter" style="width: 310px"><a href="http://imdoc.net/wp-content/uploads/2010/06/3.jpg"><img class="size-medium wp-image-1349" title="3" src="http://imdoc.net/wp-content/uploads/2010/06/3-300x269.jpg" alt="" width="300" height="269" /></a><p class="wp-caption-text">后台界面-从侧栏可知有所改变</p></div>
<p>前两张图就是传说中的sexy theme，以后制作theme可操控性更强，这个theme通过后台可以自定义背景、header图片以及menu，初始背景颜色为白色，我为了试验将其修改为浅绿色。通过自己升级亲身体验，这次upgrade是有数据库升级的，建议您在升级之前备份好数据。</p>
<p>喜欢尝鲜的朋友赶紧下载吧：<a href="http://wordpress.org/download/" target="_blank">Download WordPress 3.0</a>. （建议将您的wordpress随时升级至最新版本，这不仅仅是为了美观，更为了安全，兼之一些功能。有时候，WP是不能隔几个版本直接升级的。）</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/1345/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>WordPress AntiSpam</title>
		<link>http://imdoc.net/archives/1342</link>
		<comments>http://imdoc.net/archives/1342#comments</comments>
		<pubDate>Tue, 15 Jun 2010 05:04:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[antispam]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/1342</guid>
		<description><![CDATA[<p><img style="display: inline; margin: 0px 0px 5px 5px; border: 0px;" title="images" src="http://imdoc.net/wp-content/uploads/2010/06/images.jpg" border="0" alt="images" width="116" height="117" align="right" /> 最近有很多带着链接的不着四六的留言，大多是国外的自动留言机器发上来的。每天登陆后台，都会发现几十个到几百个，乍一看还以为博客的访问量增多了呢，这么多热情的人们，细一看原来都是广告，一页一页删，挺头疼。</p>
<p>一直应用<a href="http://wordpress.org/extend/plugins/antispam-bee/" target="_blank">Antispam Bee</a>这个插件，表现还不错，最近是不是有更高级的spam机器了？反正这个插件基本上没什么用了，更换了<a href="http://wordpress.org/extend/plugins/nospamnx/" target="_blank">NoSpamNX</a>，也还是基本没用，垃圾评论和留言照旧像野草一样疯长。</p>
<p><span id="more-1342"></span></p>
<p>只好用<a href="http://wordpress.org/extend/plugins/wp-recaptcha/" target="_blank">wp-recaptcha</a>了，我就不信机器可以自动填写。</p>
<p>但这样以来，给真正想留言的朋友带来一些麻烦，不仅仅是多输入一些英文单词的麻烦，更主要的是这些英文单词有时候真的看不清楚，这个时侯，麻烦您点击recaptcha框中的刷新按钮，直到您能看清为止。</p>
<p>同时，在<a href="http://deepwhite.cc/about" target="_blank">深白色</a>网站，有一段关于recaptcha的解释，希望您看了之后会更加愿意在本博留言：</p>
<blockquote><p>世界上的很多古書經過掃描之後由於電腦無法識別，要靠人力來校對，這是一項非常巨大的工程。reCAPTCHA 就是把這項工程交給全世界使用它的人來一點點的完成。其實你在每次留言之後輸入驗證碼時，已經在為世界文化遺產做出一份貢獻了。而且又可以順便鍛煉一下英文，何樂而不為呢？所以請你在留言時認真的輸入留言驗證碼吧!</p></blockquote>
<p><span style="color: #ff0000;"><strong>这玩意绝对练英文，填完之后你仔细看看，看看存在不存在这单词，个把字母看不清，猜也能猜个八九不离十了。看在能提高您英文水平的份上，请您在留言的时候不要怕麻烦！</strong></span></p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline; margin: 0px 0px 5px 5px; border: 0px;" title="images" src="http://imdoc.net/wp-content/uploads/2010/06/images.jpg" border="0" alt="images" width="116" height="117" align="right" /> 最近有很多带着链接的不着四六的留言，大多是国外的自动留言机器发上来的。每天登陆后台，都会发现几十个到几百个，乍一看还以为博客的访问量增多了呢，这么多热情的人们，细一看原来都是广告，一页一页删，挺头疼。</p>
<p>一直应用<a href="http://wordpress.org/extend/plugins/antispam-bee/" target="_blank">Antispam Bee</a>这个插件，表现还不错，最近是不是有更高级的spam机器了？反正这个插件基本上没什么用了，更换了<a href="http://wordpress.org/extend/plugins/nospamnx/" target="_blank">NoSpamNX</a>，也还是基本没用，垃圾评论和留言照旧像野草一样疯长。</p>
<p><span id="more-1342"></span></p>
<p>只好用<a href="http://wordpress.org/extend/plugins/wp-recaptcha/" target="_blank">wp-recaptcha</a>了，我就不信机器可以自动填写。</p>
<p>但这样以来，给真正想留言的朋友带来一些麻烦，不仅仅是多输入一些英文单词的麻烦，更主要的是这些英文单词有时候真的看不清楚，这个时侯，麻烦您点击recaptcha框中的刷新按钮，直到您能看清为止。</p>
<p>同时，在<a href="http://deepwhite.cc/about" target="_blank">深白色</a>网站，有一段关于recaptcha的解释，希望您看了之后会更加愿意在本博留言：</p>
<blockquote><p>世界上的很多古書經過掃描之後由於電腦無法識別，要靠人力來校對，這是一項非常巨大的工程。reCAPTCHA 就是把這項工程交給全世界使用它的人來一點點的完成。其實你在每次留言之後輸入驗證碼時，已經在為世界文化遺產做出一份貢獻了。而且又可以順便鍛煉一下英文，何樂而不為呢？所以請你在留言時認真的輸入留言驗證碼吧!</p></blockquote>
<p><span style="color: #ff0000;"><strong>这玩意绝对练英文，填完之后你仔细看看，看看存在不存在这单词，个把字母看不清，猜也能猜个八九不离十了。看在能提高您英文水平的份上，请您在留言的时候不要怕麻烦！</strong></span></p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/1342/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>更新博客theme</title>
		<link>http://imdoc.net/archives/1292</link>
		<comments>http://imdoc.net/archives/1292#comments</comments>
		<pubDate>Sun, 25 Apr 2010 18:08:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/1292</guid>
		<description><![CDATA[<p>本来打算付费让专业的人士帮我做一款主题，但是价钱一直没谈好，还有人一听我说完要求，就放弃了，任我再怎么在qq上骚扰，也不理我。的确，我的要求是多了一些的，除了适应IE6/7/8以及FF、chrome、opera这些基本的以外，还有诸如字体、icon、分类下只显示标题并且单独控制文章数量等等。事实上我深深知道，只有自己去做，才是最理想的途径，任别的任何高手也不可能完全达到自己的意愿。所以，思前想后，一咬牙就做了，到目前这个样子，花了3晚上和1个下午，脖子都僵了，前后左右扭一扭，咔咔作响。</p>
<p>现在还有一些小细节没有完工，导航栏部分页面待完善、links页面美化待完善、pageviews还没想好往哪里放，等等，就这些吧。</p>
<p>还有最重要的话没说——过往的朋友，不论您使用何种浏览器，若发现网页有诸如错位及显示不完美之类的问题，请务必留言告诉我，我会及时完善，先谢谢了！如果您使用的是IE浏览器，务请说明是IE6、7还是8！</p>
<p>反复在W3c上验证style.css，我发现，如果没有错误，那一定是不能适应各种浏览器的；反之，若需要适应各种浏览器，那就一定会有错误，这是真的吗？请高手们不吝赐教。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/177" title="发布自用的wordpress theme">发布自用的wordpress theme</a> (6)</li><li><a href="http://imdoc.net/archives/171" title="wordpress theme">wordpress theme</a> (0)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/498" title="菊子曰Alpha 4发布">菊子曰Alpha 4发布</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/300" title="回复：甲洲（菊子曰）">回复：甲洲（菊子曰）</a> (2)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1679" title="虽然博客好久没有更新了，但……">虽然博客好久没有更新了，但……</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>本来打算付费让专业的人士帮我做一款主题，但是价钱一直没谈好，还有人一听我说完要求，就放弃了，任我再怎么在qq上骚扰，也不理我。的确，我的要求是多了一些的，除了适应IE6/7/8以及FF、chrome、opera这些基本的以外，还有诸如字体、icon、分类下只显示标题并且单独控制文章数量等等。事实上我深深知道，只有自己去做，才是最理想的途径，任别的任何高手也不可能完全达到自己的意愿。所以，思前想后，一咬牙就做了，到目前这个样子，花了3晚上和1个下午，脖子都僵了，前后左右扭一扭，咔咔作响。</p>
<p>现在还有一些小细节没有完工，导航栏部分页面待完善、links页面美化待完善、pageviews还没想好往哪里放，等等，就这些吧。</p>
<p>还有最重要的话没说——过往的朋友，不论您使用何种浏览器，若发现网页有诸如错位及显示不完美之类的问题，请务必留言告诉我，我会及时完善，先谢谢了！如果您使用的是IE浏览器，务请说明是IE6、7还是8！</p>
<p>反复在W3c上验证style.css，我发现，如果没有错误，那一定是不能适应各种浏览器的；反之，若需要适应各种浏览器，那就一定会有错误，这是真的吗？请高手们不吝赐教。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/177" title="发布自用的wordpress theme">发布自用的wordpress theme</a> (6)</li><li><a href="http://imdoc.net/archives/171" title="wordpress theme">wordpress theme</a> (0)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/498" title="菊子曰Alpha 4发布">菊子曰Alpha 4发布</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/300" title="回复：甲洲（菊子曰）">回复：甲洲（菊子曰）</a> (2)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1679" title="虽然博客好久没有更新了，但……">虽然博客好久没有更新了，但……</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/1292/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress2.9</title>
		<link>http://imdoc.net/archives/971</link>
		<comments>http://imdoc.net/archives/971#comments</comments>
		<pubDate>Sun, 20 Dec 2009 11:32:54 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[升级]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://imdoc.net/?p=971</guid>
		<description><![CDATA[<p><a href="http://imdoc.net/wp-content/uploads/2009/12/ss2.png"><img class="alignright size-full wp-image-972" title="ss2" src="http://imdoc.net/wp-content/uploads/2009/12/ss2.png" alt="" width="200" height="130" /></a>wordpress2.9已经released，使用wordpress的朋友们可以升级了。下载请至<a href="http://wordpress.org/download/" target="_blank">官方网站</a>。升级方法见<a href="http://imdoc.net/archives/212" target="_blank">这里</a>。</p>
<p><a href="http://wordpress.org/" target="_blank">wordpress</a>是世界上使用最多的博客系统，按照官方网站的说法，wordpress是“一个注重美学、易用性和网络标准的个人信息发布平台。（a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability.）”。的确，wordpress的功能十分强大，很多商业网站都在使用，如果你懂php、CSS等一些计算机语言和网站制作知识，完全可以把wordpress做成任何想象中的样式。</p>
<p><span id="more-971"></span></p>
<p>wordpress早已有中文版及官方的<a href="http://cn.wordpress.org/" target="_blank">中文网站</a>，使用中文版还是英文版都无所谓，由于我一开始使用英文版，考虑到换成中文版可能会出现一些意外，一直没有换，也不打算换。英文再差还没有差到这个地步。</p>
<p>如果你想建立自己的博客，我建议使用wordpress。独立的linux主机空间+域名自然是最好的选择，如果不想这么麻烦，也可以申请免费的博客系统，国内使用wordpress的博客网站有<a href="http://72pines.com/" target="_blank">七十二松</a>、<a href="http://yo2.cn/" target="_blank">yo2</a>以及在<a href="http://www.google.cn/search?rlz=1C1CHMA_zh-CNCN353CN353&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=%E5%9F%BA%E4%BA%8Ewordpress%E7%9A%84%E5%8D%9A%E5%AE%A2%E7%BD%91%E7%AB%99" target="_blank">这里</a>可以看到更多。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/1679" title="虽然博客好久没有更新了，但……">虽然博客好久没有更新了，但……</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/534" title="调查">调查</a> (0)</li></ul>]]></description>
			<content:encoded><![CDATA[<p><a href="http://imdoc.net/wp-content/uploads/2009/12/ss2.png"><img class="alignright size-full wp-image-972" title="ss2" src="http://imdoc.net/wp-content/uploads/2009/12/ss2.png" alt="" width="200" height="130" /></a>wordpress2.9已经released，使用wordpress的朋友们可以升级了。下载请至<a href="http://wordpress.org/download/" target="_blank">官方网站</a>。升级方法见<a href="http://imdoc.net/archives/212" target="_blank">这里</a>。</p>
<p><a href="http://wordpress.org/" target="_blank">wordpress</a>是世界上使用最多的博客系统，按照官方网站的说法，wordpress是“一个注重美学、易用性和网络标准的个人信息发布平台。（a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability.）”。的确，wordpress的功能十分强大，很多商业网站都在使用，如果你懂php、CSS等一些计算机语言和网站制作知识，完全可以把wordpress做成任何想象中的样式。</p>
<p><span id="more-971"></span></p>
<p>wordpress早已有中文版及官方的<a href="http://cn.wordpress.org/" target="_blank">中文网站</a>，使用中文版还是英文版都无所谓，由于我一开始使用英文版，考虑到换成中文版可能会出现一些意外，一直没有换，也不打算换。英文再差还没有差到这个地步。</p>
<p>如果你想建立自己的博客，我建议使用wordpress。独立的linux主机空间+域名自然是最好的选择，如果不想这么麻烦，也可以申请免费的博客系统，国内使用wordpress的博客网站有<a href="http://72pines.com/" target="_blank">七十二松</a>、<a href="http://yo2.cn/" target="_blank">yo2</a>以及在<a href="http://www.google.cn/search?rlz=1C1CHMA_zh-CNCN353CN353&amp;sourceid=chrome&amp;ie=UTF-8&amp;q=%E5%9F%BA%E4%BA%8Ewordpress%E7%9A%84%E5%8D%9A%E5%AE%A2%E7%BD%91%E7%AB%99" target="_blank">这里</a>可以看到更多。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/1679" title="虽然博客好久没有更新了，但……">虽然博客好久没有更新了，但……</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/534" title="调查">调查</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/971/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>wordpress利用.htaccess防图片盗链</title>
		<link>http://imdoc.net/archives/685</link>
		<comments>http://imdoc.net/archives/685#comments</comments>
		<pubDate>Sun, 08 Feb 2009 05:15:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[hotlink]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[防盗链]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/685</guid>
		<description><![CDATA[<p>我的博客并没有多少图片，并且就现在的规模而言，还不足以引起盗链这种事件的发生。写下这篇博客，完全是对一件事情的认识和学习过程的记载。如果有不正确的地方，过往的朋友请不吝指出。</p>
<p> <span id="more-685"></span>
<p>利用.htaccess，很容易就可以做到防盗链，不仅仅是图片，包括下载的内容，而不需要安装插件。当然，你的主机一定要是apache主机，如果是win主机，那在IIS下用不了。</p>
<p>网上有很多介绍这方面的内容，但我一一试用之后，发现有的并不起效果，有的竟然连我自己的博客都显示不了自己的图片了，但下面这段代码我试用后有效：</p>
<pre class="csharpcode">RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http:<span class="rem">//(imdoc.net|www.imdoc.net) [NC]</span>
RewriteRule \.(gif|jpg)$ http://imdoc.net/hotlink.gif [R,L]</pre>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>在你的wp-content/uploads目录下建立一个.htaccess文件，把上面的代码放进去保存就可以了。记得修改网址，允许调用图片的网站之间用“|”分隔。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>我的博客并没有多少图片，并且就现在的规模而言，还不足以引起盗链这种事件的发生。写下这篇博客，完全是对一件事情的认识和学习过程的记载。如果有不正确的地方，过往的朋友请不吝指出。</p>
<p> <span id="more-685"></span>
<p>利用.htaccess，很容易就可以做到防盗链，不仅仅是图片，包括下载的内容，而不需要安装插件。当然，你的主机一定要是apache主机，如果是win主机，那在IIS下用不了。</p>
<p>网上有很多介绍这方面的内容，但我一一试用之后，发现有的并不起效果，有的竟然连我自己的博客都显示不了自己的图片了，但下面这段代码我试用后有效：</p>
<pre class="csharpcode">RewriteEngine On
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http:<span class="rem">//(imdoc.net|www.imdoc.net) [NC]</span>
RewriteRule \.(gif|jpg)$ http://imdoc.net/hotlink.gif [R,L]</pre>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>在你的wp-content/uploads目录下建立一个.htaccess文件，把上面的代码放进去保存就可以了。记得修改网址，允许调用图片的网站之间用“|”分隔。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/685/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>wordpress2.7 comments thread评论套嵌</title>
		<link>http://imdoc.net/archives/672</link>
		<comments>http://imdoc.net/archives/672#comments</comments>
		<pubDate>Thu, 05 Feb 2009 17:12:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[church]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[comments thread]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[评论回复]]></category>
		<category><![CDATA[评论套嵌]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/672</guid>
		<description><![CDATA[<p>wordpress2.7自带了评论回复套嵌功能，但是很多较早前制作的theme都不支持这个功能，为了能够让自己的theme也支持这项功能，可谓绞尽脑汁，头发都掉了不少。</p>
<p><span id="more-672"></span></p>
<p><a href="http://www.blogeing.com/" target="_blank">天涯行客</a>曾经问过我这个问题，我看了以后觉得太难太麻烦，就放在一边没再想这事了。最近看了几个别人新制作的theme，觉得实现起来并不如先前想象的难，参照了其中的一些代码，终于实现了评论回复套嵌功能。</p>
<p>网上有很多资料都是介绍如何让你的theme的评论功能同时满足2.7以及2.7以前的版本，即在function.php中加一段代码即可实现，这个比照猫画虎还简单；也有很多资料告诉你怎样一步一步修改，但是最关键的部分都没有阐述清楚（也不太容易说清楚），关键的问题在于，对comments.php以及style.css中comments定义部分修改是否得当，如果能够把这两个文件的关键部分修改好，基本上就没有阻碍，但是这个的确很麻烦，我在这里不想写具体的方法，即使写了，你也未必用的上，这因主题而异，不过我可以告诉你一些捷径，仅供参考。</p>
<p>首先，把你需要修改的theme下载下来，备份一份，用一份，在本机上安装XAMPP创建wordpress运行环境。一定要在本机上试验，用工具（比如Dreamweaver）来打开需要修改的文件，Dreamweaver还是很好用的，语法高亮、撤消等等都很方便。</p>
<p>第二，找一个合适的具有评论套嵌功能的主题来参考，仔细钻研其中的comments.php以及style.css中的comments部分，如果你不是特别讲究，好像直接把这两个文件（或其中的一部分）替换过去就可以用，但为了美观，你需要调整一下style的。——这就是解决问题的关键^_^。这种行为叫做取其精华，为我所用。当然不要忘记修改别的文件，上网搜索一下，有很多介绍，直接复制粘帖就可以了。</p>
<p>总之，对于广大菜鸟来说，只要你肯下功夫去钻研一下，完全可以实现这个评论套嵌的功能，记住：对比，修改，刷新，再对比，再修改，再刷新，……反反复复，一定会成功的。</p>
<p>补充：完成之后还有一个问题，就是评论与ping的分离，目前我也刚刚修改好了，这个不是很难，上网搜索一下，结果会很满意。整个过程最难的要数comments的style了，但首先面临的最难的问题是comments.php的修改。好了，赶紧行动吧，good luck！</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>wordpress2.7自带了评论回复套嵌功能，但是很多较早前制作的theme都不支持这个功能，为了能够让自己的theme也支持这项功能，可谓绞尽脑汁，头发都掉了不少。</p>
<p><span id="more-672"></span></p>
<p><a href="http://www.blogeing.com/" target="_blank">天涯行客</a>曾经问过我这个问题，我看了以后觉得太难太麻烦，就放在一边没再想这事了。最近看了几个别人新制作的theme，觉得实现起来并不如先前想象的难，参照了其中的一些代码，终于实现了评论回复套嵌功能。</p>
<p>网上有很多资料都是介绍如何让你的theme的评论功能同时满足2.7以及2.7以前的版本，即在function.php中加一段代码即可实现，这个比照猫画虎还简单；也有很多资料告诉你怎样一步一步修改，但是最关键的部分都没有阐述清楚（也不太容易说清楚），关键的问题在于，对comments.php以及style.css中comments定义部分修改是否得当，如果能够把这两个文件的关键部分修改好，基本上就没有阻碍，但是这个的确很麻烦，我在这里不想写具体的方法，即使写了，你也未必用的上，这因主题而异，不过我可以告诉你一些捷径，仅供参考。</p>
<p>首先，把你需要修改的theme下载下来，备份一份，用一份，在本机上安装XAMPP创建wordpress运行环境。一定要在本机上试验，用工具（比如Dreamweaver）来打开需要修改的文件，Dreamweaver还是很好用的，语法高亮、撤消等等都很方便。</p>
<p>第二，找一个合适的具有评论套嵌功能的主题来参考，仔细钻研其中的comments.php以及style.css中的comments部分，如果你不是特别讲究，好像直接把这两个文件（或其中的一部分）替换过去就可以用，但为了美观，你需要调整一下style的。——这就是解决问题的关键^_^。这种行为叫做取其精华，为我所用。当然不要忘记修改别的文件，上网搜索一下，有很多介绍，直接复制粘帖就可以了。</p>
<p>总之，对于广大菜鸟来说，只要你肯下功夫去钻研一下，完全可以实现这个评论套嵌的功能，记住：对比，修改，刷新，再对比，再修改，再刷新，……反反复复，一定会成功的。</p>
<p>补充：完成之后还有一个问题，就是评论与ping的分离，目前我也刚刚修改好了，这个不是很难，上网搜索一下，结果会很满意。整个过程最难的要数comments的style了，但首先面临的最难的问题是comments.php的修改。好了，赶紧行动吧，good luck！</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/220" title="几辆悍马&#8211;高清桌面">几辆悍马&#8211;高清桌面</a> (5)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/672/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>用wordpress自定义字段显示缩略图片</title>
		<link>http://imdoc.net/archives/661</link>
		<comments>http://imdoc.net/archives/661#comments</comments>
		<pubDate>Sun, 01 Feb 2009 03:00:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[custom field]]></category>
		<category><![CDATA[缩略图]]></category>
		<category><![CDATA[自定义]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/661</guid>
		<description><![CDATA[<p>随着使用时间的延长，我对wordpress的认识也越来越深刻，请允许我这么轻轻地表扬一下自己，:）当然深刻与否只能从相对论的角度出发去理解。</p>
</p>
<p><span id="more-661"></span>
<p>实不相瞒，我使用过很多blog程序，国内asp的blog程序我都用过（最早用的是loveyuki的程序），并且用的时间都不算短，每从一种程序转到另外一种，都会有不顺手的感觉，心里就会掠过一丝丝后悔，应用wordpress之初，这种感觉尤其强烈，实在是不习惯所有的一切操作，但我坚信群众的眼睛是雪亮的，大家都说好的东西，一定有好的道理，所以我就坚持用了下来，一路过来，也确实积累了一些小小的上不得台面的经验，目前的能力也就处在独立完成一个theme还算轻松的阶段，虽然我使用的theme大都是修改别人的作品（注意保留版权），这点主要是因为我不想浪费太多的时间和熬太多的夜晚把精力花费在这么一件事上。</p>
<p>说了一大堆题外话，转入正题，应用wordpress的自定义字段设置首页日志的缩略图，首先，打开你的theme中的index.php，找到：</p>
<div class="csharpcode">
<pre class="alt">&lt;?php the_content('阅读全文 &amp;raquo;'); ?&gt;</pre>
</div>
<div class="csharpcode">&nbsp;</div>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>在其前面添加：</p>
<div class="csharpcode">
<pre class="alt">&lt;?php <span class="kwrd">if</span> ( get_post_meta($post-&gt;ID, <span class="rem">'index_image', true) ) { ?&gt;</span></pre>
<pre>&lt;?php $image=get_post_meta($post-&gt;ID, <span class="rem">'index_image', true); ?&gt;</span></pre>
<pre class="alt">&lt;div style=<span class="str">"float:left;margin:4px 10px 5px 0px;"</span>&gt;</pre>
<pre>&lt;img width=<span class="str">"110"</span> height=<span class="str">"110"</span> src=<span class="str">"&lt;?php echo $image; ?&gt;"</span> alt=<span class="str">""</span> /&gt;</pre>
<pre class="alt">&lt;/div&gt;</pre>
<pre>&lt;?php } ?&gt;</pre>
<pre>&nbsp;</pre>
</div>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>上面div里面的style部分是对图片位置的控制，图片的高、宽都是110px，这些都可以自行修改。然后进入后台发表日志的界面，日志内容框下面有一个custom field（或者“自定义”）的部分，如下图所示填好后，点击add，就可以了。</p>
<p><img title="2009-01-31_23-54-15" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="135" alt="2009-01-31_23-54-15" src="http://imdoc.net/wp-content/uploads/2009/02/20090131-235415.jpg" width="500" border="0"/> </p>
<p>另外需要说明的是，上述添加部分的代码，你并不一定非要加在我所指定的位置，这些根据你自己的需要都可以调整。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/498" title="菊子曰Alpha 4发布">菊子曰Alpha 4发布</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>随着使用时间的延长，我对wordpress的认识也越来越深刻，请允许我这么轻轻地表扬一下自己，:）当然深刻与否只能从相对论的角度出发去理解。</p>
</p>
<p><span id="more-661"></span>
<p>实不相瞒，我使用过很多blog程序，国内asp的blog程序我都用过（最早用的是loveyuki的程序），并且用的时间都不算短，每从一种程序转到另外一种，都会有不顺手的感觉，心里就会掠过一丝丝后悔，应用wordpress之初，这种感觉尤其强烈，实在是不习惯所有的一切操作，但我坚信群众的眼睛是雪亮的，大家都说好的东西，一定有好的道理，所以我就坚持用了下来，一路过来，也确实积累了一些小小的上不得台面的经验，目前的能力也就处在独立完成一个theme还算轻松的阶段，虽然我使用的theme大都是修改别人的作品（注意保留版权），这点主要是因为我不想浪费太多的时间和熬太多的夜晚把精力花费在这么一件事上。</p>
<p>说了一大堆题外话，转入正题，应用wordpress的自定义字段设置首页日志的缩略图，首先，打开你的theme中的index.php，找到：</p>
<div class="csharpcode">
<pre class="alt">&lt;?php the_content('阅读全文 &amp;raquo;'); ?&gt;</pre>
</div>
<div class="csharpcode">&nbsp;</div>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>在其前面添加：</p>
<div class="csharpcode">
<pre class="alt">&lt;?php <span class="kwrd">if</span> ( get_post_meta($post-&gt;ID, <span class="rem">'index_image', true) ) { ?&gt;</span></pre>
<pre>&lt;?php $image=get_post_meta($post-&gt;ID, <span class="rem">'index_image', true); ?&gt;</span></pre>
<pre class="alt">&lt;div style=<span class="str">"float:left;margin:4px 10px 5px 0px;"</span>&gt;</pre>
<pre>&lt;img width=<span class="str">"110"</span> height=<span class="str">"110"</span> src=<span class="str">"&lt;?php echo $image; ?&gt;"</span> alt=<span class="str">""</span> /&gt;</pre>
<pre class="alt">&lt;/div&gt;</pre>
<pre>&lt;?php } ?&gt;</pre>
<pre>&nbsp;</pre>
</div>
<style type="text/css">.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }
</style>
<p>上面div里面的style部分是对图片位置的控制，图片的高、宽都是110px，这些都可以自行修改。然后进入后台发表日志的界面，日志内容框下面有一个custom field（或者“自定义”）的部分，如下图所示填好后，点击add，就可以了。</p>
<p><img title="2009-01-31_23-54-15" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="135" alt="2009-01-31_23-54-15" src="http://imdoc.net/wp-content/uploads/2009/02/20090131-235415.jpg" width="500" border="0"/> </p>
<p>另外需要说明的是，上述添加部分的代码，你并不一定非要加在我所指定的位置，这些根据你自己的需要都可以调整。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/212" title="wordpress 2.5">wordpress 2.5</a> (3)</li><li><a href="http://imdoc.net/archives/149" title="升级wordpress到2.3.2">升级wordpress到2.3.2</a> (3)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1316" title="征集博客的中文名字">征集博客的中文名字</a> (8)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/808" title="若干计划和改变">若干计划和改变</a> (4)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/619" title="我的博客访问数据">我的博客访问数据</a> (5)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/498" title="菊子曰Alpha 4发布">菊子曰Alpha 4发布</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/661/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>更新theme！</title>
		<link>http://imdoc.net/archives/557</link>
		<comments>http://imdoc.net/archives/557#comments</comments>
		<pubDate>Sun, 18 Jan 2009 01:38:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[maxthon]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://imdoc.net/archives/557</guid>
		<description><![CDATA[<p>随着新的一年的到来，每个人都要有新衣裳穿，博客也一样，也需要一件新的“衣服”，所以我把博客的theme换了。我是最不愿意更换theme的，因为每次更换，都要花费很多时间和精力修改很多地方，css虽然也懂，但毕竟不是专业，用起来不能得心应手，尤其是在不同的浏览器下都显示正常，更是麻烦。</p>
<p>这次修改theme是我花费时间最多的一次，目前测试在IE6、IE7、IE8、maxthon、ff、opera都显示正常，在IE6下无法显示下拉菜单，这个没办法解决，我不懂；IE8下的display的block属性有些问题，但已经通过颜色掩饰掉了。别的目前还没有发现问题。<strong>谁如果发现显示上有问题，请不吝告知。</strong></p>
<p><span id="more-557"></span></p>
<p>本theme是在<a href="http://www.dztheme.com/" target="_blank">D&amp;Z Theme</a>的基础上修改的，修改了很多地方，但依然完全保留原作者的版权和链接。更改的地方在此不一一罗列。</p>
<p>注意：使用IETester，可以在本机测试不同的IE浏览器下显示的情况——让你的电脑同时拥有IE5-8！google一下，就可以找到下载的地址。</p>
<p>OK，旧历年快到了，祝愿大家过个好年。健康长寿！</p>
<p style="text-align: center;"><img class="aligncenter" title="2009-01-18_01-40-59" src="http://imdoc.net/wp-content/uploads/2009/01/20090118-014059.jpg" alt="2009-01-18_01-40-59" width="465" height="198" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://imdoc.net/wp-content/uploads/2009/01/theme-2.jpg"><img class="aligncenter size-medium wp-image-559" title="theme-2" src="http://imdoc.net/wp-content/uploads/2009/01/theme-2-300x300.jpg" alt="theme-2" width="300" height="300" /></a></p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/177" title="发布自用的wordpress theme">发布自用的wordpress theme</a> (6)</li><li><a href="http://imdoc.net/archives/171" title="wordpress theme">wordpress theme</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/329" title="Thunderbird不同帐户的smtp服务器">Thunderbird不同帐户的smtp服务器</a> (0)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>随着新的一年的到来，每个人都要有新衣裳穿，博客也一样，也需要一件新的“衣服”，所以我把博客的theme换了。我是最不愿意更换theme的，因为每次更换，都要花费很多时间和精力修改很多地方，css虽然也懂，但毕竟不是专业，用起来不能得心应手，尤其是在不同的浏览器下都显示正常，更是麻烦。</p>
<p>这次修改theme是我花费时间最多的一次，目前测试在IE6、IE7、IE8、maxthon、ff、opera都显示正常，在IE6下无法显示下拉菜单，这个没办法解决，我不懂；IE8下的display的block属性有些问题，但已经通过颜色掩饰掉了。别的目前还没有发现问题。<strong>谁如果发现显示上有问题，请不吝告知。</strong></p>
<p><span id="more-557"></span></p>
<p>本theme是在<a href="http://www.dztheme.com/" target="_blank">D&amp;Z Theme</a>的基础上修改的，修改了很多地方，但依然完全保留原作者的版权和链接。更改的地方在此不一一罗列。</p>
<p>注意：使用IETester，可以在本机测试不同的IE浏览器下显示的情况——让你的电脑同时拥有IE5-8！google一下，就可以找到下载的地址。</p>
<p>OK，旧历年快到了，祝愿大家过个好年。健康长寿！</p>
<p style="text-align: center;"><img class="aligncenter" title="2009-01-18_01-40-59" src="http://imdoc.net/wp-content/uploads/2009/01/20090118-014059.jpg" alt="2009-01-18_01-40-59" width="465" height="198" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://imdoc.net/wp-content/uploads/2009/01/theme-2.jpg"><img class="aligncenter size-medium wp-image-559" title="theme-2" src="http://imdoc.net/wp-content/uploads/2009/01/theme-2-300x300.jpg" alt="theme-2" width="300" height="300" /></a></p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/270" title="paypal, google doc, firefox, &#8230;&#8230;">paypal, google doc, firefox, &#8230;&#8230;</a> (0)</li><li><a href="http://imdoc.net/archives/177" title="发布自用的wordpress theme">发布自用的wordpress theme</a> (6)</li><li><a href="http://imdoc.net/archives/171" title="wordpress theme">wordpress theme</a> (0)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/526" title="Dreamhost主机2009新优惠">Dreamhost主机2009新优惠</a> (3)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/329" title="Thunderbird不同帐户的smtp服务器">Thunderbird不同帐户的smtp服务器</a> (0)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/279" title="wordpress plugin的自动更新功能试用">wordpress plugin的自动更新功能试用</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/557/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreamhost主机2009新优惠</title>
		<link>http://imdoc.net/archives/526</link>
		<comments>http://imdoc.net/archives/526#comments</comments>
		<pubDate>Tue, 06 Jan 2009 03:39:00 +0000</pubDate>
		<dc:creator>hanbal</dc:creator>
				<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主机]]></category>
		<category><![CDATA[空间]]></category>

		<guid isPermaLink="false">http://www.imdoc.net/archives/526</guid>
		<description><![CDATA[<p>Dreamhost主机算是物美价廉的了，在不特别追求速度的情况下，完全可以考虑购买，具体介绍可以看<a href="http://www.imdoc.net/dreamhost-intro" target="_blank">这里</a>。随着2009年的到来，dreamhost公司推出了疯狂的销售优惠政策：购买2年可以省掉80%，即原价214.80美金，现价只需42.96美金，在购买过程中需要用到代码“221”，并且主机的性能也比之前更加大大提升，永久无限网站空间、无限带宽。但是还有一件奇怪的事情，上面的这些优惠是在maxthon浏览系下的显示（<a href="http://dreamhost.imdoc.net/" target="_blank">去主页看看</a>），如果使用firefox浏览器，那就是另外一种政策了：优惠20%，原价214.80美金，现价需171.84美金，购买过程中需要使用的代码则为“227”，当然主机的性能与上面相同（<a href="http://dreamhost.imdoc.net" target="_blank">用firefox再去看看</a>？）。</p>
<p>这件事情很奇怪，使用firefox的都是有钱人吗？奇怪！有谁知道怎么回事请告诉我。反正哪个便宜用哪个，现在买主机的确是个良机。</p>
<p>同时需要提醒一下：<a href="http://dreamhost.imdoc.net">Dreamhost</a>主机优惠码：imdoc999。使用这个promo(优惠码)购买dreamhost主机即可享受50$+1个免费独立IP的优惠。如果你只想先用一年看看，那么用这个优惠码是很好的选择，相当超值。注：2年、3年都可以使用这个优惠码，只是优惠的金额是一定的，也即仅优惠第一年。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/347" title="Dreamhost主机购买详细流程及初步使用">Dreamhost主机购买详细流程及初步使用</a> (1)</li><li><a href="http://imdoc.net/archives/321" title="Dreamhost续费了">Dreamhost续费了</a> (2)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/1586" title="Dreamhost主机使用putty常用命令">Dreamhost主机使用putty常用命令</a> (2)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/280" title="MG2 PHP相册程序试用及演示">MG2 PHP相册程序试用及演示</a> (21)</li></ul>]]></description>
			<content:encoded><![CDATA[<p>Dreamhost主机算是物美价廉的了，在不特别追求速度的情况下，完全可以考虑购买，具体介绍可以看<a href="http://www.imdoc.net/dreamhost-intro" target="_blank">这里</a>。随着2009年的到来，dreamhost公司推出了疯狂的销售优惠政策：购买2年可以省掉80%，即原价214.80美金，现价只需42.96美金，在购买过程中需要用到代码“221”，并且主机的性能也比之前更加大大提升，永久无限网站空间、无限带宽。但是还有一件奇怪的事情，上面的这些优惠是在maxthon浏览系下的显示（<a href="http://dreamhost.imdoc.net/" target="_blank">去主页看看</a>），如果使用firefox浏览器，那就是另外一种政策了：优惠20%，原价214.80美金，现价需171.84美金，购买过程中需要使用的代码则为“227”，当然主机的性能与上面相同（<a href="http://dreamhost.imdoc.net" target="_blank">用firefox再去看看</a>？）。</p>
<p>这件事情很奇怪，使用firefox的都是有钱人吗？奇怪！有谁知道怎么回事请告诉我。反正哪个便宜用哪个，现在买主机的确是个良机。</p>
<p>同时需要提醒一下：<a href="http://dreamhost.imdoc.net">Dreamhost</a>主机优惠码：imdoc999。使用这个promo(优惠码)购买dreamhost主机即可享受50$+1个免费独立IP的优惠。如果你只想先用一年看看，那么用这个优惠码是很好的选择，相当超值。注：2年、3年都可以使用这个优惠码，只是优惠的金额是一定的，也即仅优惠第一年。</p>
<p  class="related_post_title">您可能对以下日志感兴趣</p><ul class="related_post"><li><a href="http://imdoc.net/archives/347" title="Dreamhost主机购买详细流程及初步使用">Dreamhost主机购买详细流程及初步使用</a> (1)</li><li><a href="http://imdoc.net/archives/321" title="Dreamhost续费了">Dreamhost续费了</a> (2)</li><li><a href="http://imdoc.net/archives/272" title="Xampp中Apache无法启动的解决方法">Xampp中Apache无法启动的解决方法</a> (6)</li><li><a href="http://imdoc.net/archives/1586" title="Dreamhost主机使用putty常用命令">Dreamhost主机使用putty常用命令</a> (2)</li><li><a href="http://imdoc.net/archives/1383" title="wordpress批量修改文件权限">wordpress批量修改文件权限</a> (0)</li><li><a href="http://imdoc.net/archives/1345" title="WordPress 3.0发布">WordPress 3.0发布</a> (4)</li><li><a href="http://imdoc.net/archives/1342" title="WordPress AntiSpam">WordPress AntiSpam</a> (4)</li><li><a href="http://imdoc.net/archives/1292" title="更新博客theme">更新博客theme</a> (2)</li><li><a href="http://imdoc.net/archives/971" title="wordpress2.9">wordpress2.9</a> (2)</li><li><a href="http://imdoc.net/archives/685" title="wordpress利用.htaccess防图片盗链">wordpress利用.htaccess防图片盗链</a> (5)</li><li><a href="http://imdoc.net/archives/672" title="wordpress2.7 comments thread评论套嵌">wordpress2.7 comments thread评论套嵌</a> (4)</li><li><a href="http://imdoc.net/archives/661" title="用wordpress自定义字段显示缩略图片">用wordpress自定义字段显示缩略图片</a> (4)</li><li><a href="http://imdoc.net/archives/557" title="更新theme！">更新theme！</a> (2)</li><li><a href="http://imdoc.net/archives/492" title="windows live writer已更新至2009版">windows live writer已更新至2009版</a> (4)</li><li><a href="http://imdoc.net/archives/457" title="wordpress2.7正式版发布">wordpress2.7正式版发布</a> (2)</li><li><a href="http://imdoc.net/archives/404" title="wordpress 2.7 先看截图为快">wordpress 2.7 先看截图为快</a> (0)</li><li><a href="http://imdoc.net/archives/371" title="firefox下背景图片居中错位的CSS方案">firefox下背景图片居中错位的CSS方案</a> (3)</li><li><a href="http://imdoc.net/archives/354" title="发布一款wordpress theme">发布一款wordpress theme</a> (1)</li><li><a href="http://imdoc.net/archives/282" title="wordpress 2.5.1更新">wordpress 2.5.1更新</a> (1)</li><li><a href="http://imdoc.net/archives/280" title="MG2 PHP相册程序试用及演示">MG2 PHP相册程序试用及演示</a> (21)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://imdoc.net/archives/526/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

