<?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>Alan&#039;s World &#187; G-White</title>
	<atom:link href="http://www.alanoy.com/tag/g-white/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alanoy.com</link>
	<description>Do what you want to do</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>DarkLight和G-White主题的图片透明效果和超链接背景</title>
		<link>http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/</link>
		<comments>http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 09:26:55 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[DarkLight]]></category>
		<category><![CDATA[G-White]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=199</guid>
		<description><![CDATA[DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如何去掉该效果，个人喜好不能加于公布的主题中，以后要注意，去掉的方法就是，在 style.css 中找到 .entrybody img，删除里面的 123filter: alpha&#40;opacity=80&#41;; opacity: 0.8; -moz-opacity: 0.8; 这三行，顺便把 .entrybody img:hover 整个删掉。 还有个问题是，这俩主题中，超链接图片在鼠标滑过时，图片底部会留下的红色背景，是我给超链接在鼠标滑过 a:hover 时设置了 padding 和 background 属性导致的，要去掉的话修改超链接的样式，去掉其内边距和背景属性。如果想保留超链接原来的样式，我写了个 jQuery，去掉超链接图片的背景和样式： 123$&#40;document&#41;.ready&#40;function&#40;&#41; &#123; &#160; &#160; $&#40;&#34;.entrybody a img&#34;&#41;.parent&#40;&#34;a&#34;&#41;.css&#40;&#123;&#34;background&#34;: &#34;none&#34;, &#34;padding&#34;: &#34;0&#34;&#125;&#41;; &#125;&#41;; 代码放到 js 文件夹下的 all.js 里面。这两个主题已经调用了 jQuery 库，如果你已经删掉了，那不会有效果。 Related Posts关于DarkLight主题新版本的开发 (18)在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...WordPress主题G-White更新到Ver 2.4 (89)G-White [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alanoy.com/tag/darklight/" title="DarkLight Theme">DarkLight</a> 和 <a href="http://www.alanoy.com/tag/g-white/" title="G-White Theme">G-White</a> 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如何去掉该效果，个人喜好不能加于公布的主题中，以后要注意，去掉的方法就是，在 style.css 中找到 <em>.entrybody img</em>，删除里面的<span id="more-199"></span></p>
<div class="codecolorer-container css dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">filter<span style="color: #00AA00;">:</span> alpha<span style="color: #00AA00;">&#40;</span>opacity<span style="color: #00AA00;">=</span><span style="color: #cc66cc;">80</span><span style="color: #00AA00;">&#41;</span><span style="color: #00AA00;">;</span><br />
opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.8</span><span style="color: #00AA00;">;</span><br />
-moz-opacity<span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0.8</span><span style="color: #00AA00;">;</span></div></td></tr></tbody></table></div>
<p>这三行，顺便把 <em>.entrybody img:hover</em> 整个删掉。</p>
<p>还有个问题是，这俩主题中，超链接图片在鼠标滑过时，图片底部会留下的红色背景，是我给超链接在鼠标滑过 <em>a:hover</em> 时设置了 <em>padding</em> 和 <em>background</em> 属性导致的，要去掉的话修改超链接的样式，去掉其内边距和背景属性。如果想保留超链接原来的样式，我写了个 jQuery，去掉超链接图片的背景和样式：</p>
<div class="codecolorer-container javascript dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="javascript codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$<span style="color: #009900;">&#40;</span>document<span style="color: #009900;">&#41;</span>.<span style="color: #660066;">ready</span><span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span><br />
&nbsp; &nbsp; $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;.entrybody a img&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">parent</span><span style="color: #009900;">&#40;</span><span style="color: #3366CC;">&quot;a&quot;</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">css</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span><span style="color: #3366CC;">&quot;background&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;none&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;padding&quot;</span><span style="color: #339933;">:</span> <span style="color: #3366CC;">&quot;0&quot;</span><span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></div></td></tr></tbody></table></div>
<p>代码放到 js 文件夹下的 all.js 里面。这两个主题已经调用了 jQuery 库，如果你已经删掉了，那不会有效果。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/about-new-darklight-theme/" title="关于DarkLight主题新版本的开发">关于DarkLight主题新版本的开发</a> (18)<br /><small>在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...</small></li><li><a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/" title="WordPress主题G-White更新到Ver 2.4">WordPress主题G-White更新到Ver 2.4</a> (89)<br /><small>G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="Wordpress主题：DarkLight 3.0">Wordpress主题：DarkLight 3.0</a> (62)<br /><small>当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty Te...</small></li><li><a href="http://www.alanoy.com/use-photo-to-replace-the-text-logo/" title="用图片替换文字Logo">用图片替换文字Logo</a> (19)<br /><small>用自制的图片来做博客的 Logo 相对文字 Logo 来说更美观、更多自定义性，鉴于 DarkLig...</small></li><li><a href="http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/" title="G-White主题显示文章摘要">G-White主题显示文章摘要</a> (20)<br /><small>Wordpress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学...</small></li><li><a href="http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/" title="关于DarkLight的相关文章和Bread Crumb样式">关于DarkLight的相关文章和Bread Crumb样式</a> (71)<br /><small>首先提个与本文章内容无关的，发现太多朋友喜欢去掉版权信息了，想不明白，版权信息就那么碍眼？？！像 J...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/">Permalink</a> |
<a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/#comments">13 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/&title=DarkLight和G-White主题的图片透明效果和超链接背景">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/&title=DarkLight和G-White主题的图片透明效果和超链接背景" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/&title=DarkLight和G-White主题的图片透明效果和超链接背景" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/&title=DarkLight和G-White主题的图片透明效果和超链接背景" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/&title=DarkLight和G-White主题的图片透明效果和超链接背景" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/darklight/" rel="tag">DarkLight</a>, <a href="http://www.alanoy.com/tag/g-white/" rel="tag">G-White</a>, <a href="http://www.alanoy.com/tag/tutorial/" rel="tag">Tutorial</a>, <a href="http://www.alanoy.com/tag/wordpress-theme/" rel="tag">Wordpress Theme</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>关于DarkLight主题新版本的开发</title>
		<link>http://www.alanoy.com/about-new-darklight-theme/</link>
		<comments>http://www.alanoy.com/about-new-darklight-theme/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 02:18:23 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[DarkLight]]></category>
		<category><![CDATA[G-White]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/%e5%85%b3%e4%ba%8edarklight%e4%b8%bb%e9%a2%98%e6%96%b0%e7%89%88%e6%9c%ac%e7%9a%84%e5%bc%80%e5%8f%91/</guid>
		<description><![CDATA[在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结构和 CSS 代码还有一些不合理和冗余的地方，结构方面已改好，正在重新写 CSS 代码。但受到 Jinwen 这篇文章的影响，我也有意尝试用 WordPress 官方主题进行开发，毕竟我的那些代码是从 WordPress 2.5 用到现在的，需要全面更新一下了，所以有了把 DarkLight 和 G-White 3.0 化的想法，即在 Twenty Ten 主题结构基础上的更新开发。 回到正题，首先是对 DarkLight 的更新，版本直接跳到 3.0 且不在对之前版本进行维护改进。说说几点特性，喜欢 DarkLight 主题的可以提提意见： Ajax Comment，这次会使用 Willin 最新的改进版。 嵌套评论，样式会有所改变，敬请关注 内嵌文章分页，这次不用 wp-pagenavi，而使用还是来自 Willin 的 Mini Pagenavi，很小巧。 一些 JavaScript 效果：如点击 Reply 自动添加 @somebody，下拉菜单，Ctrl+Enter 回复评论，在考虑要不要加页面滚动效果，个人觉得没什么必要。 进度不会很快，现在失业中，正在学习，杯具。 Related PostsWordpress主题：DarkLight 3.0 [...]]]></description>
			<content:encoded><![CDATA[<p>在 <a href="http://www.alanoy.com/tag/g-white" rel="nofollow" title="G-White Theme">G-White</a> 更新到 v2.4 后，其实前阵子还是在对 <a href="http://www.alanoy.com/tag/g-white" rel="nofollow" title="G-White Theme">G-White</a> 进行修改，因为主题的结构和 <abbr title="Cascading Style Sheet">CSS</abbr> 代码还有一些不合理和冗余的地方，结构方面已改好，正在重新写 <abbr title="Cascading Style Sheet">CSS</abbr> 代码。但受到 <a href="http://www.saywp.com/wordpress/my-new-theme-and-twentyten.html" rel="nofollow external" title="Jinwen">Jinwen</a> 这篇文章的影响，我也有意尝试用 WordPress 官方主题进行开发，毕竟我的那些代码是从 WordPress 2.5 用到现在的，需要全面更新一下了，所以有了把 <a href="http://www.alanoy.com/tag/darklight" rel="nofollow" title="DarkLight Theme">DarkLight</a> 和 <a href="http://www.alanoy.com/tag/g-white" rel="nofollow" title="G-White Theme">G-White</a> 3.0 化的想法，即在 Twenty Ten 主题结构基础上的更新开发。<span id="more-183"></span></p>
<p>回到正题，首先是对 <a href="http://www.alanoy.com/tag/darklight" rel="nofollow" title="DarkLight Theme">DarkLight</a> 的更新，版本直接跳到 3.0 且不在对之前版本进行维护改进。说说几点特性，喜欢 DarkLight 主题的可以提提意见：</p>
<ol>
<li>Ajax Comment，这次会使用 <a href="http://kan.willin.org/?p=1271" rel="external nofollow" title="Ajax Comment">Willin</a> 最新的改进版。</li>
<li>嵌套评论，样式会有所改变，敬请关注</li>
<li>内嵌文章分页，这次不用 wp-pagenavi，而使用还是来自 Willin 的 <a href="http://kan.willin.org/?p=1323" rel="external nofollow" title="Mini Pagenavi">Mini Pagenavi</a>，很小巧。</li>
<li>一些 JavaScript 效果：如点击 Reply 自动添加 @somebody，下拉菜单，Ctrl+Enter 回复评论，在考虑要不要加页面滚动效果，个人觉得没什么必要。</li>
</ol>
<p>进度不会很快，现在失业中，正在学习，杯具。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="Wordpress主题：DarkLight 3.0">Wordpress主题：DarkLight 3.0</a> (62)<br /><small>当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty Te...</small></li><li><a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/" title="DarkLight和G-White主题的图片透明效果和超链接背景">DarkLight和G-White主题的图片透明效果和超链接背景</a> (13)<br /><small>DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...</small></li><li><a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/" title="WordPress主题G-White更新到Ver 2.4">WordPress主题G-White更新到Ver 2.4</a> (89)<br /><small>G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-g-white-2-2/" title="Wordpress Theme: G-White 2.0">Wordpress Theme: G-White 2.0</a> (116)<br /><small>G-White 是自己做的一个比较久远的主题了，跟 DarkLight 一样，这次也直接跳到 Ver...</small></li><li><a href="http://www.alanoy.com/darklight-2-3/" title="DarkLight 2.3">DarkLight 2.3</a> (107)<br /><small>这两天开始动手修改 G-White 主题，很多东西修改，还是比较麻烦的，费了不少时间，然后在各浏览器...</small></li><li><a href="http://www.alanoy.com/darklight-2/" title="DarkLight 2.0">DarkLight 2.0</a> (128)<br /><small>DarkLight 2.0 终于如期发布，上个版本 1.04 直接跳到 2.0，改了挺多东西的，优化...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/about-new-darklight-theme/">Permalink</a> |
<a href="http://www.alanoy.com/about-new-darklight-theme/#comments">18 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/about-new-darklight-theme/&title=关于DarkLight主题新版本的开发">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/about-new-darklight-theme/&title=关于DarkLight主题新版本的开发" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/about-new-darklight-theme/&title=关于DarkLight主题新版本的开发" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/about-new-darklight-theme/&title=关于DarkLight主题新版本的开发" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/about-new-darklight-theme/&title=关于DarkLight主题新版本的开发" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/darklight/" rel="tag">DarkLight</a>, <a href="http://www.alanoy.com/tag/g-white/" rel="tag">G-White</a>, <a href="http://www.alanoy.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.alanoy.com/tag/wordpress-theme/" rel="tag">Wordpress Theme</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/about-new-darklight-theme/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>G-White主题显示文章摘要</title>
		<link>http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/</link>
		<comments>http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 04:27:52 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[G-White]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[文章摘要]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=116</guid>
		<description><![CDATA[WordPress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学提到要像我那样的摘要，然后把 Read More 在文章右下角显示。 首先修改 index.php 让文章显示摘要，把 index.php 中的： 1&#60;?php the_content&#40;'Read the rest of this entry &#38;raquo;'&#41;; ?&#62; 替换成如下（其中 600 为摘要文字符数）： 1&#60;?php echo mb_strimwidth&#40;strip_tags&#40;apply_filters&#40;'the_content', $post-&#62;post_content&#41;&#41;, 0, 600,&#34;......&#34;&#41;; ?&#62; 这样就可以不用在写文章的时候手动添加 more 标签了，不过这样的方法，图片会被直接无视，链接也只会显示成不能点击的文字。 接下来增加在文章右下角增加 Read More 链接。 找到： 1&#60;span class=&#34;single_tags&#34;&#62;&#60;?php the_tags&#40;'', ' , ' , ''&#41;; ?&#62;&#60;/span&#62; 在其下面加入： 123&#60;span class=&#34;read_more&#34;&#62; &#160; &#160; &#60;a title=&#34;Read [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学提到要像我那样的摘要，然后把 Read More 在文章右下角显示。<span id="more-116"></span></p>
<p>首先修改 index.php 让文章显示摘要，把 index.php 中的：</p>
<div class="codecolorer-container php dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_content<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Read the rest of this entry &amp;raquo;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>替换成如下（其中 600 为摘要文字符数）：</p>
<div class="codecolorer-container php dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #990000;">mb_strimwidth</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strip_tags</span><span style="color: #009900;">&#40;</span>apply_filters<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'the_content'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">post_content</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">600</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;......&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>这样就可以不用在写文章的时候手动添加 more 标签了，不过这样的方法，图片会被直接无视，链接也只会显示成不能点击的文字。</p>
<p>接下来增加在文章右下角增加 Read More 链接。<br />
找到：</p>
<div class="codecolorer-container html4strict dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;single_tags&quot;</span>&gt;&lt;?php the_tags<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">''</span>, <span style="color: #ff0000;">' , '</span> , <span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></div></td></tr></tbody></table></div>
<p>在其下面加入：</p>
<div class="codecolorer-container html4strict dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;read_more&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">title</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;Read the rest of this entry&quot;</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php the_permalink() ?&gt;</span></span>&quot; rel=&quot;nofollow&quot;&gt;<span style="color: #009900;">&lt;?php _e<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Read More'</span>,<span style="color: #ff0000;">''</span><span style="color: #66cc66;">&#41;</span>; ?&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></div></td></tr></tbody></table></div>
<p>接下来修改样式表，打开 style.css，在下面增加：</p>
<div class="codecolorer-container css dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #6666ff;">.read_more</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/read_more.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">3px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">right</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<p>这里提供个 <a href="http://www.alanoy.com/wp-content/uploads/2010/07/read_more.png" title="read more png">read_more.png</a>，当然你可以自己找个图片代替（请放到 G-White 下的 images 文件夹）。</p>
<p>PS. 看会之前的一些评论才知道（感谢 <a href="http://zhcn.org/" rel="nofollow">shuxin</a> 同学），一直有两个错误没修改过来，comments.php 这个文件有两个错误：<br />
1、行 77，Webseite (Optional)，其中，webseite 应该改成 website。<br />
2、行 101，<code class="codecolorer php dawn codes"><span class="php">input type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> name<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;submit&quot;</span> value<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&quot;</span> title<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Post Your Comment&quot;</span> alt<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;Post Your Comment&quot;</span></span></code> 的 value 的值要加一个空格即改成 value=&#8221; &#8220;，否则在 IE 中，显示“提交查询”，就与按钮背景图有冲突了。</p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/" title="WordPress主题G-White更新到Ver 2.4">WordPress主题G-White更新到Ver 2.4</a> (89)<br /><small>G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现...</small></li><li><a href="http://www.alanoy.com/use-jquery-to-hide-the-comment-author-info-for-commented-users/" title="jQuery 隐藏老用户评论资料框">jQuery 隐藏老用户评论资料框</a> (10)<br /><small>之前一直用的是 xiaorsz 的方法来隐藏老用户评论资料框，包括我发布的 DarkLight 和 ...</small></li><li><a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/" title="DarkLight和G-White主题的图片透明效果和超链接背景">DarkLight和G-White主题的图片透明效果和超链接背景</a> (13)<br /><small>DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...</small></li><li><a href="http://www.alanoy.com/about-new-darklight-theme/" title="关于DarkLight主题新版本的开发">关于DarkLight主题新版本的开发</a> (18)<br /><small>在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...</small></li><li><a href="http://www.alanoy.com/wordpress-gravatar-cache/" title="Wordpress Gravatar 头像缓存">Wordpress Gravatar 头像缓存</a> (17)<br /><small>最近 Gravatar 头像老是显示不能，google 之得一好方法。来自 Willin 方法，将 ...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-g-white-2-2/" title="Wordpress Theme: G-White 2.0">Wordpress Theme: G-White 2.0</a> (116)<br /><small>G-White 是自己做的一个比较久远的主题了，跟 DarkLight 一样，这次也直接跳到 Ver...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/">Permalink</a> |
<a href="http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/#comments">20 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/&title=G-White主题显示文章摘要">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/&title=G-White主题显示文章摘要" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/&title=G-White主题显示文章摘要" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/&title=G-White主题显示文章摘要" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/&title=G-White主题显示文章摘要" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/g-white/" rel="tag">G-White</a>, <a href="http://www.alanoy.com/tag/tutorial/" rel="tag">Tutorial</a>, <a href="http://www.alanoy.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.alanoy.com/tag/excerpt/" rel="tag">文章摘要</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>WordPress主题G-White更新到Ver 2.4</title>
		<link>http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/</link>
		<comments>http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 03:59:28 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[G-White]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=110</guid>
		<description><![CDATA[G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现这个主题最后一次更新是在 09 年 9 月份，原来已经过了这么久了，之前说过要更新的东西似乎有些忘掉了，(-_-); 这次修改的东西也不多： Categories 增加子菜单样式，如果分类含有子分类的话，现在可以正常显示，鼠标滑过显示。 Header 的页面 Navigation 稍作修改，原来当 Navigation 有点多的时候，会下滑，样式改变了，稍作修正，下滑后不影响外观。 有童鞋反应需要显示文章的年份，于是在单篇文章中加入年份显示 上篇文章提到的随机文章问题，当然也修改了 其他一些样式小修小改，不提也罢 修改不多，也混了一个 Verson，呵呵。 演示：Demo 下载 G-White 2.4 Related PostsDarkLight和G-White主题的图片透明效果和超链接背景 (13)DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...关于DarkLight主题新版本的开发 (18)在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...G-White主题显示文章摘要 (20)Wordpress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学...Wordpress Theme: G-White 2.0 (116)G-White 是自己做的一个比较久远的主题了，跟 DarkLight 一样，这次也直接跳到 Ver...Wordpress主题：DarkLight 3.0 (62)当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty [...]]]></description>
			<content:encoded><![CDATA[<p>G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现这个主题最后一次更新是在 09 年 9 月份，原来已经过了这么久了，之前说过要更新的东西似乎有些忘掉了，(-_-); 这次修改的东西也不多：<span id="more-110"></span></p>
<ol>
<li>Categories 增加子菜单样式，如果分类含有子分类的话，现在可以正常显示，鼠标滑过显示。</li>
<li>Header 的页面 Navigation 稍作修改，原来当 Navigation 有点多的时候，会下滑，样式改变了，稍作修正，下滑后不影响外观。</li>
<li>有童鞋反应需要显示文章的年份，于是在单篇文章中加入年份显示</li>
<li>上篇文章提到的随机文章问题，当然也修改了</li>
<li>其他一些样式小修小改，不提也罢</li>
</ol>
<p>修改不多，也混了一个 Verson，呵呵。</p>
<p>演示：<a href="http://www.alanoy.com/?theme=G-White+2.4&#038;passkey=8993360444c6f9714c842a" title="Theme Demo" rel="nofollow">Demo</a></p>
<p><a href='http://www.alanoy.com/wp-content/uploads/2010/07/g-white_2.zip' titile="G-White 2.4">下载 G-White 2.4</a></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/" title="DarkLight和G-White主题的图片透明效果和超链接背景">DarkLight和G-White主题的图片透明效果和超链接背景</a> (13)<br /><small>DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...</small></li><li><a href="http://www.alanoy.com/about-new-darklight-theme/" title="关于DarkLight主题新版本的开发">关于DarkLight主题新版本的开发</a> (18)<br /><small>在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...</small></li><li><a href="http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/" title="G-White主题显示文章摘要">G-White主题显示文章摘要</a> (20)<br /><small>Wordpress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-g-white-2-2/" title="Wordpress Theme: G-White 2.0">Wordpress Theme: G-White 2.0</a> (116)<br /><small>G-White 是自己做的一个比较久远的主题了，跟 DarkLight 一样，这次也直接跳到 Ver...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="Wordpress主题：DarkLight 3.0">Wordpress主题：DarkLight 3.0</a> (62)<br /><small>当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty Te...</small></li><li><a href="http://www.alanoy.com/use-jquery-to-hide-the-comment-author-info-for-commented-users/" title="jQuery 隐藏老用户评论资料框">jQuery 隐藏老用户评论资料框</a> (10)<br /><small>之前一直用的是 xiaorsz 的方法来隐藏老用户评论资料框，包括我发布的 DarkLight 和 ...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2010. |
<a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/">Permalink</a> |
<a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/#comments">89 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/&title=WordPress主题G-White更新到Ver 2.4">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/&title=WordPress主题G-White更新到Ver 2.4" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/&title=WordPress主题G-White更新到Ver 2.4" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/&title=WordPress主题G-White更新到Ver 2.4" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/&title=WordPress主题G-White更新到Ver 2.4" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/g-white/" rel="tag">G-White</a>, <a href="http://www.alanoy.com/tag/tutorial/" rel="tag">Tutorial</a>, <a href="http://www.alanoy.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.alanoy.com/tag/wordpress-theme/" rel="tag">Wordpress Theme</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>WordPress Theme: G-White 2.0</title>
		<link>http://www.alanoy.com/wordpress-theme-g-white-2-2/</link>
		<comments>http://www.alanoy.com/wordpress-theme-g-white-2-2/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:41:26 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[G-White]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=40</guid>
		<description><![CDATA[G-White 是自己做的一个比较久远的主题了，跟 DarkLight 一样，这次也直接跳到 Verson 2.0，两者的代码也是大同小异，主要就是外观上和部分细节的不同而已，自己感觉是还有可以继续美化完善的地方，在 JS 技术方面在下不懂，所以不会有太多这方面的效果，这是我的主题没什么特别了亮点的地方吧。 这次页面导航加入下拉菜单样式了（简陋的）；继续忽略子分类在侧边栏的样式问题；如果说还有什么特别需要说明的地方的话，就是嵌套评论在 IE6 下的继续与众不同和不那么完美了（老生常谈，非常厌恶）；然后是跟 DarkLight 基本一样的说明了（For English Usage, please read the “Read Before Use” file in the g-white_2 folder）： 只支持 WordPress 2.8 以上版本，相比 G-White 1.0，仅仅自带了一个 Links 模板，删去了 Guestbook 和 Archives 模板；G-White 2.0 已在 Firefox 3.5，Opera 10，Chrome 3，IE6，IE7，IE8 下测试，可正常使用（IE6 下评论样式与其他浏览器样式有些不一样，老生常谈了，如果您喜欢用 IE，建议用 IE8） 支持嵌套回复和评论分页，这两个都需要在后台的评论设置开启，嵌套回复目前只支持 3 层，目前未考虑增加更多层次的样式。 评论楼层显示楼层序号，支持 Ajax 评论，自动隐藏老用户资料框，支持 Ctrl+Enter [...]]]></description>
			<content:encoded><![CDATA[<p>G-White 是自己做的一个比较久远的主题了，跟 <a href="http://www.alanoy.com/darklight-2-3/" title="DarkLight 2.3">DarkLight</a> 一样，这次也直接跳到 Verson 2.0，两者的代码也是大同小异，主要就是外观上和部分细节的不同而已，自己感觉是还有可以继续美化完善的地方，在 JS 技术方面在下不懂，所以不会有太多这方面的效果，这是我的主题没什么特别了亮点的地方吧。<span id="more-40"></span></p>
<p>这次页面导航加入下拉菜单样式了（简陋的）；继续忽略子分类在侧边栏的样式问题；如果说还有什么特别需要说明的地方的话，就是嵌套评论在 IE6 下的继续与众不同和不那么完美了（老生常谈，非常厌恶）；然后是跟 <a href="http://www.alanoy.com/darklight-2-3/" title="DarkLight 2.3">DarkLight</a> 基本一样的说明了（For English Usage, please read the “Read Before Use” file in the g-white_2 folder）：</p>
<ul>
<li>只支持 WordPress 2.8 以上版本，相比 G-White 1.0，仅仅自带了一个 Links 模板，删去了 Guestbook 和 Archives 模板；G-White 2.0 已在 Firefox 3.5，Opera 10，Chrome 3，IE6，IE7，IE8 下测试，可正常使用（IE6 下评论样式与其他浏览器样式有些不一样，老生常谈了，如果您喜欢用 IE，建议用 IE8）</li>
<li>支持嵌套回复和评论分页，这两个都需要在后台的评论设置开启，嵌套回复目前只支持 3 层，目前未考虑增加更多层次的样式。</li>
<li>评论楼层显示楼层序号，支持 Ajax 评论，自动隐藏老用户资料框，支持 Ctrl+Enter 发表留言</li>
<li>本主题不使用任何插件也可以正常显示，并且已经内嵌 <a href="http://lesterchan.net/portfolio/programming/php/" rel="nofollow">WP-Pagenavi</a> 插件，所以如果您启用了该插件，请在后台将改插件禁用。</li>
<li>主题支持 Widget，但还是那句话，强烈建议使用 Sidebar.php，自定义性更强。</li>
<li>增加导航页面下拉菜单样式</li>
<li>主题可能存在本人未发现的 Bug，如果您使用了本主题并发现 Bug，欢迎联系我，谢谢！</li>
</ul>
<p class="update">
- 11/7 更新 G-White 2.2：修正 Search.php 的一个小错误；修正提交第一个回复评论后的样式错误。<br />
-11/30 更新 G-White 2.3：修正搜索结果页面和分类页面下 Pagenavi 不能显示的问题。<br />
-12/14 更新：把文章标题显示 Article-link(Permalink) 换成显示原标题
</p>
<p>预览：<a href="http://pic.yupoo.com/alanoy/479258512912/0xnics54.jpg" rel="nofollow">Preview 1</a> | <a href="http://pic.yupoo.com/alanoy/898268512916/a51gionf.jpg" rel="nofollow">Preview 2</a><br />
演示：<a href="http://www.alanoy.com/?theme=G-White+2.4&#038;passkey=8993360444c6f9714c842a" title="Theme Demo" rel="nofollow">Live Demo</a></p>
<p><a href='http://www.alanoy.com/wp-content/uploads/2010/07/g-white_2.zip' titile="G-White 2.4">下载 G-White 2.4</a></p>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/about-new-darklight-theme/" title="关于DarkLight主题新版本的开发">关于DarkLight主题新版本的开发</a> (18)<br /><small>在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...</small></li><li><a href="http://www.alanoy.com/updated-g-whtie-wordpress-theme-to-verson-2-4/" title="WordPress主题G-White更新到Ver 2.4">WordPress主题G-White更新到Ver 2.4</a> (89)<br /><small>G-White 和 DarkLight 都许久没更新，这次先对 G-White 动手。修改的时候发现...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="Wordpress主题：DarkLight 3.0">Wordpress主题：DarkLight 3.0</a> (62)<br /><small>当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty Te...</small></li><li><a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/" title="DarkLight和G-White主题的图片透明效果和超链接背景">DarkLight和G-White主题的图片透明效果和超链接背景</a> (13)<br /><small>DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...</small></li><li><a href="http://www.alanoy.com/show-excerpt-and-read-more-for-g-white-theme/" title="G-White主题显示文章摘要">G-White主题显示文章摘要</a> (20)<br /><small>Wordpress 显示文章摘要，其实在文章编辑器有个 more 标签，很多人都知道啦，昨天有位同学...</small></li><li><a href="http://www.alanoy.com/fix-radmo-post-problem-fater-update-to-wordpress-3/" title="升级WordPress 3.0后随机文章显示不了">升级WordPress 3.0后随机文章显示不了</a> (11)<br /><small>消失了很久了，最近升级到 Wordpress 3.0 后，发现 DarkLight 和 G-Whit...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2009. |
<a href="http://www.alanoy.com/wordpress-theme-g-white-2-2/">Permalink</a> |
<a href="http://www.alanoy.com/wordpress-theme-g-white-2-2/#comments">116 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/wordpress-theme-g-white-2-2/&title=WordPress Theme: G-White 2.0">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/wordpress-theme-g-white-2-2/&title=WordPress Theme: G-White 2.0" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/wordpress-theme-g-white-2-2/&title=WordPress Theme: G-White 2.0" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/wordpress-theme-g-white-2-2/&title=WordPress Theme: G-White 2.0" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/wordpress-theme-g-white-2-2/&title=WordPress Theme: G-White 2.0" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/g-white/" rel="tag">G-White</a>, <a href="http://www.alanoy.com/tag/wordpress/" rel="tag">Wordpress</a>, <a href="http://www.alanoy.com/tag/wordpress-theme/" rel="tag">Wordpress Theme</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/wordpress-theme-g-white-2-2/feed/</wfw:commentRss>
		<slash:comments>116</slash:comments>
		</item>
	</channel>
</rss>
