<?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>DiggLife &#187; wordpress</title>
	<atom:link href="http://www.digglife.cn/articles/tag/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digglife.cn</link>
	<description>有关网络和软件技巧</description>
	<lastBuildDate>Sat, 03 Sep 2011 10:50:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>升级Flash Player 10导致WordPress Flash上传工具失效</title>
		<link>http://www.digglife.cn/articles/flash-player-10-swfupload-error.html</link>
		<comments>http://www.digglife.cn/articles/flash-player-10-swfupload-error.html#comments</comments>
		<pubDate>Mon, 10 Nov 2008 04:37:22 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.digglife.cn/?p=2735</guid>
		<description><![CDATA[这两天在后台上传图片时一直无法使用WordPress的Flash上传工具（SWFUploader），点击了Upload之后没有任何反应，只好暂时使用Browser Uploader。因为这个问题正好发生在重装了系统之后，所以怀疑是新安装的Flash Player 10的问题，搜索了一下之后发现果然如此。 这是一个很古老的问题了，具体的原因是：Flash Player 10出于安全性的考量对调出文件浏览对话框的条件进行了升级，只有用户进行了直接性的交互操作才能激活文件浏览对话框，比如鼠标点击Flash上传按钮，这是为了防止恶意代码打开文件浏览窗口，可能会导致用户在无意中上传某些敏感信息给第三方服务器。 而WordPress的上传工具SWFUploader采取的是Flash+JavaScript组合，它的上传按钮只是一个HTML式的按钮，点击上传按钮后会激活一段JavaScript代码让Flash打开文件浏览窗口，在Flash看来这是一个间接操作，因此导致错误。 除了WordPress之外，这个问题还影响到Flick、Zooomr等图片/视频分享网站的上传操作。 目前SWFUPloader的2.2.0版本已经解决了这个问题，似乎采取的是直接使用Flash按钮的模式，避开了Flash Player的安全问题。不过WordPress里的SWFUPloader还没有升级到这个版本。WordPress 2.8的功能介绍中表示将会创建一个基于Flash 10的上传工具，估计等到2.8才会彻底解决这个问题。 现在解决这个问题要么从SWFUPloader下手，要么从Flash下手，所有有两种解决方案： 1.下载一个SWFUPloader补丁，解压后覆盖原文件即可。 搞定后按钮变得很丑陋，不过只要功能OK，后台变丑也无所谓啦。如果实在看着不爽也可以自己修改一下images文件夹里面的那个png图片。 2.卸载Flash Player 10，安装Flash Player 9。 首先需要下载一个官方的卸载工具，然后下载Flash Player 9后安装即可。 Copyright &#169; 2007-2011 DiggLife 有关网络和软件技巧 了解更多相关信息关于Wordpress2.6的图片说明(image Captioin)免费将Powerpoint转换为FlashWordpress无法编辑分类缩略名(Slug)的解决世界上最难的游戏在Flash里模拟物理运动:Box2DFlashAS3DiggLife新主题Beta中&#8230;如何让Wordpress模板在不同页面显示不同侧边栏如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)Adobe Flash Player即将升级:Moviestar桌面版Wordpress评论提醒工具]]></description>
			<content:encoded><![CDATA[<p>这两天在后台上传图片时一直无法使用WordPress的Flash上传工具（<a href="http://www.swfupload.org/">SWFUploader</a>），点击了Upload之后没有任何反应，只好暂时使用Browser Uploader。因为这个问题正好发生在重装了系统之后，所以怀疑是新安装的Flash Player 10的问题，搜索了一下之后发现<a href="http://www.bit-101.com/blog/?p=1382">果然如此</a>。</p>
<p><span id="more-2735"></span></p>
<p>这是一个很古老的问题了，具体的原因是：Flash Player 10出于安全性的考量对调出文件浏览对话框的条件进行了升级，只有用户进行了直接性的交互操作才能激活文件浏览对话框，比如鼠标点击Flash上传按钮，这是为了防止恶意代码打开文件浏览窗口，可能会导致用户在无意中上传某些敏感信息给第三方服务器。</p>
<p>而WordPress的上传工具SWFUploader采取的是Flash+JavaScript组合，它的上传按钮只是一个HTML式的按钮，点击上传按钮后会激活一段JavaScript代码让Flash打开文件浏览窗口，在Flash看来这是一个间接操作，因此导致错误。</p>
<p>除了WordPress之外，这个问题还影响到Flick、Zooomr等图片/视频分享网站的上传操作。</p>
<p>目前<a href="http://swfupload.org/forum/news/827">SWFUPloader的2.2.0版本</a>已经解决了这个问题，似乎采取的是直接使用Flash按钮的模式，避开了Flash Player的安全问题。不过WordPress里的SWFUPloader还没有升级到这个版本。WordPress 2.8的功能介绍中表示将会创建一个基于Flash 10的上传工具，估计等到2.8才会彻底解决这个问题。</p>
<p>现在解决这个问题要么从SWFUPloader下手，要么从Flash下手，所有有两种解决方案：</p>
<p>1.下载一个<a href="http://wordpress.org/support/topic/177127#post-886724" target="_blank">SWFUPloader补丁</a>，解压后覆盖原文件即可。</p>
<p>搞定后按钮变得很丑陋，不过只要功能OK，后台变丑也无所谓啦。如果实在看着不爽也可以自己修改一下images文件夹里面的那个png图片。</p>
<p>2.卸载Flash Player 10，安装Flash Player 9。</p>
<p>首先需要下载一个<a title="Flash卸载工具" href="http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157">官方的卸载工具</a>，然后下载Flash Player 9后安装即可。</p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/convert-powerpoint-flash.html" title="免费将Powerpoint转换为Flash">免费将Powerpoint转换为Flash</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/hardest-game.html" title="世界上最难的游戏">世界上最难的游戏</a></li><li><a href="http://www.digglife.cn/articles/physics-emulator-box2dflashas3.html" title="在Flash里模拟物理运动:Box2DFlashAS3">在Flash里模拟物理运动:Box2DFlashAS3</a></li><li><a href="http://www.digglife.cn/articles/digglife-new-theme-online.html" title="DiggLife新主题Beta中&#8230;">DiggLife新主题Beta中&#8230;</a></li><li><a href="http://www.digglife.cn/articles/different-sidebar-in-different-pages.html" title="如何让Wordpress模板在不同页面显示不同侧边栏">如何让Wordpress模板在不同页面显示不同侧边栏</a></li><li><a href="http://www.digglife.cn/articles/sidebar-widgets-support.html" title="如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)">如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)</a></li><li><a href="http://www.digglife.cn/articles/adobe-flash-player-moviestar.html" title="Adobe Flash Player即将升级:Moviestar">Adobe Flash Player即将升级:Moviestar</a></li><li><a href="http://www.digglife.cn/articles/wordpress-comment-notifier.html" title="桌面版Wordpress评论提醒工具">桌面版Wordpress评论提醒工具</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/flash-player-10-swfupload-error.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>关于WordPress2.6的图片说明(image Captioin)</title>
		<link>http://www.digglife.cn/articles/about-wordpress26-image-caption.html</link>
		<comments>http://www.digglife.cn/articles/about-wordpress26-image-caption.html#comments</comments>
		<pubDate>Wed, 16 Jul 2008 05:00:32 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[图片说明]]></category>
		<category><![CDATA[新功能]]></category>

		<guid isPermaLink="false">http://www.digglife.cn/?p=2589</guid>
		<description><![CDATA[WordPress2.6昨天正式发布,DiggLife也在第一时间升级到了2.6版.这个版本新增了一个个人觉得很不错的小功能”图片说明”(Image Caption),能够在图片周围加上方便读者理解的说明文字.Wordpress2.6这个功能的真正意义是新增了一个Captioin的标签,而且在后台编辑图片的时候有一个Caption文本框,至于在日志中如何显示,要视乎主题CSS文件中对Caption的定义. 如果你足够细心的话,可以看到Wordpress2.6默认主题的CSS代码相比以前的版本新增了如下一段: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 &#160; /* Captions */ .aligncenter, div.aligncenter &#123; display: block; margin-left: auto; margin-right: auto; &#125; &#160; .wp-caption &#123; border: [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress2.6昨天<a title="Wordpress2.6的发布报告" href="http://wordpress.org/development/2008/07/wordpress-26-tyner/" target="_blank">正式发布</a>,DiggLife也在第一时间升级到了2.6版.这个版本新增了一个个人觉得很不错的小功能”图片说明”(Image Caption),能够在图片周围加上方便读者理解的说明文字.Wordpress2.6这个功能的真正意义是新增了一个Captioin的标签,而且在后台编辑图片的时候有一个Caption文本框,至于在日志中如何显示,要视乎主题CSS文件中对Caption的定义.</p>
<p><span id="more-2589"></span></p>
<div class="wp-caption aligncenter" style="width: 476px"><img title="Wordpress2.6" src="http://wordpress.org/screenshots/2.5/ss-5.png" alt="图片说明就是类似这样的效果" width="466" height="303" /><p class="wp-caption-text">图片说明就是类似这样的效果</p></div>
<p>如果你足够细心的话,可以看到Wordpress2.6默认主题的CSS代码相比以前的版本新增了如下一段:</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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&nbsp;
<span style="color: #808080; font-style: italic;">/* Captions */</span>
.aligncenter<span style="color: #00AA00;">,</span>
div<span style="color: #6666ff;">.aligncenter</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin-left</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.wp-caption</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#ddd</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">text-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background-color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#f3f3f3</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding-top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">4px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span>
-moz-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
-khtml-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
-webkit-border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
border-radius<span style="color: #00AA00;">:</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.wp-caption</span> img <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #6666ff;">.wp-caption</span> p.wp-caption-<span style="color: #993333;">text</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">11px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">17px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">4px</span> <span style="color: #933;">5px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #808080; font-style: italic;">/* End captions */</span></pre></td></tr></table></div>

<p>以上这一段就是默认主题中新增的关于图片说明的样式代码.如果你正在使用的主题中没有对Caption做出定义的话,即便在编辑的时候加入了图片说明,这些文字也只能以普通的方式显示出来,等于是没有效果.</p>
<p>所以如果你想让图片说明起到作用,可以将上面的代码修改成自己喜欢的样式之后复制到主题的CSS文件中.</p>
<p>顺便提一下,Wordpress其中有4项比较重要的新功能:日志版本修订,一键发布标签,支持Google Gears缓存静态文件,主题预览.这四个里面日志版本修订对于团队博客来说也许有点用处,对于个人博客来说只会加重数据库的负担,<a title="屏蔽 WordPress 日志修订功能" href="http://fairyfish.net/2008/07/15/disable-post-revision/" target="_blank">屏蔽掉</a>最好.另外的Turbo和主题预览我都非常喜欢,很实用.</p>
<p>你升级到WP2.6了么?</p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/digglife-new-theme-online.html" title="DiggLife新主题Beta中&#8230;">DiggLife新主题Beta中&#8230;</a></li><li><a href="http://www.digglife.cn/articles/different-sidebar-in-different-pages.html" title="如何让Wordpress模板在不同页面显示不同侧边栏">如何让Wordpress模板在不同页面显示不同侧边栏</a></li><li><a href="http://www.digglife.cn/articles/sidebar-widgets-support.html" title="如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)">如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)</a></li><li><a href="http://www.digglife.cn/articles/wordpress-comment-notifier.html" title="桌面版Wordpress评论提醒工具">桌面版Wordpress评论提醒工具</a></li><li><a href="http://www.digglife.cn/articles/3-column-wordpress-themes.html" title="20款美观的三栏Wordpress主题模板">20款美观的三栏Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" title="24款新鲜,易用,优雅的Wordpress主题模板">24款新鲜,易用,优雅的Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/10-fresh-wordpress-themes.html" title="新鲜出炉的11款Wordpress主题模版">新鲜出炉的11款Wordpress主题模版</a></li><li><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="20款绝对不会让你失望的Wordpress模版.">20款绝对不会让你失望的Wordpress模版.</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/about-wordpress26-image-caption.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress无法编辑分类缩略名(Slug)的解决</title>
		<link>http://www.digglife.cn/articles/can-not-modify-category-slug.html</link>
		<comments>http://www.digglife.cn/articles/can-not-modify-category-slug.html#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:34:34 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[博客]]></category>

		<guid isPermaLink="false">http://www.digglife.cn/articles/can-not-modify-category-slug.html</guid>
		<description><![CDATA[今天在获得Google管理员工具的抓取错误信息之后想整理一下分类和标签,发现当修改分类缩略名(Slug)的时候Wordpress始终提示&#34;分类未更新&#34;,亦然保持原有的缩略名.用Google搜索了一圈之后没有找到相关文章,只好用英文搜索相关内容,最终发现了原因所在和解决方案. 造成无法更改分类缩略名的原因很简单,WordPress 2.3及以上的版本由于引进了标签功能,Wordpress数据库结构发生了变化,链接分类,日志分类和标签被整合到wp_terms表中(这个页面有详细说明).由于分类缩略名必须唯一,所以如果你已经使用了某个词作为标签或者链接分类,那么你将无法将其作为分类缩略名. 知道原因之后解决起来就非常简单了,无非是使用另外一个分类缩略名或者删除那个重复的标签.这就要看哪个损失比较小了,如果你的日志里已经多次连接到这个分类,那么最好使用Simple Tags删除或者修改标签,反之则修改分类缩略名. 所以说,如果你的博客才建立不久,最好确定所有应该固定下来的链接,比如页面缩略名,分类缩略名,日志永久链接结构等,不然修改起来会非常麻烦,而且会造成不必要的损失. 顺便求助一下:Google网站管理员工具提示了接近100个无法找到的网址,我发现很多是添加链接的时候失误,或者链接后来变化造成,但是单单根据Google网站管理员提供的一个链接很难定位到问题所在的网址,不知道大家有没有什么快速简便的办法解决这些死链?谢谢了! Copyright &#169; 2007-2011 DiggLife 有关网络和软件技巧 了解更多相关信息20款绝对不会让你失望的Wordpress模版.8款优雅简洁的Wordpress模版传说中的wordpress&#8230;DiggLife年度之最升级Flash Player 10导致WordPress Flash上传工具失效Gadgets Advisor Technology News回来打个招呼谈谈DiggLife所在的服务器关于Wordpress2.6的图片说明(image Captioin)菊子曰博客离线编辑器Alpha 3 SP1评测]]></description>
			<content:encoded><![CDATA[<p>今天在获得<a title="Google网站管理员工具改版,新增订阅统计" href="http://www.digglife.cn/articles/google-webmaster-tools-redesign.html" target="_blank">Google管理员工具</a>的抓取错误信息之后想整理一下分类和标签,发现当修改<a title="分类缩略名具体说明" href="http://codex.wordpress.org/Glossary#Slug" target="_blank">分类缩略名</a>(Slug)的时候Wordpress始终提示&quot;分类未更新&quot;,亦然保持原有的缩略名.用Google搜索了一圈之后没有找到相关文章,只好用英文搜索相关内容,最终发现了原因所在和<a title="Can’t edit category slug ?" href="http://imknight.net/archives/2008/01/20/cant-edit-category-slug/" target="_blank">解决方案</a>.</p>
<p>造成无法更改分类缩略名的原因很简单,<a title="Wordpress" href="http://www.digglife.cn/articles/tag/wordpress" target="_blank">WordPress</a> 2.3及以上的版本由于引进了标签功能,Wordpress数据库结构发生了变化,链接分类,日志分类和标签被整合到wp_terms表中(<a title="Wordpress数据库说明文档2.3" href="http://codex.wordpress.org/Database_Description/2.3" target="_blank">这个页面</a>有详细说明).由于分类缩略名必须唯一,所以如果你已经使用了某个词作为标签或者链接分类,那么你将无法将其作为分类缩略名.</p>
<p><span id="more-2543"></span><br />
<!--more-->
<p>知道原因之后解决起来就非常简单了,无非是使用另外一个分类缩略名或者删除那个重复的标签.这就要看哪个损失比较小了,如果你的日志里已经多次连接到这个分类,那么最好使用<a title="Simple Tags" href="http://wordpress.org/extend/plugins/simple-tags/" target="_blank">Simple Tags</a>删除或者修改标签,反之则修改分类缩略名.</p>
<p>所以说,如果你的<a title="博客" href="http://www.digglife.cn/articles/tag/%e5%8d%9a%e5%ae%a2" target="_blank">博客</a>才建立不久,最好确定所有应该固定下来的链接,比如页面缩略名,分类缩略名,日志永久链接结构等,不然修改起来会非常麻烦,而且会造成不必要的损失.</p>
</p>
</p>
</p>
<p>顺便求助一下:Google网站管理员工具提示了接近100个无法找到的网址,我发现很多是添加链接的时候失误,或者链接后来变化造成,但是单单根据Google网站管理员提供的一个链接很难定位到问题所在的网址,不知道大家有没有什么快速简便的办法解决这些死链?谢谢了!</p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="20款绝对不会让你失望的Wordpress模版.">20款绝对不会让你失望的Wordpress模版.</a></li><li><a href="http://www.digglife.cn/articles/8%e6%ac%be%e4%bc%98%e9%9b%85%e7%ae%80%e6%b4%81%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="8款优雅简洁的Wordpress模版">8款优雅简洁的Wordpress模版</a></li><li><a href="http://www.digglife.cn/articles/first-look-wordpress.html" title="传说中的wordpress&#8230;">传说中的wordpress&#8230;</a></li><li><a href="http://www.digglife.cn/articles/top-of-2008.html" title="DiggLife年度之最">DiggLife年度之最</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/gadgets-advisor-technology-news.html" title="Gadgets Advisor Technology News">Gadgets Advisor Technology News</a></li><li><a href="http://www.digglife.cn/articles/say-hello.html" title="回来打个招呼">回来打个招呼</a></li><li><a href="http://www.digglife.cn/articles/my-blog-sever-provider.html" title="谈谈DiggLife所在的服务器">谈谈DiggLife所在的服务器</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/alternative-for-windows-live-writer-juziyue.html" title="菊子曰博客离线编辑器Alpha 3 SP1评测">菊子曰博客离线编辑器Alpha 3 SP1评测</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/can-not-modify-category-slug.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>DiggLife新主题Beta中&#8230;</title>
		<link>http://www.digglife.cn/articles/digglife-new-theme-online.html</link>
		<comments>http://www.digglife.cn/articles/digglife-new-theme-online.html#comments</comments>
		<pubDate>Mon, 03 Sep 2007 15:52:19 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[digglife]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主题]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1755</guid>
		<description><![CDATA[前些天说过在考虑换一个主题的,思来想去还是决定更换了试试效果再说. 首先要感谢来自巴基斯坦牛博Dj Flush,这个芳名为Tigopedia的主题就是他花了接近5个月做出来的. 我觉得这个主题的整体效果不错,配色和结构我都比较喜欢.但是因为是英文模板,所以还有很多问题要解决. 1.乱码问题.这个以前有经验,所以加上一段代码就解决了. 2.书签.把Single页内的国外书签服务替换为国内的,我的技术太差,图片没能做好,之后可能会重新画一下. 3.正文字体.原主题的默认字体为Lucida Grande,汉字显示有些不符合阅读习惯,现在正在修改当中. 4.侧边栏字体.我开始就发现比较小,但是如果加大的话可能会导致文字和前面的小图片不协调,不知道该如何解决. 5.侧边栏内容.我不太懂侧边栏对SEO的影响,所以应该放哪些内容,哪些应该放在左边我都还在考虑当中. 6.Logo.我基本是PS盲,所以即便是有个想法都无法表现出来,现在的这个Logo我本意是想将英文字母e用D和L组合起来,但是效果比较糟糕.希望有人帮我再做一个哦.嗯,那个,亲爱的Fisio,虽然你说过”不要甩一个&#8217;帮我做一个&#8217;就完了!”,但是你就特殊对待一下偶吧. 7.友情链接.不是我故意撤掉友情链接,而是在Widgets中添加后显示出了问题,目前正在想办法解决. 大家对这个主题有什么看法,请一定要在下面留言,我急需你们的意见和帮助. Update: 友情链接已添上,侧边字体增加1pt. 白屏现象修复,侧边栏字体更改为10pt,Opera下背景渲染问题修复. Copyright &#169; 2007-2011 DiggLife 有关网络和软件技巧 了解更多相关信息24款新鲜,易用,优雅的Wordpress主题模板新鲜出炉的11款Wordpress主题模版Gmail的主题很养眼升级Flash Player 10导致WordPress Flash上传工具失效回来打个招呼7个漂亮的Vista主题(视觉样式)下载关于Wordpress2.6的图片说明(image Captioin)Windows XP,Vista和Mac版Firefox 3主题下载Wordpress无法编辑分类缩略名(Slug)的解决惨痛]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpcache.yo2.cn/wp-content/uploads/3/379/2007/08/logo-thumb.png" align="right"/> 前些天说过在考虑换一个主题的,思来想去还是决定更换了试试效果再说.</p>
<p>首先要感谢来自巴基斯坦牛博<strong><a href="http://www.sizlopedia.com/" target="_blank">Dj Flush</a></strong>,这个芳名为<a href="http://www.sizlopedia.com/tigopedia/" target="_blank">Tigopedia</a>的主题就是他花了接近5个月做出来的.</p>
<p>我觉得这个主题的整体效果不错,配色和结构我都比较喜欢.但是因为是英文模板,所以还有很多问题要解决.</p>
<p>1.乱码问题.这个以前有经验,所以加上一段代码就解决了.</p>
<p>2.书签.把Single页内的国外书签服务替换为国内的,我的技术太差,图片没能做好,之后可能会重新画一下.</p>
<p>3.正文字体.原主题的默认字体为Lucida Grande,汉字显示有些不符合阅读习惯,现在正在修改当中.</p>
<p>4.侧边栏字体.我开始就发现比较小,但是如果加大的话可能会导致文字和前面的小图片不协调,不知道该如何解决.</p>
<p>5.侧边栏内容.我不太懂侧边栏对SEO的影响,所以应该放哪些内容,哪些应该放在左边我都还在考虑当中.</p>
<p>6.Logo.我基本是PS盲,所以即便是有个想法都无法表现出来,现在的这个Logo我本意是想将英文字母e用D和L组合起来,但是效果比较糟糕.希望有人帮我再做一个哦.嗯,那个,<a href="http://fisio.cn" target="_blank">亲爱的Fisio</a>,虽然你说过”不要甩一个&#8217;帮我做一个&#8217;就完了!”,但是你就特殊对待一下偶吧.</p>
<p>7.友情链接.不是我故意撤掉友情链接,而是在Widgets中添加后显示出了问题,目前正在想办法解决.</p>
<p>大家对这个主题有什么看法,请一定要在下面留言,我急需你们的意见和帮助.</p>
<p>Update:</p>
<p>友情链接已添上,侧边字体增加1pt.</p>
<p>白屏现象修复,侧边栏字体更改为10pt,Opera下背景渲染问题修复.</p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" title="24款新鲜,易用,优雅的Wordpress主题模板">24款新鲜,易用,优雅的Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/10-fresh-wordpress-themes.html" title="新鲜出炉的11款Wordpress主题模版">新鲜出炉的11款Wordpress主题模版</a></li><li><a href="http://www.digglife.cn/articles/beautiful-gmail-theme.html" title="Gmail的主题很养眼">Gmail的主题很养眼</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/say-hello.html" title="回来打个招呼">回来打个招呼</a></li><li><a href="http://www.digglife.cn/articles/vista-theme-visual-style-download.html" title="7个漂亮的Vista主题(视觉样式)下载">7个漂亮的Vista主题(视觉样式)下载</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/firefox3-themes-download-windows-mac.html" title="Windows XP,Vista和Mac版Firefox 3主题下载">Windows XP,Vista和Mac版Firefox 3主题下载</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/fuck-you-guys.html" title="惨痛">惨痛</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/digglife-new-theme-online.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>如何让WordPress模板在不同页面显示不同侧边栏</title>
		<link>http://www.digglife.cn/articles/different-sidebar-in-different-pages.html</link>
		<comments>http://www.digglife.cn/articles/different-sidebar-in-different-pages.html#comments</comments>
		<pubDate>Fri, 24 Aug 2007 03:48:30 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[侧边栏]]></category>
		<category><![CDATA[插件]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1654</guid>
		<description><![CDATA[很多人喜欢在不同的页面显示不同的侧边,事实上这的确非常管用,比如你为了访客体验不想把广告显示在首页而更愿意放在文章页,这就非常需要把index.php和single.php的侧边区别起来.有了上一篇做基础,这个实现起来其实非常简单.很多博主采取的是在functions.php中的“register_sidebar(“后添加数字,这种方法也非常好,但是对于三栏模板需要将侧栏的两列分别建立不同的sidebar文件,那么要实现不同的侧栏你需要建立4个sidebar.相比这个方法,我更加喜欢直接在functions.php中直接添加sidebar定义.下面拿我修改的那个三栏模板作为示例: (****以下代码在Feed阅读器中可能会有问题,如果感兴趣建议到原网页.) 1.修改functions.php. 三栏模板本身应该只有两个sidebar定义,现在我们再给它添加两个. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 &#160; &#60; ?php // 默认的侧边栏定义 if &#40; function_exists&#40;'register_sidebar'&#41; &#41; register_sidebar&#40;array&#40; 'name' [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://wpcache.yo2.cn/wp-content/uploads/3/379/2007/08/wordpress-logo-cristal-thumb.jpg" border="0" alt="wordpress_logo" width="70" height="70" align="right" />很多人喜欢在不同的页面显示不同的侧边,事实上这的确非常管用,比如你为了访客体验不想把广告显示在首页而更愿意放在文章页,这就非常需要把index.php和single.php的侧边区别起来.有了<a title="如何让wordpress模板支持侧边栏插件(sidebar widget)" href="http://www.digglife.cn/articles/sidebar-widgets-support.html" target="_blank">上一篇</a>做基础,这个实现起来其实非常简单.很多博主采取的是在functions.php中的<strong>“register_sidebar(“</strong>后添加数字,这种方法也非常好,但是对于三栏模板需要将侧栏的两列分别建立不同的sidebar文件,那么要实现不同的侧栏你需要建立4个sidebar.相比这个方法,我更加喜欢直接在functions.php中直接添加sidebar定义.下面拿我修改的那个<strong>三栏模板</strong>作为示例:</p>
<p>(****以下代码在Feed阅读器中可能会有问题,如果感兴趣建议到原网页.)</p>
<p><span id="more-1654"></span></p>
<p><strong>1.修改functions.php.</strong></p>
<p>三栏模板本身应该只有两个sidebar定义,现在我们再给它添加两个.</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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
</pre></td><td class="code"><pre class="css" style="font-family:monospace;">&nbsp;
&lt; ?php
// 默认的侧边栏定义
if <span style="color: #00AA00;">&#40;</span> function_exists<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'register_sidebar'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#41;</span>
register_sidebar<span style="color: #00AA00;">&#40;</span>array<span style="color: #00AA00;">&#40;</span>
<span style="color: #ff0000;">'name'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'Left Sidebar'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
if <span style="color: #00AA00;">&#40;</span> function_exists<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'register_sidebar'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#41;</span>
register_sidebar<span style="color: #00AA00;">&#40;</span>array<span style="color: #00AA00;">&#40;</span>
<span style="color: #ff0000;">'name'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'Right Sidebar'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
//以下为文章页侧边栏定义.
&nbsp;
if <span style="color: #00AA00;">&#40;</span> function_exists<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'register_sidebar'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#41;</span>
register_sidebar<span style="color: #00AA00;">&#40;</span>array<span style="color: #00AA00;">&#40;</span>
<span style="color: #ff0000;">'name'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'Left Sidebar2'</span><span style="color: #00AA00;">,</span>   //name值自行定义
<span style="color: #ff0000;">'before_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>
&nbsp;
if <span style="color: #00AA00;">&#40;</span> function_exists<span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">'register_sidebar'</span><span style="color: #00AA00;">&#41;</span> <span style="color: #00AA00;">&#41;</span>
register_sidebar<span style="color: #00AA00;">&#40;</span>array<span style="color: #00AA00;">&#40;</span>
<span style="color: #ff0000;">'name'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'Right Sidebar2'</span><span style="color: #00AA00;">,</span> //name值自行定义
<span style="color: #ff0000;">'before_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_widget'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/li&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'before_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #ff0000;">'after_title'</span> <span style="color: #00AA00;">=&gt;</span> <span style="color: #ff0000;">'&lt;/h2&gt;'</span><span style="color: #00AA00;">,</span>
<span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span>?<span style="color: #00AA00;">&gt;</span></pre></td></tr></table></div>

<p><strong>2.新建一个sidebar2.php</strong>(文件名可以自己取,我只是举个例子),复制默认的sidebar.php中的所有文件并粘贴进来(当然是已经支持Widgets的那个),并修改下面的代码中的<strong>#7</strong>为Functons.php文件中新加入的Sidebar的name.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'#7'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>所以我的模板中的两段代码应该为:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;sidebar&quot;</span><span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;sidebar_r&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #666666; font-style: italic;">//右侧栏</span>
<span style="color: #339933;">&lt;</span>ul<span style="color: #339933;">&gt;</span> <span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Right Sidebar2'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">......</span>
<span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>ul<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;sidebar_l&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #666666; font-style: italic;">//左侧栏</span>
<span style="color: #339933;">&lt;</span>ul<span style="color: #339933;">&gt;</span> <span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dynamic_sidebar'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">&amp;&amp;</span> dynamic_sidebar<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Left Sidebar2'</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">else</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">......</span>
<span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>ul<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p><strong>3.修改single.php文件.</strong></p>
<p>在single.php中找到<span style="background-color: #ff9900;">< ?php get_sidebar(); ? ></span>,删除之,改为:</p>

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

<p>保存退出.如果你还想修改Page.php等页面的话,可以使用同样的方法.</p>
<p>登入后台的侧边栏区块,你就会发现已经出现了4个Widgets,给它们分别添加不同的内容,就可以实现在不同的页面显示不同的侧边栏了.</p>
<p><strong>4.总结:</strong></p>
<p>在网上流传比较广泛的是将functions.php中的<span style="background-color: #ff9900;">“register_sidebar(array(“</span>改为<span style="background-color: #ff9900;">“register_sidebar(4, array(“</span>的模式,并创建4个sidebar文件,具体方法好多人都有介绍,推荐一个:</p>
<p><a href="http://zeuscn.net/" target="_blank">zEUS</a>的<a href="http://zeuscn.net/archives/2007/08/11/update-sidebar-widget/" target="_blank">WP自带Sidebar Widgets的终极改造</a></p>
<p>这种方法其实更加专业,但是我觉得不如我上面说的直观和傻瓜化.</p>
<p>我本来想把DiggLife的模板也改为这种模式,但是还没有想好该放什么东西,本来目前的侧边该怎样放我一直都在犹豫呢.</p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/sidebar-widgets-support.html" title="如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)">如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)</a></li><li><a href="http://www.digglife.cn/articles/how-to-download-web-video.html" title="如何从YouTube,优酷,土豆等视频网站下载在线视频">如何从YouTube,优酷,土豆等视频网站下载在线视频</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/backup-windows-live-writer.html" title="如何全面备份Windows Live Writer">如何全面备份Windows Live Writer</a></li><li><a href="http://www.digglife.cn/articles/manage-multiple-accouts-without-logging-off.html" title="同时管理同一网站的不同帐户:CookieSwap">同时管理同一网站的不同帐户:CookieSwap</a></li><li><a href="http://www.digglife.cn/articles/digglife-new-theme-online.html" title="DiggLife新主题Beta中&#8230;">DiggLife新主题Beta中&#8230;</a></li><li><a href="http://www.digglife.cn/articles/wordpress-comment-notifier.html" title="桌面版Wordpress评论提醒工具">桌面版Wordpress评论提醒工具</a></li><li><a href="http://www.digglife.cn/articles/3-column-wordpress-themes.html" title="20款美观的三栏Wordpress主题模板">20款美观的三栏Wordpress主题模板</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/different-sidebar-in-different-pages.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>如何让WordPress模板支持Sidebar Widgets(侧边栏插件)</title>
		<link>http://www.digglife.cn/articles/sidebar-widgets-support.html</link>
		<comments>http://www.digglife.cn/articles/sidebar-widgets-support.html#comments</comments>
		<pubDate>Thu, 23 Aug 2007 13:51:45 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[侧边栏]]></category>
		<category><![CDATA[修改]]></category>
		<category><![CDATA[插件]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1653</guid>
		<description><![CDATA[昨天研究了一下Wordpress的模板修改,主要是为了给一个不支持自定义侧边栏的三栏模板加入这个简单方便的功能.其实我是一个PHP文盲,对Wordpress模板的修改也并没有深刻的了解,下面是作为一个门外汉研究心得,只讨论实现方法,并不深究原因,没有多大的技术含量,希望高手不要见笑. 一.有关侧边栏的两个重要文件 侧边栏所涉及到的主要集中在这两个文件上,我的理解是,sidebar.php负责侧边栏的显示内容,fuctions.php在这里则负责侧边栏如何显示.一个不支持侧边栏插件的模板没有functions.php这个文件,sidebar.php中也没有调用语句. 二.Functions.php文件修改. 为了让模板支持侧边栏插件,首先需要新建一个functions.php文件,然后添加一些代码.我参考了一些文章和许多模板代码之后,发现三栏和两栏的fuctions.php代码在细节上有些区别,为了更加清除地说明,下面分两种情况讨论(我靠,怎么像做数学啊): 1.两栏模板(侧栏只有一列) [sourcecode language='php'] < ?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'before_widget' => &#8216; &#8216;, // #1 &#8216;after_widget&#8217; => &#8216; &#8216;, // #2 &#8216;before_title&#8217; => &#8216; &#8216;, // #3 &#8216;after_title&#8217; => &#8216; &#8216;, // #4 ));?> [/sourcecode] 其中#1和#2是定义Widget内容前后标识符的语句,#3和#4是定义Widget标题的标识符的语句.根据模板的具体情况而定,你可以参考sidebar.php中已经定义过的侧边栏来决定应该采用哪种标识符.比如我修改的那个模板的sidebar.php中: [sourcecode language='php'] //右栏模块 //Widgets前标识 < ?php _e('Archives'); ?> //Widgets标题 < ?php wp_get_archives('type=monthly'); ?> [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/wordpress-logo-cristal.jpg"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/wordpress-logo-cristal-thumb.jpg" alt="wordpress-logo-cristal" width="70" height="70" align="right" /></a> 昨天研究了一下Wordpress的模板修改,主要是为了给一个不支持自定义侧边栏的三栏模板加入这个简单方便的功能.其实我是一个PHP文盲,对Wordpress模板的修改也并没有深刻的了解,下面是作为一个门外汉研究心得,只讨论实现方法,并不深究原因,没有多大的技术含量,希望高手不要见笑.  <span id="more-1653"></span></p>
<h4><strong>一.有关侧边栏的两个重要文件</strong></h4>
<p>侧边栏所涉及到的主要集中在这两个文件上,我的理解是,sidebar.php负责侧边栏的显示内容,fuctions.php在这里则负责侧边栏如何显示.一个不支持侧边栏插件的模板没有functions.php这个文件,sidebar.php中也没有调用语句.</p>
<h4><strong>二.Functions.php文件修改.</strong></h4>
<p>为了让模板支持侧边栏插件,首先需要新建一个functions.php文件,然后添加一些代码.我参考了一些文章和许多模板代码之后,发现三栏和两栏的fuctions.php代码在细节上有些区别,为了更加清除地说明,下面分两种情况讨论(我靠,怎么像做数学啊):  <strong>1.两栏模板(侧栏只有一列) </strong><br />
[sourcecode language='php']</p>
<p>< ?php if ( function_exists('register_sidebar') ) register_sidebar(array(<br />
'before_widget' => &#8216;
<li>&#8216;,    // #1<br />
&#8216;after_widget&#8217; => &#8216;</li>
<p>&#8216;,     // #2<br />
&#8216;before_title&#8217; => &#8216;<br />
<h2>&#8216;,      // #3<br />
&#8216;after_title&#8217; => &#8216;</h2>
<p>&#8216;,       // #4<br />
));?><br />
[/sourcecode]</p>
<p>其中<strong>#1和#2是定义Widget内容前后标识符的语句,#3和#4是定义Widget标题的标识符的语句</strong>.根据模板的具体情况而定,你可以参考sidebar.php中已经定义过的侧边栏来决定应该采用哪种标识符.比如我修改的那个模板的sidebar.php中:<br />
[sourcecode language='php']</p>
<div id="sidebar_r">//右栏模块</p>
<ul>
<li> //Widgets前标识<br />
<h2>< ?php _e('Archives'); ?></h2>
<p>//Widgets标题</p>
<ul> < ?php wp_get_archives('type=monthly'); ?></ul>
</li>
<p>//  widgets后标识 &#8230;&#8230;
</ul>
</div>
<p>[/sourcecode]<br />
所以我应该在#1和#2语句中的&#8217; &#8216;内填入分别填入&lt;li&gt;和&lt;/li&gt;,#3和#4语句中的&#8217; &#8216;内填入&lt;h2&gt;和&lt;/h2&gt;.</p>
<p><strong>2.三栏模板(侧栏有两列)</strong> 通常情况下,三栏模板的functions.php可以按照如下代码定义:<br />
[sourcecode language='php']<br />
< ?php if ( function_exists('register_sidebar') ) register_sidebar(array(<br />
'name' => &#8216;Left Sidebar&#8217;,         //#5<br />
&#8216;before_widget&#8217; => &#8216;
<li>&#8216;,<br />
&#8216;after_widget&#8217; => &#8216;</li>
<p>&#8216;,<br />
&#8216;before_title&#8217; => &#8216;<br />
<h2>&#8216;,<br />
&#8216;after_title&#8217; => &#8216;</h2>
<p>&#8216;,<br />
));</p>
<p>if ( function_exists(&#8216;register_sidebar&#8217;) ) register_sidebar(array(<br />
&#8216;name&#8217; => &#8216;Right Sidebar&#8217;,      //#6<br />
&#8216;before_widget&#8217; => &#8216;
<li>&#8216;,<br />
&#8216;after_widget&#8217; => &#8216;</li>
<p>&#8216;,<br />
&#8216;before_title&#8217; => &#8216;<br />
<h2>&#8216;,<br />
&#8216;after_title&#8217; => &#8216;</h2>
<p>&#8216;,<br />
)); ?><br />
[/sourcecode]</p>
<p>不要看代码很长,其实还是很简单.因为侧栏有两列,所以代码自然比单列的两栏模板多出一段,而且几乎一样.区别<strong>只在#5和#6两处的name</strong>,所谓<strong>name就是给widget指定各自的名称</strong>,以便在sidebar.php中分别调用.所以你只需要给这两个widget取两个自己认得的名字就好了.</p>
<h4><strong>三.Sidebar.php文件的修改.</strong></h4>
<p>functions.php改好之后,sidebar.php就非常之简单了.我们只需在合适的地方加上下面这段代码:<br />
[sourcecode language='php']</p>
<p>< ?php if ( function_exists('dynamic_sidebar') &amp;&amp; dynamic_sidebar('#7') ) : else : ?></p>
<p>< ?php endif; ?></p>
<p>[/sourcecode]</p>
<p>其中&lt;strong&gt;#7&lt;/strong&gt;为widgets的名称,对应name属性的值(#5和#6).</p>
<p>&lt;strong&gt;以我的右栏为例:&lt;/strong&gt;<br />
[sourcecode language='php']</p>
<div id="sidebar_r">//右栏模块</p>
<ul>
#8</p>
<li> //Widgets前标识<br />
<h2>< ?php _e('Archives'); ?></h2>
<p> //Widgets标题</p>
<ul> < ?php wp_get_archives('type=monthly'); ?></ul>
</li>
<p>//  widgets后标识<br />
&#8230;&#8230;(更多模板默认的widgets)#9
</ul>
</div>
<p>[/sourcecode]</p>
<p>如果你想保留默认的sidebar定义,在<strong>#8</strong>处加上上述代码的第一行,在<strong>#9</strong>处添加第二行即可.如果你不再需要默认的sidebar定义,可以将他们全部删除,直接加上上面的代码(推荐).  两栏模板只需添加一次,三栏模板需要给左右两列各添加一次,当然要对应functions.php中各自的name.</p>
<h4><strong>四.总结</strong></h4>
<p>1.模板不同,代码会有差别,请根据模板的情况决定代码.</p>
<p>2.上面这些我试验过多次,证明是可行的而且也是简单的,如果有什么错误的地方,请在留言中指出,谢谢.</p>
<p>3.参考:<a href="http://www.crystown.cn/" target="_blank">Crystown</a>的<a href="http://www.crystown.cn/index.php/p/36/" target="_blank">WordPress Widget研究(一)</a></p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/different-sidebar-in-different-pages.html" title="如何让Wordpress模板在不同页面显示不同侧边栏">如何让Wordpress模板在不同页面显示不同侧边栏</a></li><li><a href="http://www.digglife.cn/articles/3-column-wordpress-themes.html" title="20款美观的三栏Wordpress主题模板">20款美观的三栏Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" title="24款新鲜,易用,优雅的Wordpress主题模板">24款新鲜,易用,优雅的Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="20款绝对不会让你失望的Wordpress模版.">20款绝对不会让你失望的Wordpress模版.</a></li><li><a href="http://www.digglife.cn/articles/8%e6%ac%be%e4%bc%98%e9%9b%85%e7%ae%80%e6%b4%81%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="8款优雅简洁的Wordpress模版">8款优雅简洁的Wordpress模版</a></li><li><a href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html" title="美味标签中最受欢迎的10大Wordpress主题模板">美味标签中最受欢迎的10大Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/how-to-download-web-video.html" title="如何从YouTube,优酷,土豆等视频网站下载在线视频">如何从YouTube,优酷,土豆等视频网站下载在线视频</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/google-docs-templates.html" title="使用开放的模板创建Google文件">使用开放的模板创建Google文件</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/sidebar-widgets-support.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>桌面版WordPress评论提醒工具</title>
		<link>http://www.digglife.cn/articles/wordpress-comment-notifier.html</link>
		<comments>http://www.digglife.cn/articles/wordpress-comment-notifier.html#comments</comments>
		<pubDate>Thu, 09 Aug 2007 10:58:05 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[提醒]]></category>
		<category><![CDATA[评论]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1490</guid>
		<description><![CDATA[很多使用Wordpress系统的博客因为并不完全信任Wordpress自带的垃圾评论过滤系统,所以更加愿意在读者评论在网页上显示之前对它们进行验证,但是如果博客上的评论很多,潮水般的邮件会让你的不胜其烦. 为了保证一个清洁的收件箱,How-to-Geek的编辑们基于Wordpress的API制作了一个桌面小程序,当有新评论时,这个软件会跳出一个弹出窗口提示,让你能够及时作出处理.    设置界面:只需要输入Blog地址,用户名以及密码. 下载: WordPress Comment Notifier(.zip 20KB) 下载后解压即可用,需要电脑上安装有 .Net Framework 2.0 来自How-To-Geek Copyright &#169; 2007-2011 DiggLife 有关网络和软件技巧 了解更多相关信息5个最好的免费屏幕截图软件最好的日文桌面电子词典EBWin更新到3.00如何从YouTube,优酷,土豆等视频网站下载在线视频Vista和XP下使用Windows 7风格的记事本常驻我电脑的10个免费国产软件升级Flash Player 10导致WordPress Flash上传工具失效批量转换图片为PDF免费绿色的图片转ICO图标工具ToYcon优化游戏时的Windows性能:GameXP离线搜索维基百科WikiTaxi]]></description>
			<content:encoded><![CDATA[<p>很多使用Wordpress系统的博客因为并不完全信任Wordpress自带的垃圾评论过滤系统,所以更加愿意在读者评论在网页上显示之前对它们进行验证,但是如果博客上的评论很多,潮水般的邮件会让你的不胜其烦.</p>
<p>为了保证一个清洁的收件箱,<a target="_blank" href="http://www.howtogeek.com/">How-to-Geek</a>的编辑们基于Wordpress的API制作了一个桌面小程序,当有新评论时,这个软件会跳出一个弹出窗口提示,让你能够及时作出处理. </p>
<p><a atomicselection="true" href="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/notifer1.png"><img width="282" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/notifer1-thumb.png" alt="notifer1" height="97" /></a> </p>
<p>设置界面:只需要输入Blog地址,用户名以及密码.</p>
<p><a atomicselection="true" href="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/wordpressnotify-settings.png"><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/08/wordpressnotify-settings-thumb.png" alt="WordPressNotify_Settings" height="325" /></a></p>
<p><strong>下载:</strong></p>
<p><a target="_blank" href="http://www.howtogeek.com/softwarefiles/WordPressNotify_0.1.zip">WordPress Comment Notifier</a>(.zip 20KB)</p>
<p>下载后解压即可用,需要电脑上安装有 .Net Framework 2.0</p>
<p>来自<a target="_blank" href="http://www.howtogeek.com/howto/the-geek-blog/how-to-geek-software-wordpress-comment-moderation-notifier">How-To-Geek</a></p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/five-best-screen-capture-softwares.html" title="5个最好的免费屏幕截图软件">5个最好的免费屏幕截图软件</a></li><li><a href="http://www.digglife.cn/articles/japanese-edictionary-ebwin-update.html" title="最好的日文桌面电子词典EBWin更新到3.00">最好的日文桌面电子词典EBWin更新到3.00</a></li><li><a href="http://www.digglife.cn/articles/how-to-download-web-video.html" title="如何从YouTube,优酷,土豆等视频网站下载在线视频">如何从YouTube,优酷,土豆等视频网站下载在线视频</a></li><li><a href="http://www.digglife.cn/articles/ribbon-notepad-under-vista-xp.html" title="Vista和XP下使用Windows 7风格的记事本">Vista和XP下使用Windows 7风格的记事本</a></li><li><a href="http://www.digglife.cn/articles/national-software-i-recommend.html" title="常驻我电脑的10个免费国产软件">常驻我电脑的10个免费国产软件</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/convert-image-pdf.html" title="批量转换图片为PDF">批量转换图片为PDF</a></li><li><a href="http://www.digglife.cn/articles/convert-image-icon-with-drag-drop.html" title="免费绿色的图片转ICO图标工具ToYcon">免费绿色的图片转ICO图标工具ToYcon</a></li><li><a href="http://www.digglife.cn/articles/optimize-system-performance-for-game.html" title="优化游戏时的Windows性能:GameXP">优化游戏时的Windows性能:GameXP</a></li><li><a href="http://www.digglife.cn/articles/use-wikipedia-offline.html" title="离线搜索维基百科WikiTaxi">离线搜索维基百科WikiTaxi</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/wordpress-comment-notifier.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>20款美观的三栏WordPress主题模板</title>
		<link>http://www.digglife.cn/articles/3-column-wordpress-themes.html</link>
		<comments>http://www.digglife.cn/articles/3-column-wordpress-themes.html#comments</comments>
		<pubDate>Mon, 30 Jul 2007 09:22:15 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[三栏式]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1365</guid>
		<description><![CDATA[曾经在WordPress Designer上读过一篇名为How To Create Popular WordPress Themes的文章,它列举了受欢迎的Wordpress模板必备的17条要素,其中是否为三栏作为第一条列出,由此可见3栏模板的风行程度. 下面是过去几个月下载比较火的三栏式Wordpress主题,转自Shankar Ganesh.已经认定自己的模板已经天下第一的可以直接Scroll Down,权当图片欣赏^_^;还没有决定好自己的模板的,可以挑选一下. 惯例:点击图片预览,点击标题下载. 1.Daily Blog Tips Theme 2.Fluid Solution 3.PressRow 3 Column 4.Pride 5.Torn 2.0 with Widgets 6.Unnamed 7.WPDesigner 5.10 8.Silhoutte 9.PlainTxtBlog 10.Lorem Ipsum 11.Fresh Theme(无预览) 12.Not so Fresh 13.Blogging Pro 14.Digital Pop 15.Zeke 1.0 + Widgets 16.MyJournal Themes 17.Cutline 3 Column 18.Blue Zinfandel 19.Brajeshwar 20.Qwilm! 没有找到喜欢的?下面还有: [...]]]></description>
			<content:encoded><![CDATA[<p>曾经在<a href="http://www.wpdesigner.com/" target="_blank">WordPress Designer</a>上读过一篇名为<a href="http://www.wpdesigner.com/2007/07/17/how-to-create-popular-wordpress-themes/" target="_blank">How To Create Popular WordPress Themes</a>的文章,它列举了受欢迎的Wordpress模板必备的17条要素,其中是否为三栏作为第一条列出,由此可见3栏模板的风行程度.</p>
<p>下面是过去几个月下载比较火的三栏式Wordpress主题,转自<a href="http://blog.shankarganesh.com/2007/07/28/3-column-wordpress-themes-my-picks/" target="_blank">Shankar Ganesh</a>.已经认定自己的模板已经天下第一的可以直接Scroll Down,权当图片欣赏^_^;还没有决定好自己的模板的,可以挑选一下.</p>
<p><strong>惯例:点击图片预览,点击标题下载.</strong></p>
<p>1.<strong><a href="http://www.dailyblogtips.com/daily-blog-tips-theme-released/" target="_blank">Daily Blog Tips Theme</a></strong></p>
<p><a href="http://www.dailyblogtips.com/daily-blog-tips-theme-released/" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/dailyblogtips.png" alt="dailyblogtips" height="245" width="450" /></a></p>
<p><span id="more-1365"></span></p>
<p>2.<strong><a href="http://www.kaushalsheth.com/mint/pepper/orderedlist/downloads/download.php?file=http%3A//kaushalsheth.com/fluidsolution.zip" target="_blank">Fluid Solution</a></strong></p>
<p><strong><a href="http://www.wpdemo.kaushalsheth.com/index.php?wptheme=Fluid+Solution" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/fluidsol.png" alt="fluidsol" height="240" width="450" /></a> </strong></p>
<p>3.<strong><a href="http://thewrongadvices.com/downloads/3C-PressRow.zip" target="_blank">PressRow 3 Column</a></strong></p>
<p><a href="http://themes.wordpress.net/testrun/?wptheme=3033" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/pressrow3col.png" alt="pressrow3col" height="243" width="450" /></a></p>
<p>4.<strong><a href="http://www.wpdesigner.com/wp-content/plugins/wp-downloadMonitor/download.php?id=3" target="_blank">Pride</a></strong></p>
<p><a href="http://www.wpdesigner.com/demo/index.php?preview=Pride" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/pride.png" alt="pride" height="241" width="450" /></a></p>
<p>5.<strong><a href="http://www.themes.solostream.com/download-manager.php?id=5" target="_blank">Torn 2.0 with Widgets</a></strong></p>
<p><a href="http://www.themes.solostream.com/index.php?wptheme=Torn+2.0+%2B+Widgets" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/torn20.png" alt="torn20" height="243" width="450" /></a></p>
<p><strong>6.</strong><strong><a href="http://xuyiyang.com/download-manager.php?id=6" target="_blank">Unnamed</a></strong></p>
<p><a href="http://themes.wordpress.net/testrun/?wptheme=767" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/unnamed.png" alt="unnamed" height="249" width="450" /></a></p>
<p><strong>7.</strong><strong><a href="http://www.wpdesigner.com/wp-content/plugins/wp-downloadMonitor/download.php?id=4" target="_blank">WPDesigner 5.10</a></strong></p>
<p><a href="http://www.wpdesigner.com/demo/index.php?preview=Wpdesigner5" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/wpdesigner.png" alt="wpdesigner" height="247" width="450" /></a></p>
<p><strong>8.<a href="http://www.briangardner.com/download/silhouette-3column.zip" target="_blank">Silhoutte</a></strong></p>
<p><a href="http://www.briangardner.com/demos/index.php?wptheme=Silhouette+3-Column" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/silhoutte.png" alt="silhoutte" height="241" width="450" /></a></p>
<p><strong>9.</strong><strong><a href="http://www.plaintxt.org/wp-content/uploads/plaintxtblog_v302.zip" target="_blank">PlainTxtBlog</a></strong></p>
<p><a href="http://www.plaintxt.org/wp-content/uploads/plaintxtblog_v3.png" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/plaintxtblog.png" alt="plaintxtblog" height="337" width="450" /></a></p>
<p><strong>10.<a href="http://code.google.com/p/lorem-ipsum/downloads/list" target="_blank">Lorem Ipsum</a></strong></p>
<p><a href="http://www.letsmint.com/2007/lorem-ipsum-wordpress-theme/" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/loremipsum.png" alt="loremipsum" height="243" width="450" /></a></p>
<p><strong>11.<a href="http://www.ilemoned.com/download/wptheme-fresh-1.2.zip" target="_blank">Fresh Theme</a>(无预览)</strong></p>
<p><a href="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/fresh.png" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/fresh-thumb.png" alt="fresh" height="268" width="450" /></a></p>
<p><strong>12.<a href="http://www.xsized.de/download/notso_freshe.zip" target="_blank">Not so Fresh</a></strong></p>
<p><a href="http://www.wpsnap.com/test/?wptheme=14" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/notsofresh.png" alt="notsofresh" height="256" width="450" /></a></p>
<p><strong>13.<a href="http://www.bloggingpro.com/themes/bloggingpro_mt.zip" target="_blank">Blogging Pro</a></strong></p>
<p><a href="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/bloggingpro.png" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/bloggingpro-thumb.png" alt="bloggingpro" height="264" width="450" /></a></p>
<p><strong>14.<a href="http://www.writerspace.net/mint/pepper/tillkruess/downloads/download.php?uri=http%3A//www.writerspace.net/wp-content/downloads/digitalpop.zip" target="_blank">Digital Pop</a></strong></p>
<p><a href="http://www.writerspace.net/wp-content/images/screenshot6.jpg" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/digitalpop.png" alt="digitalpop" height="243" width="450" /></a></p>
<p><strong>15.<a href="http://www.themes.solostream.com/download-manager.php?id=6" target="_blank">Zeke 1.0 + Widgets</a></strong></p>
<p><a href="http://www.themes.solostream.com/index.php?wptheme=Zeke+1.0+%2B+Widgets" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/zeke10.png" alt="zeke10" height="243" width="450" /></a></p>
<p><strong>16.<a href="http://blogosquare.com/2007/03/31/download-myjournal-a-lightwhite3columns-minimal-theme/" target="_blank">MyJournal Themes</a></strong></p>
<p><a href="http://blogosquare.com/2007/03/31/download-myjournal-a-lightwhite3columns-minimal-theme/" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/myjournalethereal.png" alt="myjournalethereal" height="256" width="450" /></a></p>
<p><strong>17.<a href="http://themes.wordpress.net/download.php?theme=4415" target="_blank">Cutline 3 Column</a></strong></p>
<p><a href="http://themes.wordpress.net/testrun/?wptheme=4415" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/cutline3col.png" alt="cutline3col" height="241" width="450" /></a></p>
<p><strong>18.<a href="http://www.briangardner.com/download/blue-zinfandel-3column.zip" target="_blank">Blue Zinfandel</a></strong></p>
<p><a href="http://www.briangardner.com/demos/index.php?wptheme=Blue+Zinfandel+3-Column" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/bluezinfandel.png" alt="bluezinfandel" height="243" width="450" /></a></p>
<p><strong>19.<a href="http://code.google.com/p/brajeshwar-theme/downloads/list" target="_blank">Brajeshwar</a></strong></p>
<p><a href="http://theme.brajeshwar.com/" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/brajeshwar.png" alt="brajeshwar" height="270" width="450" /></a></p>
<p><strong>20.<a href="http://themes.wordpress.net/download.php?theme=61" target="_blank">Qwilm!</a></strong></p>
<p><a href="http://themes.wordpress.net/testrun/?wptheme=61" target="_blank" atomicselection="true"><img src="http://www.digglife.cn/wp-content/uploads/3/379/2007/07/qwilm.png" alt="qwilm" height="253" width="450" /></a></p>
<p>没有找到喜欢的?下面还有:</p>
<p><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" target="_blank">24款新鲜,易用,优雅的Wordpress主题模板</a></p>
<p><a href="http://www.digglife.cn/articles/10-fresh-wordpress-themes.html" target="_blank">新鲜出炉的11款Wordpress主题模版</a></p>
<p><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" target="_blank">20款绝对不会让你失望的Wordpress模版</a></p>
<p><a href="http://www.digglife.cn/articles/8%e6%ac%be%e4%bc%98%e9%9b%85%e7%ae%80%e6%b4%81%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" target="_blank">8款优雅简洁的Wordpress模版</a></p>
<p><a href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html" target="_blank">美味标签中最受欢迎的10大Wordpress主题模板</a></p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/sidebar-widgets-support.html" title="如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)">如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)</a></li><li><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" title="24款新鲜,易用,优雅的Wordpress主题模板">24款新鲜,易用,优雅的Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="20款绝对不会让你失望的Wordpress模版.">20款绝对不会让你失望的Wordpress模版.</a></li><li><a href="http://www.digglife.cn/articles/8%e6%ac%be%e4%bc%98%e9%9b%85%e7%ae%80%e6%b4%81%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="8款优雅简洁的Wordpress模版">8款优雅简洁的Wordpress模版</a></li><li><a href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html" title="美味标签中最受欢迎的10大Wordpress主题模板">美味标签中最受欢迎的10大Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/google-docs-templates.html" title="使用开放的模板创建Google文件">使用开放的模板创建Google文件</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/download-office2007-templates-free.html" title="6款美观的Office 2007模板免费下载">6款美观的Office 2007模板免费下载</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/3-column-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>24款新鲜,易用,优雅的WordPress主题模板</title>
		<link>http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html</link>
		<comments>http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html#comments</comments>
		<pubDate>Wed, 27 Jun 2007 13:43:22 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[模板]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1147</guid>
		<description><![CDATA[下面是最近出炉的24款易用简洁而优雅的Wordpress主题.废话少说,来看看吧.相信你能找到自己喜欢的. 优雅型Wordpress模板 1. Copyblogger Theme   2. Dark_Black 3. HemingwayEx 4. Deep Blue 5. i3Theme brothers, Left and Right! 6. Bus Full of Hippies 7. PinkLove 8. Swiss Cool WordPress Theme 9. School&#8217;s in Session 10. Xenoria 11. Autumn Concept 1.0 12. Blue Idea 13. Illacrimo 简洁型Wordpress主题 14. Upstart Blogger Modicus 15. Upstart Blogger Modio [...]]]></description>
			<content:encoded><![CDATA[<p>下面是最近出炉的24款易用简洁而优雅的Wordpress主题.废话少说,来看看吧.相信你能找到自己喜欢的.</p>
<h4><strong>优雅型Wordpress模板</strong></h4>
<p><strong>1. </strong><a href="http://www.pearsonified.com/theme/copyblogger/"><strong>Copyblogger Theme</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-11.gif" alt="beautiful-wordpress-themes-11" height="237" /> </strong></p>
<p><strong>2. </strong><a href="http://onemorerevision.com/dark_black_release/"><strong>Dark_Black</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-10.gif" alt="beautiful-wordpress-themes-10" height="237" /> </strong></p>
<p><span id="more-1147"></span></p>
<p><strong>3. </strong><a href="http://www.nalinmakar.com/hemingwayex/"><strong>HemingwayEx</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-03.jpg" alt="beautiful-wordpress-themes-03" height="239" /> </strong></p>
<p><strong>4. </strong><a href="http://templates.arcsin.se/deep-blue-website-template/"><strong>Deep Blue</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-19.gif" alt="beautiful-wordpress-themes-19" height="237" /> </strong></p>
<p><strong>5. </strong><a href="http://www.mangoorange.com/2007/06/18/i3theme-brothers-left-and-right/"><strong>i3Theme brothers, Left and Right!</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-00.jpg" alt="beautiful-wordpress-themes-00" height="237" /> </strong></p>
<p><strong>6. </strong><a href="http://archgfx.net/blog/2007/geek/blogging/bus-full-of-hippies-for-wordpress"><strong>Bus Full of Hippies</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-08.gif" alt="beautiful-wordpress-themes-08" height="144" /> </strong></p>
<p><strong>7. </strong><a href="http://www.romow.com/blog/3-column-wordpress-theme-pinklove/"><strong>PinkLove</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-17.gif" alt="beautiful-wordpress-themes-17" height="237" /></strong></p>
<p><strong>8. </strong><a href="http://writerspace.net/index.php/2007/05/12/swiss-cool-wordpress-theme/"><strong>Swiss Cool WordPress Theme</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-28.gif" alt="beautiful-wordpress-themes-28" height="504" /> </strong></p>
<p><strong>9. </strong><a href="http://nuwen.com/media/wordpress-themes"><strong>School&#8217;s in Session</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-20.gif" alt="beautiful-wordpress-themes-20" height="238" /> </strong></p>
<p><strong>10. </strong><a href="http://nuwen.com/media/wordpress-themes"><strong>Xenoria</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-20-2.gif" alt="beautiful-wordpress-themes-20-2" height="237" /> </strong></p>
<p><strong>11. </strong><a href="http://edmerritt.com/wordpress/?page_id=49"><strong>Autumn Concept 1.0</strong></a></p>
<p><strong><img width="409" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-01.jpg" alt="beautiful-wordpress-themes-01" height="288" /> </strong></p>
<p><strong>12. </strong><a href="http://www.livelydirectory.com/blog/wordpress-theme-blue-idea.html"><strong>Blue Idea</strong></a><strong> </strong></p>
<p><strong><img width="317" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-39.gif" alt="beautiful-wordpress-themes-39" height="262" /> </strong></p>
<p><strong>13. </strong><a href="http://www.lifespy.com/2007/illacrimo-theme-release/"><strong>Illacrimo</strong></a></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-06.jpg" alt="beautiful-wordpress-themes-06" height="285" /> </strong></p>
<h4><strong>简洁型Wordpress主题</strong></h4>
<p><strong>14. </strong><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modicus"><strong>Upstart Blogger Modicus</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-36.gif" alt="beautiful-wordpress-themes-36" height="217" /> </strong></p>
<p><strong>15. </strong><a href="http://www.upstartblogger.com/wordpress-theme-upstart-blogger-modio"><strong>Upstart Blogger Modio</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-37.gif" alt="beautiful-wordpress-themes-37" height="340" /> </strong></p>
<p><strong>16. </strong><a href="http://www.alexallied.com/alexified"><strong>Alexified</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-31.gif" alt="beautiful-wordpress-themes-31" height="285" /> </strong></p>
<p><strong>17. </strong><a href="http://cutline.tubetorial.com/"><strong>Cutline Theme for WordPress</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-03.gif" alt="beautiful-wordpress-themes-03" height="238" /> </strong></p>
<p><strong>18. </strong><a href="http://themes.performancing.com/themes/announcing-the-photopress-wordpress-theme-for-photoblogs/"><strong>Photopress</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-04.gif" alt="beautiful-wordpress-themes-04" height="238" /> </strong></p>
<p><strong>19. </strong><a href="http://aslamp.com/aslamphc-10-osmium-10/"><strong>aslampHC 1.0 / Osmium 1.0</strong></a><strong> </strong></p>
<p><strong> <img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-25-2.gif" alt="beautiful-wordpress-themes-25-2" height="144" /> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-25.gif" alt="beautiful-wordpress-themes-25" height="144" /> </strong></p>
<p><strong>20. </strong><a href="http://www.koch-werkstatt.de/2006/11/08/download-theme-experimental/"><strong>Experimental</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-38.gif" alt="beautiful-wordpress-themes-38" height="189" /> </strong></p>
<p><strong>21. </strong><a href="http://www.koch-werkstatt.de/2007/03/24/wordpress-theme-simplicity/"><strong>Simplicity</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-40.gif" alt="beautiful-wordpress-themes-40" height="334" /> </strong></p>
<p><strong>22. </strong><a href="http://www.jdavidmacor.com/2007/05/10/wordpress-theme-deliciously-blue/"><strong>Deliciously Blue</strong></a><strong> </strong></p>
<p><strong><img width="380" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-35.gif" alt="beautiful-wordpress-themes-35" height="559" /> </strong></p>
<h5></h5>
<p><strong>23. </strong><a href="http://webrevolutionary.com/sharpfolio-wordpress-portfolio-theme/"><strong>Sharpfolio</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-04.jpg" alt="beautiful-wordpress-themes-04" height="237" /> </strong></p>
<p><strong>24. </strong><a href="http://webrevolutionary.com/coldblue/"><strong>Coldblue</strong></a><strong> </strong></p>
<p><strong><img width="450" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/beautiful-wordpress-themes-05.jpg" alt="beautiful-wordpress-themes-05" height="461" /> </strong></p>
<p>来自<a target="_blank" href="http://www.smashingmagazine.com/"><strong>Smashing Magazine</strong></a></p>
<p><strong>更多wordpress主题:</strong></p>
<p><a target="_blank" href="http://www.digglife.cn/articles/10-fresh-wordpress-themes.html">新鲜出炉的11款Wordpress主题模版</a></p>
<p><a target="_blank" href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html">20款绝对不会让你失望的Wordpress模版</a></p>
<p><a target="_blank" href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html">美味标签中最受欢迎的10大Wordpress主题模板</a></p>
<p><a target="_blank" href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html">8款优雅简洁的Wordpress模版</a></p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/digglife-new-theme-online.html" title="DiggLife新主题Beta中&#8230;">DiggLife新主题Beta中&#8230;</a></li><li><a href="http://www.digglife.cn/articles/sidebar-widgets-support.html" title="如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)">如何让Wordpress模板支持Sidebar Widgets(侧边栏插件)</a></li><li><a href="http://www.digglife.cn/articles/3-column-wordpress-themes.html" title="20款美观的三栏Wordpress主题模板">20款美观的三栏Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/10-fresh-wordpress-themes.html" title="新鲜出炉的11款Wordpress主题模版">新鲜出炉的11款Wordpress主题模版</a></li><li><a href="http://www.digglife.cn/articles/20%e6%ac%be%e7%bb%9d%e5%af%b9%e4%b8%8d%e4%bc%9a%e8%ae%a9%e4%bd%a0%e5%a4%b1%e6%9c%9b%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="20款绝对不会让你失望的Wordpress模版.">20款绝对不会让你失望的Wordpress模版.</a></li><li><a href="http://www.digglife.cn/articles/8%e6%ac%be%e4%bc%98%e9%9b%85%e7%ae%80%e6%b4%81%e7%9a%84wordpress%e6%a8%a1%e7%89%88.html" title="8款优雅简洁的Wordpress模版">8款优雅简洁的Wordpress模版</a></li><li><a href="http://www.digglife.cn/articles/%e7%be%8e%e5%91%b3%e6%a0%87%e7%ad%be%e4%b8%ad%e6%9c%80%e5%8f%97%e6%ac%a2%e8%bf%8e%e7%9a%8410%e5%a4%a7wordpress%e4%b8%bb%e9%a2%98%e6%a8%a1%e6%9d%bf.html" title="美味标签中最受欢迎的10大Wordpress主题模板">美味标签中最受欢迎的10大Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/beautiful-gmail-theme.html" title="Gmail的主题很养眼">Gmail的主题很养眼</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/vista-theme-visual-style-download.html" title="7个漂亮的Vista主题(视觉样式)下载">7个漂亮的Vista主题(视觉样式)下载</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>新鲜出炉的11款WordPress主题模版</title>
		<link>http://www.digglife.cn/articles/10-fresh-wordpress-themes.html</link>
		<comments>http://www.digglife.cn/articles/10-fresh-wordpress-themes.html#comments</comments>
		<pubDate>Sat, 09 Jun 2007 08:12:09 +0000</pubDate>
		<dc:creator>摩摩诘</dc:creator>
				<category><![CDATA[博客研究]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[模版]]></category>

		<guid isPermaLink="false">http://digglife.cn/wordpress/?p=1001</guid>
		<description><![CDATA[新鲜出炉的Wordpress模版,点击图片预览,点击标题下载. 1.Pride 2.Prosumer (current version 1.1)(可以在首页随机显示3个图片,有点意思) 3.Clean Copy 两栏版本 三栏版本 4.Silk Stream(flickr被和谐在这个截图上看得很清楚,侧边栏红叉一片啊) 5.Daleri Selection 6.CopyBlogger(著名的CopyBlogger) 7.Why Dont You theme 8.Gathering 3C 9.MyIsland 10.Simply Blue 11.FieldScape 编辑改写自Weblog Tools Collection. 更多Wordpress主题 Copyright &#169; 2007-2011 DiggLife 有关网络和软件技巧 了解更多相关信息DiggLife新主题Beta中&#8230;24款新鲜,易用,优雅的Wordpress主题模板Gmail的主题很养眼升级Flash Player 10导致WordPress Flash上传工具失效7个漂亮的Vista主题(视觉样式)下载关于Wordpress2.6的图片说明(image Captioin)Windows XP,Vista和Mac版Firefox 3主题下载Wordpress无法编辑分类缩略名(Slug)的解决主题大变脸:Windows XP模拟苹果Mac OSX如何让Wordpress模板在不同页面显示不同侧边栏]]></description>
			<content:encoded><![CDATA[<p>新鲜出炉的Wordpress模版,点击图片预览,点击标题下载.</p>
<p><strong>1.</strong><a target="_blank" href="http://www.wpdesigner.com/wp-content/plugins/wp-downloadMonitor/download.php?id=3"><strong>Pride</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://www.wpdesigner.com/demo/index.php?preview=Pride"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/pride.png" alt="pride" height="225" /></a></p>
<p><strong>2.</strong><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3718"><strong>Prosumer (current version 1.1)</strong></a>(可以在首页随机显示3个图片,有点意思)</p>
<p><a atomicselection="true" href="http://demo.jauhari.net/?wptheme=Prosumer"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/prosumer-screen.jpg" alt="prosumer-screen" height="188" /></a></p>
<p><span id="more-1001"></span></p>
<p><strong>3.Clean Copy</strong></p>
<p><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3665">两栏版本</a></p>
<p><a atomicselection="true" href="http://themes.wordpress.net/testrun/?wptheme=3665"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/cleancopyright400.jpg" alt="cleancopyright400" height="300" /></a></p>
<p><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3660">三栏版本</a></p>
<p><a atomicselection="true" href="http://themes.wordpress.net/testrun/?wptheme=3660"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/cleancopyfull400.jpg" alt="cleancopyfull400" height="300" /></a></p>
<p><strong>4.</strong><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3544"><strong>Silk Stream</strong></a>(flickr被和谐在这个截图上看得很清楚,侧边栏红叉一片啊)</p>
<p><a atomicselection="true" target="_blank" href="http://themes.wordpress.net/testrun/?wptheme=3544"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/silk-cr.png" alt="silk_cr" height="252" /></a></p>
<p><strong>5.</strong><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3588"><strong>Daleri Selection</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://themes.wordpress.net/testrun/?wptheme=3588"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/daleri-selection-.jpg" alt="Daleri Selection " height="225" /></a></p>
<p><strong>6.</strong><a target="_blank" href="http://www.copyblogger.com/downloads/copyblogger.zip"><strong>CopyBlogger</strong></a>(著名的CopyBlogger)</p>
<p><a atomicselection="true" target="_blank" href="http://www.pearsonified.com/theme/copyblogger/"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/screenshot.png" alt="screenshot" height="225" /></a></p>
<p><strong>7.</strong><a target="_blank" href="http://service.compuskills.co.uk/blog/wp-content/uploads/2007/06/whydontyoutheme.zip"><strong>Why Dont You theme</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://service.compuskills.co.uk/blog/2007/06/01/why-dont-you-theme/"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/whydontyou.png" alt="whydontyou" height="172" /></a></p>
<p><strong>8.</strong><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3234"><strong>Gathering 3C</strong></a></p>
<p><a atomicselection="true" href="http://www.headsetoptions.org/play/index.php?wptheme=Gathering+3C"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/gathering3c.gif" alt="gathering3c" height="225" /></a></p>
<p><strong>9.</strong><a href="http://themes.wordpress.net/download.php?theme=3614"><strong>MyIsland</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://themes.wordpress.net/testrun/?wptheme=3614"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/myisland.jpg" alt="myisland" height="225" /></a></p>
<p><strong>10.</strong><a target="_blank" href="http://board.themevibes.com/downloads.php?do=file&amp;id=51&amp;act=down"><strong>Simply Blue</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://wp.themevibes.com/simpleblue/"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/simplyblue.jpg" alt="SimplyBlue" height="225" /></a></p>
<p><strong>11.</strong><a target="_blank" href="http://themes.wordpress.net/download.php?theme=3645"><strong>FieldScape</strong></a></p>
<p><a atomicselection="true" target="_blank" href="http://themes.wordpress.net/testrun/?wptheme=3645"><img width="300" src="http://www.digglife.cn/wp-content/uploads/3/379/2007/06/fieldscape.jpg" alt="FieldScape" height="225" /></a></p>
<p>编辑改写自<a href="http://weblogtoolscollection.com">Weblog Tools Collection</a>.</p>
<p><a target="_blank" href="http://www.digglife.cn/articles/category/blog_tips/">更多Wordpress主题</a></p>
Copyright &copy; 2007-2011<br /> <a href="http://www.digglife.cn" target="_blank">DiggLife</a> 有关网络和软件技巧 </small><h2  class="related_post_title">了解更多相关信息</h2><ul class="related_post"><li><a href="http://www.digglife.cn/articles/digglife-new-theme-online.html" title="DiggLife新主题Beta中&#8230;">DiggLife新主题Beta中&#8230;</a></li><li><a href="http://www.digglife.cn/articles/24-fresh-usable-and-elegant-wordpress-themes.html" title="24款新鲜,易用,优雅的Wordpress主题模板">24款新鲜,易用,优雅的Wordpress主题模板</a></li><li><a href="http://www.digglife.cn/articles/beautiful-gmail-theme.html" title="Gmail的主题很养眼">Gmail的主题很养眼</a></li><li><a href="http://www.digglife.cn/articles/flash-player-10-swfupload-error.html" title="升级Flash Player 10导致WordPress Flash上传工具失效">升级Flash Player 10导致WordPress Flash上传工具失效</a></li><li><a href="http://www.digglife.cn/articles/vista-theme-visual-style-download.html" title="7个漂亮的Vista主题(视觉样式)下载">7个漂亮的Vista主题(视觉样式)下载</a></li><li><a href="http://www.digglife.cn/articles/about-wordpress26-image-caption.html" title="关于Wordpress2.6的图片说明(image Captioin)">关于Wordpress2.6的图片说明(image Captioin)</a></li><li><a href="http://www.digglife.cn/articles/firefox3-themes-download-windows-mac.html" title="Windows XP,Vista和Mac版Firefox 3主题下载">Windows XP,Vista和Mac版Firefox 3主题下载</a></li><li><a href="http://www.digglife.cn/articles/can-not-modify-category-slug.html" title="Wordpress无法编辑分类缩略名(Slug)的解决">Wordpress无法编辑分类缩略名(Slug)的解决</a></li><li><a href="http://www.digglife.cn/articles/transform-windows-to-osx.html" title="主题大变脸:Windows XP模拟苹果Mac OSX">主题大变脸:Windows XP模拟苹果Mac OSX</a></li><li><a href="http://www.digglife.cn/articles/different-sidebar-in-different-pages.html" title="如何让Wordpress模板在不同页面显示不同侧边栏">如何让Wordpress模板在不同页面显示不同侧边栏</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.digglife.cn/articles/10-fresh-wordpress-themes.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

