<?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>網生@誌 &#124; zEUS.&#039;Blog &#187; Wordpress研究</title>
	<atom:link href="http://zeuscn.net/index.php/archives/category/wordpress-research/feed" rel="self" type="application/rss+xml" />
	<link>http://zeuscn.net</link>
	<description>Not Only Wordpress Template, But Also My Life...</description>
	<lastBuildDate>Tue, 03 Jan 2012 13:20:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows2003 IIS6.0 下 WordPress 和 DiscuzX2 的伪静态实现方法</title>
		<link>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html</link>
		<comments>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html#comments</comments>
		<pubDate>Tue, 09 Aug 2011 12:47:24 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[网络相关]]></category>
		<category><![CDATA[discuz]]></category>
		<category><![CDATA[Discuz X2]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IIS6.0]]></category>
		<category><![CDATA[ISAPI_REWRITE]]></category>
		<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[伪静态]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=1041</guid>
		<description><![CDATA[本文介绍的伪静态方法经过我亲自试验在 Winodows 2003 IIS6.0 下100%可用，具体效果可以参考本站：http://zeuscn.net 和论坛：http://bbs.zeuscn.net，实现伪静态的方法主要是利用了 IIS 的一个组件：ISAPI_REWRITE ISAPI_Rewrite is a powerful regular-expressions-based URL rewriter for IIS. It is compatible with Apache mod_rewrite making it possible to move configurations from Apache to IIS and vice versa just by copying .htaccess files (please see this compatibility chart). It is used for search engine optimization, to proxy [...]]]></description>
			<content:encoded><![CDATA[<p>本文介绍的伪静态方法经过我亲自试验在 Winodows 2003 <a href="http://zeuscn.net/archives/tag/iis" class="st_tag internal_tag" rel="tag" title="标签 IIS 下的日志">IIS</a>6.0 下100%可用，具体效果可以参考本站：<a href="http://zeuscn.net" target="_blank">http://zeuscn.net</a> 和论坛：<a href="http://bbs.zeuscn.net" target="_blank">http://bbs.zeuscn.net</a>，实现伪静态的方法主要是利用了 IIS 的一个组件：<strong><a href="http://www.helicontech.com/isapi_rewrite/" target="_blank">ISAPI_REWRITE</a></strong></p>
<blockquote><p><a href="http://zeuscn.net/archives/tag/isapi_rewrite" class="st_tag internal_tag" rel="tag" title="标签 ISAPI_REWRITE 下的日志">ISAPI_Rewrite</a> is a powerful regular-expressions-based URL rewriter for IIS. It is compatible with Apache mod_rewrite making it possible to move configurations from Apache to IIS and vice versa just by copying .htaccess files (please see this compatibility chart). It is used for search engine optimization, to proxy another server&#8217;s content, stop hotlinking or strengthen server security.</p></blockquote>
<p><a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 和 <a href="http://zeuscn.net/archives/tag/discuz-x2" class="st_tag internal_tag" rel="tag" title="标签 Discuz X2 下的日志">Discuz X2</a> 实现 <a href="http://zeuscn.net/archives/tag/windows-2003" class="st_tag internal_tag" rel="tag" title="标签 Windows 2003 下的日志">Windows 2003</a> IIS 下伪静态的步骤简单的来说只有2个：<br />
1、安装 ISAPI_REWRITE 组件；<br />
2、导入规则。</p>
<p>分别下载：<a href="http://zeuscn.net/wp-content/download/Rewrite-wp.zip">ISAPI_REWRITE for WordPress</a>，<a href="http://zeuscn.net/wp-content/download/Rewrite-dz.zip">ISAPI_REWRITE for Discuz</a><br />
解压缩之后将他们上传到你的 Windows 服务器上，默认是直接放在C盘跟目录，不过放在其他目录下也没问题，比如分别放在 WordPress 和 <a href="http://zeuscn.net/archives/tag/discuz" class="st_tag internal_tag" rel="tag" title="标签 discuz 下的日志">Discuz</a> 的根目录也可以。</p>
<p>接下来是第一步，安装 ISAPI_REWRITE 组件：<br />
在IIS中右击站点→“属性”→“ISAPI筛选器”→“添加”，在弹出的对话框中指定 ISAPI_Rewrite.dll 的位置并输入筛选器名称，如下图：<br />
<div id="attachment_1042" class="wp-caption aligncenter" style="width: 516px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/ISAPI.jpg" alt="ISAPI 组件安装" title="ISAPI 组件安装" width="506" height="486" class="size-full wp-image-1042" /><p class="wp-caption-text">ISAPI 组件安装</p></div></p>
<p>设完之后重启一下 IIS（有时候也不需要重启，不知道为何 -_-），检查一下站点属性页的“ISAPI筛选器”选项卡，如果是下图这个样子，说明 ISAPI_Rewrite.dll 加载成功：<br />
<div id="attachment_1043" class="wp-caption aligncenter" style="width: 420px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/ISAPI-install.jpg" alt="ISAPI 安装成功" title="ISAPI 安装成功" width="410" height="342" class="size-full wp-image-1043" /><p class="wp-caption-text">ISAPI 安装成功</p></div></p>
<p>第二部导入规则，Wordpress 和 Discuz 的伪静态规则 httpd.ini 我已经打包在上面2个下载文件里了，这2个规则也不是我自己写的，全部都是在网上找到的，经过我的测试可以正常使用。大家只需要把 httpd.ini 分别移动到2个程序的根目录下即可生效。</p>
<p>So easy ，Windows 主机下的 WordPress 和 Discuz 就都支持了伪静态功能，最后大家要做的就是分别进入他们的后台简单设置成自己需要的形式即可。</p>
<p>我使用的是 Windows 的 VPS，可以直接登录主机进行安装，如果你使用的只是 Windows 虚拟主机请联系你的 IDC 提供商帮助你进行以上的操作。</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Marketing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.youtube.com/watch?v=yiq9yKtCBxs' rel='external nofollow' class='url'>Siesta Key Vacations</a> writes: <strong>Siesta Key Condo Rentals...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://DallasLingerieBoudoir.com' rel='external nofollow' class='url'>Dallas Boudoir Photographer</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://dallasfamilyportraits.com' rel='external nofollow' class='url'>Dallas Family Portrait Photographer</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/video/richard-obousy-on-warp-drives.html' rel='external nofollow' class='url'>Warp Drives</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 26日</a>, <a href='http://www.18004smiles.com' rel='external nofollow' class='url'>Find a dentist</a> writes: <strong>Teeth whitening san diego...</strong>

[...]check out some links to web sites that we link to because we think they are worth visiting[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://bestbcaa.ucoz.com' rel='external nofollow' class='url'>best bcaa</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://phillipjcannella.com/phil-cannella-questions/' rel='external nofollow' class='url'>Phil Cannella</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://airfareshotel.com' rel='external nofollow' class='url'>airfare deals</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://hometownbuffetcouponss.com/' rel='external nofollow' class='url'>Hometown Buffet Coupons</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://lowcostcruisesdeals.com/' rel='external nofollow' class='url'>Low Cost Cruises</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://evil-wizards.org/swtor-wiki/index.php?title=User:ExaltacionCarmichael2893' rel='external nofollow' class='url'>LED Lights</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://nocleg.jimdo.com/' rel='external nofollow' class='url'>noclegi zakopane</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://www.paranormalactivitiesltd.com/' rel='external nofollow' class='url'>ghost hunting</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://www.cosielectronics.com' rel='external nofollow' class='url'>SATNAV</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 27日</a>, <a href='http://wallinside.com/login-donovanfrank422.html' rel='external nofollow' class='url'>Dentist Reviews</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://cleaning-business-tips.blogspot.com/' rel='external nofollow' class='url'>how to start a cleaning business</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.myhotarticle.com/amerikali-egitmenlerden-ingilizce-dersleri/' rel='external nofollow' class='url'>uzaktan egitim</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://mdforo.110mb.com/showthread.php?p=347929' rel='external nofollow' class='url'>Purchase Twitter followers</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.bestoutsources.com' rel='external nofollow' class='url'>twitter</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 28日</a>, <a href='http://www.showhomesstpetersburg.com' rel='external nofollow' class='url'>Florida Interior Decorators</a> writes: <strong>Its hard to find good help...</strong>

I am forever saying that its difficult to get quality help, but here is...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 29日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 29日</a>, <a href='http://www.freshstartliving.com/' rel='external nofollow' class='url'>investment properties</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://www.whats-shakn.com/' rel='external nofollow' class='url'>Marketing</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://bit.ly/zD3YYW' rel='external nofollow' class='url'>Organo Gold</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://ProjectPaydaypays.com' rel='external nofollow' class='url'>Project Payday</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://sunnyvalefinehomes.com/index.php/2011/11/understand-how-to-play-bingo/' rel='external nofollow' class='url'>how to play bingo</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://www.hausdeshundes.de' rel='external nofollow' class='url'>Zoofachhandel</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://genewolff.com/5-minute-mogul-review-system-scam/' rel='external nofollow' class='url'>5 minute mogul review</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 30日</a>, <a href='http://tennessee.local.dirtcheappayday.com/wells-fargo-bank-na-in-hermitage-tn-37076/' rel='external nofollow' class='url'>Low Fee Payday Loans</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.hugeyields.biz' rel='external nofollow' class='url'>work at home</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.squirreltraining.co.uk' rel='external nofollow' class='url'>Walker Schroeden</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://www.amazines.com/article_detail.cfm/3846428?articleid=3846428' rel='external nofollow' class='url'>Stenography Info</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 一月 31日</a>, <a href='http://weightlossmotivationbible.com/' rel='external nofollow' class='url'>motivation for weight loss</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 1日</a>, <a href='http://spidermanscooter.com/index.php/2011/12/how-to-get-rid-of-spots-speedily/' rel='external nofollow' class='url'>how to get blood out of clothes that is dried</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.motorsport.com/ferrari-challenge/news/scott-tucker-ready-for-toronto-event/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://pennbadgleyweb.com/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://auto-racing.speedtv.com/article/alms-level-5-targeting-lmp2-return/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.npr.org/templates/story/story.php?storyId=129195925' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.tvguide.com/celebrities/penn-badgley/190745' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 2日</a>, <a href='http://www.planetlemans.com/2010/12/11/level-5-motorsports-to-run-2-lmp2-cars-in-2011/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>make money online</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://frederickjerniga.posterous.com/reasons-why-you-should-buy-seo-link-monster' rel='external nofollow' class='url'>SEO Link Monster scam</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://madshopping.net/index.php/headlice-how-to-get-rid-of-the-dilemma/' rel='external nofollow' class='url'>check out here for more info</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.dailystrength.org/people/1328892/journal' rel='external nofollow' class='url'>how do I blog</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://bgm.me/r/668147' rel='external nofollow' class='url'>climbing frames</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://myarticlenetworkreview709.tumblr.com/post/16927777679/bring-your-rankings-track-of-these-search-engine' rel='external nofollow' class='url'>my article network review</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://bobmiller3541780.blog.hr/2012/02/1629910187/scott-tucker-payday-loans-are-presently-offering-a-few-of-the-best-rates-about.html' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://johnfoster098.blogspace.fr/3274465/Scott-Tucker-Payday-Loans-Saved-Me-From-Loosing-My-House/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://lucianophillips3.blogspace.fr/3274533/Scott-Tucker-Payday-Loans-Has-Truly-Helped-Me-To-obtain-Again-On-course/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://community.atom.com/Post/Scott-Tucker-Racing-Is-actually-a-Great-Way-To-Pass-Time/03EFBFFFF02591BEC000801865094' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.scribd.com/doc/47342821/Free-Brazzers-Password' rel='external nofollow' class='url'>Brazzers Password</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://prsync.com/original-press-releases/how-to-lose-man-boobs-author-publishes-a-free-ebook-on-the-secrets-to-lose-man-boobs-402089/' rel='external nofollow' class='url'>lose man boobs</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://everything-costumes.com' rel='external nofollow' class='url'>Fancy dress costumes</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://www.webwire.com/ViewPressRel.asp?aId=125258' rel='external nofollow' class='url'>clearwater homes clearwater condos</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 3日</a>, <a href='http://ezinearticles.com/?Everything-You-Need-to-Know-About-Medical-Tourism&#038;id=3896750' rel='external nofollow' class='url'>Medical Tourism Houston</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.bankownedhomelistings.com' rel='external nofollow' class='url'>Bank Owned Homes</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://stevemiller784521.webs.com/apps/blog/show/12115287-scott-tucker-cbs-is-available-on-multilple-web-sites' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://scotttuckercbs040.tumblr.com/post/16976404851/scott-tucker-cbs-is-actually-cool-whenever-you-look' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://ryanbrooks229.blogspace.fr/3285687/Scott-Tucker-CBS-Are-available-in-The-local-Look/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://bgm.me/r/676301' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://parkerswinford62143.webs.com/apps/blog/show/12116794-scott-tucker-leawood-seems-to-have-it-when-it-comes-to-racing' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.plasticbagsforyou.com' rel='external nofollow' class='url'>Plastic Pouches</a> writes: <strong>Types of Food Packaging...</strong>

[...]we like to link to other pages on the web, even if they are not related to us,Below are some pages worth looking at[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.deeph20llc.com' rel='external nofollow' class='url'>smoke damage colorado springs</a> writes: <strong>mold mitigation colorado springs...</strong>

[...]up above are some links to web sites that we link to[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.apartmentsetc.com' rel='external nofollow' class='url'>Apartment In Fort Collins</a> writes: <strong>Fort Collins Apartments...</strong>

[...]underneath are some pages worth going to[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com' rel='external nofollow' class='url'>BPO Companies</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 4日</a>, <a href='http://www.discoverypointfranchise.com' rel='external nofollow' class='url'>Educational Franchise</a> writes: <strong>Day Care Franchise...</strong>

[...]just below, are some totally unrelated web sites to this one, however, they are definitely worth seeing[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://mrhemi426.hpage.com/' rel='external nofollow' class='url'>mopar parts</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://managed1.com' rel='external nofollow' class='url'>Fully Managed Hosting Services</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://freshsmoothierecipes.com' rel='external nofollow' class='url'>smoothie recipes</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 5日</a>, <a href='http://www.tlinks.net/index.php?s=H&#038;c=222&#038;p=2' rel='external nofollow' class='url'>athletes' acceleration</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.englandathletics.org/page.asp?section=446&#038;sectionTitle=Resources' rel='external nofollow' class='url'>track and field training</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.decksbyschmillen.com' rel='external nofollow' class='url'>Hardwood Decks Colorado Springs</a> writes: <strong>Hardwood Decks Contractor...</strong>

[...]just Below, are some totally worth checking out places[...]...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.iblitzmedia.com' rel='external nofollow' class='url'>seo boise</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=e42C6BLXPOU' rel='external nofollow' class='url'>car insurance austin</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://banknotegallery.blogspot.com' rel='external nofollow' class='url'>Euro</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='https://www.youtube.com/watch?v=06ZOxJL9nKw' rel='external nofollow' class='url'>how to get a girlfriend</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 6日</a>, <a href='http://www.dietpillsjudged.com/dietpills/proactol' rel='external nofollow' class='url'>Proactol Review</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.thepoint.com/users/johnruiz1229/profile' rel='external nofollow' class='url'>Gout Treatment Resources</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=fNIIM5R-nyA' rel='external nofollow' class='url'>maryland short sale expert</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://hannalindblad.se/kontakt/' rel='external nofollow' class='url'>Air Conditioning Repairs</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.cellphonespymaster.com' rel='external nofollow' class='url'>free cell phone gps</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://www.vippleasuregirls.co.uk' rel='external nofollow' class='url'>escorts in london</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://creativecommons.tw/blog/20110901' rel='external nofollow' class='url'>Keyword doesn't matter</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 7日</a>, <a href='http://sophiepenson540.yoctown.com/Your-best-guide-To-Online.html' rel='external nofollow' class='url'>Gamestop Coupons</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.freecamsporn.com' rel='external nofollow' class='url'>free cam porn</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://escortgirlslosangeles469.tumblr.com/post/17213485314/top-dating-strategies-for-guys-be-considered-a-man' rel='external nofollow' class='url'>escort girls los angeles</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://haydendiaz289.skyrock.com/3067780775-Find-the-Best-SEO-Strategy-For-New-Websites.html' rel='external nofollow' class='url'>SEO Link Monster bonus</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://markmiller823.siterun.eu/index.php?pg=10316' rel='external nofollow' class='url'>best penis extender</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://zoebates033.wordpress.com/2012/02/07/resume-news/' rel='external nofollow' class='url'>resume</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://peytonpennington.insomeways.com/2011/10/01/seo-singapore' rel='external nofollow' class='url'>learn more about seo</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://villagevoicepimp.com/' rel='external nofollow' class='url'>Village Voice</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.amazon.com/gp/product/B0075PD5V4' rel='external nofollow' class='url'>skate ski boot</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=I_DRuyoYKBo' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://thecoolmag.com/2011/06/french-montana-feat-rick-ross-wiz-khalifa-choppa-choppa-down-remix/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://www.justbeenpaidreferrals.com' rel='external nofollow' class='url'>just been paid conference</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://www.quechup.com/blog/entry/view/id/946881' rel='external nofollow' class='url'>marketing with anik</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://briannagreen479.posterous.com/a-fresh-authors-help-guide-to-book-publishing' rel='external nofollow' class='url'>kambiz mostofizadeh</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">2012年, 二月 9日</a>, <a href='http://www.dailystrength.org/people/1353945/journal' rel='external nofollow' class='url'>Kinky curly curling custard Twist Out</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html">http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/12/11/why-wordpress-themes.html" title="Why WordPress Themes (2007年, 十二月 11日)">Why WordPress Themes</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2006/11/25/favicon.html" title="wordpress插件：Favicon-Manager (2006年, 十一月 25日)">wordpress插件：Favicon-Manager</a> (12)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/06/wordpress-install.html" title="WordPress 安装图文教程 (2007年, 十二月 6日)">WordPress 安装图文教程</a> (84)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/07/blog-seo.html" title="针对博客的5招简单SEO优化方法 (2007年, 八月 7日)">针对博客的5招简单SEO优化方法</a> (28)</li>
	<li><a href="http://zeuscn.net/archives/2011/08/05/sae-wordpress.html" title="国内免费高速图床——SAE 免费搭建 WordPress (2011年, 八月 5日)">国内免费高速图床——SAE 免费搭建 WordPress</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/28/dz-theme-pro-cp-sales-report.html" title="D&#038;Z Theme Pro CP 首月销售报告 (2009年, 七月 28日)">D&#038;Z Theme Pro CP 首月销售报告</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/09/share-a-seo-ppt.html" title="分享一套入门级 SEO PPT (2008年, 十月 9日)">分享一套入门级 SEO PPT</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/11/update-sidebar-widget.html" title="WP自带sidebar widget的终极改造 (2007年, 八月 11日)">WP自带sidebar widget的终极改造</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/31/amphion-comming.html" title="Amphion is Coming&#8230; (2007年, 十月 31日)">Amphion is Coming&#8230;</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html" title="无插件让 WordPress 原生相册支持 lightbox (2009年, 十月 31日)">无插件让 WordPress 原生相册支持 lightbox</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html/feed</wfw:commentRss>
		<slash:comments>102</slash:comments>
		</item>
		<item>
		<title>国内免费高速图床——SAE 免费搭建 WordPress</title>
		<link>http://zeuscn.net/archives/2011/08/05/sae-wordpress.html</link>
		<comments>http://zeuscn.net/archives/2011/08/05/sae-wordpress.html#comments</comments>
		<pubDate>Fri, 05 Aug 2011 05:53:56 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[网络相关]]></category>
		<category><![CDATA[sae]]></category>
		<category><![CDATA[Sina]]></category>
		<category><![CDATA[Sina App Engine]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[新浪]]></category>
		<category><![CDATA[新浪微博]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=1019</guid>
		<description><![CDATA[SAE——Sina App Engine 现在提供免费搭建 WordPress 站点，却不支持绑定顶级域名，跟国内其他的博客提供商相比 SAE 并没有什么优势。但是考虑到 SAE 隶属于新浪，走的又是开放平台的路线，所以 SAE 的服务有几点可以肯定，稳定、快速、支持图片外联。所以对于服务器放在国外，或者服务器空间有限的朋友来说，在 SAE 建个 WordPress 当图床还是相当靠谱的。当然了，对于开网店的朋友来说，这也是个很不错的选择。 点击 这里，进入注册页面。 SAE 的帐号可以跟新浪微博关联，如果有新浪微博的朋友可以直接连接，然后完成申请表格。申请过程中需要验证手机号码，目的可能是要减少无效申请，整个过程非常简单。 注册完登录之后，在“应用”页面的“应用商店”标签的最下面可以找到“WordPress for sae ( 移植应用 )” 点击立即安装，弹出窗口会提示让使用者给这个新应用填写一个子域名，然后点击“安装到以上位置”，之后的操作也非常简单，最后就坐等 SAE 自动将 WordPress 安装完成。 安装完成即会转到一个“安装成功”的提示框，但经过我多次测试，大家可以无视这个提示框，直接在浏览器中输入刚才填写的子域名，例如上图中的 zeuscn.sinaapp.com 即会跳转到大家熟悉的 WordPress 安装界面。输入管理员名称、密码和邮箱之后，免费快速的 WordPress 就建立完成了。 接下来的事情就不用多说了，登录后台、新建日志、上传图片、获取连接、引用到自己的博客或者网店。 最后测试一张外联效果： 日志评论2012年, 一月 15日, top swing dance songs writes: Sites We Like... [...]just below, are some [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sae.sina.com.cn/activity/invite/17513/msn" target="_blank">SAE——Sina App Engine 现在提供免费搭建 WordPress 站点</a>，却不支持绑定顶级域名，跟国内其他的博客提供商相比 <a href="http://zeuscn.net/archives/tag/sae" class="st_tag internal_tag" rel="tag" title="标签 sae 下的日志">SAE</a> 并没有什么优势。但是考虑到 <a href="http://zeuscn.net/archives/tag/sae" class="st_tag internal_tag" rel="tag" title="标签 sae 下的日志">SAE</a> 隶属于新浪，走的又是开放平台的路线，所以 <a href="http://zeuscn.net/archives/tag/sae" class="st_tag internal_tag" rel="tag" title="标签 sae 下的日志">SAE</a> 的服务有几点可以肯定，稳定、快速、<strong>支持图片外联</strong>。所以对于服务器放在国外，或者服务器空间有限的朋友来说，在 SAE 建个 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 当图床还是相当靠谱的。<strong>当然了，对于开网店的朋友来说，这也是个很不错的选择。</strong></p>
<p>点击 <a href="http://sae.sina.com.cn/activity/invite/17513/msn" target="_blank">这里</a>，进入注册页面。</p>
<div id="attachment_1020" class="wp-caption aligncenter" style="width: 580px"><a href="http://sae.sina.com.cn/activity/invite/17513/msn"><img src="http://zeuscn.net/wp-content/uploads/2011/08/SAE01.jpg" alt="SAE 注册 01" title="SAE 注册 01" width="570" height="468" class="size-full wp-image-1020" /></a><p class="wp-caption-text">SAE 注册 01</p></div>
<p>SAE 的帐号可以跟新浪微博关联，如果有新浪微博的朋友可以直接连接，然后完成申请表格。申请过程中需要验证手机号码，目的可能是要减少无效申请，整个过程非常简单。</p>
<p>注册完登录之后，在“<a href="http://sae.sina.com.cn/?m=myapp" target="_blank">应用</a>”页面的“<a href="http://sae.sina.com.cn/?m=recommendapps" target="_blank">应用商店</a>”标签的最下面可以找到“<strong>WordPress for sae ( 移植应用 )</strong>”<br />
<div id="attachment_1021" class="wp-caption aligncenter" style="width: 580px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/SAE02.jpg" alt="SAE 注册 02" title="SAE 注册 02" width="570" height="953" class="size-full wp-image-1021" /><p class="wp-caption-text">SAE 注册 02</p></div></p>
<p>点击立即安装，弹出窗口会提示让使用者给这个新应用填写一个子域名，然后点击“安装到以上位置”，之后的操作也非常简单，最后就坐等 SAE 自动将 WordPress 安装完成。</p>
<div id="attachment_1022" class="wp-caption aligncenter" style="width: 580px"><img src="http://zeuscn.net/wp-content/uploads/2011/08/SAE03.jpg" alt="SAE 注册 03" title="SAE 注册 03" width="570" height="187" class="size-full wp-image-1022" /><p class="wp-caption-text">SAE 注册 03</p></div>
<p>安装完成即会转到一个“安装成功”的提示框，但经过我多次测试，大家可以无视这个提示框，直接在浏览器中输入刚才填写的子域名，例如上图中的 zeuscn.sinaapp.com 即会跳转到大家熟悉的 WordPress 安装界面。输入管理员名称、密码和邮箱之后，免费快速的 WordPress 就建立完成了。</p>
<p>接下来的事情就不用多说了，登录后台、新建日志、上传图片、获取连接、引用到自己的博客或者网店。</p>
<p>最后测试一张外联效果：<br />
<div class="wp-caption aligncenter" style="width: 610px"><img alt="大黄蜂" src="http://lada-wordpress.stor.sinaapp.com/uploads/2011/08/IMG_0606.jpg" title="大黄蜂" width="600" height="600" /><p class="wp-caption-text">大黄蜂</p></div></p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2011/08/05/sae-wordpress.html">2012年, 一月 15日</a>, <a href='http://www.dancersplus.com/' rel='external nofollow' class='url'>top swing dance songs</a> writes: <strong>Sites We Like...</strong>

[...]just below, are some totally unrelated sites to ours, however, they are definitely worth checking out[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2011/08/05/sae-wordpress.html">http://zeuscn.net/archives/2011/08/05/sae-wordpress.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2011/08/05/sae-wordpress.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/09/02/messageboard-for-wordpress.html" title="2步创建留言本 (2007年, 九月 2日)">2步创建留言本</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/28/dz-theme-pro-cp-sales-report.html" title="D&#038;Z Theme Pro CP 首月销售报告 (2009年, 七月 28日)">D&#038;Z Theme Pro CP 首月销售报告</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2006/11/25/mightyadsense.html" title="wordpress插件：MightyAdsense (2006年, 十一月 25日)">wordpress插件：MightyAdsense</a> (126)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/13/better-feed-and-st-add-related-posts-to-feed.html" title="优化 Feed，你不应该错过的2个插件 (2007年, 九月 13日)">优化 Feed，你不应该错过的2个插件</a> (9)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html" title="09’夏季 WordPress 文化衫第一批团购结束 (2009年, 六月 16日)">09’夏季 WordPress 文化衫第一批团购结束</a> (96)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html" title="针对 WordPress 模板导航栏2级悬浮菜单的一个很好的解决方案 (2008年, 十二月 18日)">针对 WordPress 模板导航栏2级悬浮菜单的一个很好的解决方案</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2010/02/23/share-a-product-template-of-taobao.html" title="分享自制淘宝商品页模板 PSD&#038;HTML (2010年, 二月 23日)">分享自制淘宝商品页模板 PSD&#038;HTML</a> (130)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/28/wp_list_bookmarks.html" title="wp_list_bookmarks 函数详解 (2008年, 三月 28日)">wp_list_bookmarks 函数详解</a> (31)</li>
	<li><a href="http://zeuscn.net/archives/2011/01/26/2011-i-am-coming-back.html" title="2011, I am coming back. (2011年, 一月 26日)">2011, I am coming back.</a> (86)</li>
	<li><a href="http://zeuscn.net/archives/2006/11/26/readerpost.html" title="wordpress插件：Post-Based Counter (2006年, 十一月 26日)">wordpress插件：Post-Based Counter</a> (90)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2011/08/05/sae-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>如何控制 WordPress 文章标题的长度（顺带测试一下超长的标题输出）</title>
		<link>http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html</link>
		<comments>http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:02:44 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[character encoding]]></category>
		<category><![CDATA[iso 8859]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=724</guid>
		<description><![CDATA[虽然大多数时候我们不需要去管 WordPress 文章标题有多长，因为一般比较长的标题会自动分为两行显示。但是有时候我们为了控制模板的样式整洁，希望文章标题只显示成一行，比如 D&#038;Z Theme Pro CP 主题首页幻灯片右侧的“最新的一篇日志”，这里我首先使用固定长度的摘要来控制文章长度，但是如果有时候文章标题过长而显示成两行的时候，文章摘要就会出现“溢出”。这个时候如果能让标题的长度固定为一行，就能让这里的样式看起来更整洁。在好友 Lee 的帮助下，我解决了这个问题。 其实解决这个问题很简单，只需要一句话就行了。在 WordPress 里，我们使用 &#60;?php the_title&#40;&#41;; ?&#62; 来输出文章标题，与其相关的还有一个函数： &#60;?php get_the_title&#40;&#41;; ?&#62; 简单的说说两者的关系，get_the_title() 返回值是一个字符串（文章标题），而 the_title() 就是该字符串通过 echo 输出后的值。 实际上就是 WordPress 自己在输出文章标题时进行了简化，直接用 &#60;?php the_title&#40;&#41;; ?&#62; 代替了 &#60;?php echo get_the_title&#40;&#41;; ?&#62; 除此之外这里还需要用到另外一个函数：mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding]); mb_strimwidth() truncates string str to specified width. It [...]]]></description>
			<content:encoded><![CDATA[<p>虽然大多数时候我们不需要去管 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 文章标题有多长，因为一般比较长的标题会自动分为两行显示。但是有时候我们为了控制模板的样式整洁，希望文章标题只显示成一行，比如 <a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" target="_blank">D&#038;Z Theme Pro CP</a> 主题首页幻灯片右侧的“最新的一篇日志”，这里我首先使用固定长度的摘要来控制文章长度，但是如果有时候文章标题过长而显示成两行的时候，文章摘要就会出现“溢出”。这个时候如果能让标题的长度固定为一行，就能让这里的样式看起来更整洁。在好友 Lee 的帮助下，我解决了这个问题。</p>
<p>其实解决这个问题很简单，只需要一句话就行了。在 WordPress 里，我们使用</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>来输出文章标题，与其相关的还有一个函数：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> get_the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>简单的说说两者的关系，get_the_title() 返回值是一个字符串（文章标题），而 the_title() 就是该字符串通过 echo 输出后的值。<br />
实际上就是 WordPress 自己在输出文章标题时进行了简化，直接用</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>代替了</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> get_the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>除此之外这里还需要用到另外一个函数：mb_strimwidth(string str, int start, int width, [string trimmarker], [string encoding]);</p>
<blockquote><p>mb_strimwidth() truncates string str to specified width. It returns truncated string. </p>
<p>If trimmarker is set, trimmarker is appended to return value. </p>
<p>start is start position offset. Number of characters from the beginning of string. (First character is 0) </p>
<p>trimmarker is string that is added to the end of string when string is truncated. </p>
<p>encoding is <a href="http://zeuscn.net/archives/tag/character-encoding" class="st_tag internal_tag" rel="tag" title="标签 character encoding 下的日志">character encoding</a>. If it is omitted, internal encoding is used. </p></blockquote>
<p>现在大部分的 <a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">PHP</a> 服务器都支持了 MB 库（mbstring 库 全称是 Multi-Byte String 即各种语言都有自己的编码，他们的字节数是不一样的，目前php内部的编码只支持ISO-8859-*, EUC-JP, <a href="http://zeuscn.net/archives/tag/utf-8" class="st_tag internal_tag" rel="tag" title="标签 utf-8 下的日志">UTF-8</a> 其他的编码的语言是没办法在 php 程序上正确显示的。解决的方法就是通过 php 的 mbstring 函数库来解决），所以我们可以放心的使用这个用于控制字符串长度的函数：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><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>get_the_title<span style="color: #009900;">&#40;</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;">38</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'...'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>那么我们只需要用上面这个函数替换 WordPress 原有的</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>即可，这里我输出了字符串的<strong>第0位到第38位</strong>，根据主题的不同可以自行设置该数值，另外多余长度部分使用“&#8230;”代替。</p>
<div id="attachment_725" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/12/wp-title-width.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/12/wp-title-width-300x130.jpg" alt="控制 WordPress 文章标题长度" title="点击放大" width="300" height="130" class="size-medium wp-image-725" /></a><p class="wp-caption-text">控制 WordPress 文章标题长度</p></div>
<p>其实我在控制文章摘要的时候也是使用的这个函数，比如我在 <a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" target="_blank">D&#038;Z Theme Pro CP</a> 主题的首页里使用的就是</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><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;">470</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></pre></div></div>

<p>来输出470个字符长度的摘要，并过滤了 HTML 标记。</p>
<p>虽然这是个很简单的方法，但我相信它对主题制作者而言还是相当实用的 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 一般超长，我用overflow:hidden;哈哈～
摘要截断输出用mb_strimwidth很不错，已经用到主题上了，自我升级，谢谢老大</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: Z兄的技术贴写得都很通俗易懂。</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://louishan.com/' rel='external nofollow' class='url'>Louis Han</a> writes: 如果题目中有英文或者符号，会不会被截断？</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 它不考虑字符串里是中文还是英文还是符号，全部都可以截断</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，我觉得我比较啰嗦，想极力说得更明白 :-)</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: overflow:hidden 会把文字掐断，不是太美观，不过我以前也是用这个，呵呵</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://dogorgod.com/' rel='external nofollow' class='url'>Timer</a> writes: 实用！很久没看兄弟的技术型文章了，激动</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://www.mozin.org' rel='external nofollow' class='url'>默默</a> writes: 非常好，最近正好遇到了标题超长导致显示不正常的问题，非常感谢！</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 1日</a>, <a href='http://www.dgdxbxg.com/bb' rel='external nofollow' class='url'>大兴</a> writes: 实用，知识下！</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 2日</a>, <a href='http://wyshuo.com' rel='external nofollow' class='url'>星网</a> writes: ......我需不需要？问题是我还是不会~~~</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 2日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 基本上需要... 照着步骤做吧，其实很简单的...</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 2日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，不客气 :-)</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 2日</a>, <a href='http://blogmars.com/' rel='external nofollow' class='url'>Mars</a> writes: 不错，学习了，不过，如果作者能在写的时候，就精简下标题，会更好。</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 7日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 一般情况下用不到这么长的标题，哈哈……</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 8日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 有时候 <a href="http://zeuscn.net/archives/tag/cms" class="st_tag internal_tag" rel="tag" title="标签 cms 下的日志">CMS</a> 主题需要这种方法 :-)</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 19日</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>interjc</a> writes: http://codex.wordpress.org/Function_Reference/wp_trim_excerpt</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2009年, 十二月 27日</a>, <a href='http://www.180life.cn/archives/73.html' rel='external nofollow' class='url'>如何控制 WordPress 文章标题的长度 | 180度生活</a> writes: [...] | zEUS.’Blog » 如何控制 WordPress 文章标题的长度（顺带测试一下超长的标题输出）&#8221; /&gt;     Trackback URL | Say [...]</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2010年, 一月 3日</a>, <a href='http://%/spzasibsk' rel='external nofollow' class='url'>Shadow</a> writes: <strong><a href="http://z7k.cinemajokes.ru" rel="nofollow"> </a><a href="http://qh3.cinemajokes.ru" rel="nofollow"></a><a href="http://g5d.cinemajokes.ru" rel="nofollow"> </a><a href="http://qs4.cinemajokes.ru" rel="nofollow"> </a>...</strong>

Норм<b><a href="http://g7k.cinemajokes.ru" rel="nofollow"> </a><a href="http://qa3.cinemajokes.ru" rel="nofollow"> </a><a href="http://aad.cinemajokes.ru" rel="nofollow"> </a><a href="http://fs4.cinemajokes.ru" rel="nofollow"> </a>...</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2010年, 二月 8日</a>, <a href='http://www.jfond.com' rel='external nofollow' class='url'>像风一样自由</a> writes: 学习了，很强大</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2010年, 二月 25日</a>, <a href='http://www.jfond.com' rel='external nofollow' class='url'>像风一样自由</a> writes: Q群不让加？

请教博主，侧边栏最新日志的标题截断该如何做呢？
期待解答</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2010年, 三月 19日</a>, <a href='http://www.linuxhobby.com' rel='external nofollow' class='url'>麦叔</a> writes: 这个可以用CSS来实现吧!</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2011年, 二月 19日</a>, <a href='http://www.22frame.com/blog' rel='external nofollow' class='url'>22frame</a> writes: 侧边栏的标题可以设置截断吗?</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2011年, 二月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 可以的，原理类似，但是具体要看输出什么内容了，最新文章？随机文章？
最新留言的截断效果可以参见我的侧栏。</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2011年, 二月 25日</a>, <a href='http://www.52digital.com' rel='external nofollow' class='url'>明月登楼</a> writes: 哈哈，不错，谢谢了，这个方法最科学了！</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2011年, 六月 13日</a>, bpm100 writes: 加到什么地方呢？</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2011年, 七月 10日</a>, 星仔 writes: 謝謝啦，研究很久了</li><li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">2012年, 一月 18日</a>, <a href='http://www.swannwoodwork.com/' rel='external nofollow' class='url'>thanksgiving crafts for preschoolers and toddlers</a> writes: <strong>Super Website...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html">http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/02/29/set-more-memory-size-for-xampp.html" title="解除 XAMPP 的 Memory 大小限制 (2008年, 二月 29日)">解除 XAMPP 的 Memory 大小限制</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2006/12/26/sidebar.html" title="模板修改手札之分离Sidebar (2006年, 十二月 26日)">模板修改手札之分离Sidebar</a> (96)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/16/syntax-plugins.html" title="三款引用代码语法高亮插件 (2008年, 九月 16日)">三款引用代码语法高亮插件</a> (92)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/01/wordpress-blog-2009.html" title="关于 WordPress 和 Blog 的小展望 (2008年, 十二月 1日)">关于 WordPress 和 Blog 的小展望</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/28/diary-3.html" title="八月二十八 星期四 阴转雨 (2008年, 八月 28日)">八月二十八 星期四 阴转雨</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/23/ipple-lite-released.html" title="WordPress 主题模板：Ipple Lite (2008年, 三月 23日)">WordPress 主题模板：Ipple Lite</a> (158)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/11/why-wordpress-themes.html" title="Why WordPress Themes (2007年, 十二月 11日)">Why WordPress Themes</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2011/07/23/flv-player-and-bitcomet-flv-converter.html" title="WordPress flv 视频播放插件：flv-player 的安装使用及下载 附带 BitComet FLV 转换器下载 (2011年, 七月 23日)">WordPress flv 视频播放插件：flv-player 的安装使用及下载 附带 BitComet FLV 转换器下载</a> (105)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/21/affiche-of-dz-theme.html" title="关于 D&#038;Z Theme 的升级公告 (2008年, 十二月 21日)">关于 D&#038;Z Theme 的升级公告</a> (38)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/03/cynthia-theme.html" title="WordPress 主题模板：Cynthia Theme (2008年, 二月 3日)">WordPress 主题模板：Cynthia Theme</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>给博客首页增加了一个 Ajax 效果</title>
		<link>http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html</link>
		<comments>http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:43:39 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[WLK]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=713</guid>
		<description><![CDATA[这是一个利用 Ajax 载入页面的特效，在博客首页的文章栏顶部我增加了5个标签按钮，除了第一个“最新文章”外，其余4个分别指向4个分类——“WordPress 研究”、“WordPress 主题”、“WordPress 插件”和“My Life”，点击相应的按钮后，首页文章栏就会在不刷新页面的情况下输出该分类下的文章列表。 这个效果的好处就不用说了，它利用有限的网页空间输出了更多的内容，而且这不是简单的类似侧栏顶部的 TAB 栏切换。侧栏的顶部的 TAB 栏实际上是一次性输出了4个栏目，但是只显示其中一个栏目，其余3个被 display:none 。而这个 Ajax 效果是在点击了标签栏之后才载入页面，也就是说在读者不需要的情况下，页面不会一次载入过多的内容，从而提高了页面载入速度。 这种效果在 WordPress 的 CMS 主题里并不是很常见，但是一旦加入了这种效果，想必一定能给主题添色不少～ 于是我花了2天的时间终于把这个特效搞定了&#8230; 这里要特别感谢下 Jinwen 的一篇指导性的文章！具体的原理和添加方法这里我就暂不作介绍了，有兴趣的朋友可以直接去 Jinwen 那边看介绍。 这个基于 Ajax 的 jQuery 特效加入到 D&#038;Z Theme Pro CP 主题之后很好的解决了展示“分类内容”不足的缺陷，我也会把这个效果正式加入到该主题中，并连同一些其它内容的升级于本月底免费发放给 D&#038;Z Theme Pro CP 付费主题用户们。 另外在 Which is The Next Theme ? 一文中发起了一个投票，最终 WLK 魔兽风格的主题“后程发力”，超过了之前一直排列榜首的 Blue-s ： {democracy:9} [...]]]></description>
			<content:encoded><![CDATA[<p>这是一个利用 Ajax 载入页面的特效，在博客首页的文章栏顶部我增加了5个标签按钮，除了第一个“最新文章”外，其余4个分别指向4个分类——“<a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 研究”、“<a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 主题”、“<a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 插件”和“My Life”，点击相应的按钮后，首页文章栏就会在不刷新页面的情况下输出该分类下的文章列表。</p>
<p>这个效果的好处就不用说了，它利用有限的网页空间输出了更多的内容，而且这不是简单的类似侧栏顶部的 TAB 栏切换。侧栏的顶部的 TAB 栏实际上是一次性输出了4个栏目，但是只显示其中一个栏目，其余3个被 display:none 。而这个 Ajax 效果是在点击了标签栏之后才载入页面，也就是说在读者不需要的情况下，页面不会一次载入过多的内容，从而提高了页面载入速度。</p>
<p>这种效果在 WordPress 的 <a href="http://zeuscn.net/archives/tag/cms" class="st_tag internal_tag" rel="tag" title="标签 cms 下的日志">CMS</a> 主题里并不是很常见，但是一旦加入了这种效果，想必一定能给主题添色不少～ 于是我花了2天的时间终于把这个特效搞定了&#8230; 这里要特别感谢下 <a href="http://www.saywp.com/" target="_blank">Jinwen</a> 的<a href="http://www.saywp.com/wordpress/query-post-method-to-show-my-wordpress-theme-page.html" target="_blank">一篇指导性的文章</a>！具体的原理和添加方法这里我就暂不作介绍了，有兴趣的朋友可以直接去 Jinwen 那边看介绍。</p>
<p>这个基于 Ajax 的 <a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">jQuery</a> 特效加入到 D&#038;Z <a href="http://zeuscn.net/archives/tag/theme" class="st_tag internal_tag" rel="tag" title="标签 Theme 下的日志">Theme</a> Pro CP 主题之后很好的解决了展示“分类内容”不足的缺陷，我也会把这个效果正式加入到该主题中，并连同一些其它内容的升级于本月底免费发放给 <strong>D&#038;Z Theme Pro CP 付费主题用户们</strong>。<br />
<div id="attachment_714" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/11/ajax-load.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/11/ajax-load-300x230.jpg" alt="基于 Ajax 的 jQuery 页面载入" title="点击放大" width="300" height="230" class="size-medium wp-image-714" /></a><p class="wp-caption-text">基于 Ajax 的 jQuery 页面载入</p></div></p>
<p>另外在 <a href="http://zeuscn.net/archives/2009/10/29/which-is-the-next-theme.html" target="_blank">Which is The Next Theme ?</a> 一文中发起了一个投票，最终 <a href="http://zeuscn.net/archives/tag/wlk" class="st_tag internal_tag" rel="tag" title="标签 WLK 下的日志">WLK</a> 魔兽风格的主题“后程发力”，超过了之前一直排列榜首的 Blue-s ：<br />
{democracy:9}<br />
那么本月我也会把主题制作的中心放在 WLK 这款主题上了，希望能在本月底之前发布这款免费主题 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<div id="attachment_626" class="wp-caption aligncenter" style="width: 186px"><a href="http://zeuscn.net/wp-content/uploads/2009/10/WLK.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/10/WLK-176x300.jpg" alt="WLK 魔兽风格主题" title="点击放大" width="176" height="300" class="size-medium wp-image-626" /></a><p class="wp-caption-text">WLK 魔兽风格主题</p></div></p>
<p align="right">zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://www.oioq.cn' rel='external nofollow' class='url'>小O</a> writes: 酷毙了！</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 帅呆了，又有东西可学了</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://louishan.com/' rel='external nofollow' class='url'>Louis Han</a> writes: 不知道是不是展示出来的文章过多，切换标签在浏览器里面会自动上升到最高处</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://neolee.cn' rel='external nofollow' class='url'>老N</a> writes: 期待wlk主题</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://YuJan.com' rel='external nofollow' class='url'>牧狼羊</a> writes: 确实是很不错的效果，赞。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 8日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 这不是文章数量的问题，是我故意做成这种效果的... 锚点自动滚动。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 9日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 现在AJAX越来越流行了~</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 9日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，近几年 ajax  一直都很流行哦～</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 10日</a>, <a href='http://zhang3.net' rel='external nofollow' class='url'>张三</a> writes: 期待啊，林子~~又是一个狠不错的效果。。。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 10日</a>, <a href='http://www.dizoz.com' rel='external nofollow' class='url'>CHARGER</a> writes: 大哥,你能不能别那么厉害啊.小弟跟不上啊..</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 10日</a>, <a href='http://www.laoliyue.cn' rel='external nofollow' class='url'>笑话老李说</a> writes: 魔兽的那个主题比较帅~~</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 10日</a>, <a href='http://www.jixiaxuegong.com' rel='external nofollow' class='url'>迟墨</a> writes: 挺酷的，没给我试用哦</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 11日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 无需试用，直接等月底的正式版吧 :-)</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 11日</a>, <a href='http://scottie.cn' rel='external nofollow' class='url'>西岸</a> writes: 这个功能很强悍。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 11日</a>, <a href='http://aunsen.com' rel='external nofollow' class='url'>aunsen</a> writes: 郁闷，这个主题适合搞魔兽专题站不适合个人唉！</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 12日</a>, <a href='http://nimen.de' rel='external nofollow' class='url'>小搓板</a> writes: 你太强了。
我对这些都是傻子。、</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十一月 15日</a>, <a href='http://www.onlysb.com' rel='external nofollow' class='url'>最后块烧饼</a> writes: 这功能不错啊， <a href="http://zeuscn.net/archives/tag/dz-theme" class="st_tag internal_tag" rel="tag" title="标签 D&amp;Z Theme 下的日志">D&amp;Z Theme</a> Pro CP越来越强大了！后面那个主题选票WLK竟然胜出了，看来WPer中玩WOW还真不少，zEUS.你做出来后再给主题加个大众化的样式，也不用花多少时间，一举两得。：）期待你新作早日出炉。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 7日</a>, <a href='http://jayzeng.com' rel='external nofollow' class='url'>jayzeng</a> writes: 你好，我下载了jinwen的主题，里面有你提到的AJAX效果
为什么在我本地的WAMP环境里不能正常使用呢
画面一直停留在“读取中”~
望给予解答~谢谢了</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 8日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 被读取的那个页面是否输出正常呢？</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 9日</a>, <a href='http://www.licream.net' rel='external nofollow' class='url'>licream</a> writes: 不错的功能.</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 9日</a>, <a href='http://jayzeng.com' rel='external nofollow' class='url'>jayzeng</a> writes: 是从JINWEN下载的主题，我没有修改过。那个被读取的页面是友情链接。文件最下面的链接输出应该是正常的，会不会是上面的POST传送数据有问题呢？还是其他？</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 9日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 试试把那个传入的文件的内容修改一下
也就是输出友情链接的代码替换成其它的文字，比如 abcd 什么的，然后看是否有输出。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 10日</a>, <a href='http://jayzeng.com' rel='external nofollow' class='url'>jayzeng</a> writes: 改了，还是不行~~</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2009年, 十二月 10日</a>, <a href='http://jayzeng.com' rel='external nofollow' class='url'>jayzeng</a> writes: 解决了，原来是post URL 的路径不对加了一个base  才好了，呵呵</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2010年, 一月 22日</a>, <a href='http://www.kainy.cn/' rel='external nofollow' class='url'>freetao</a> writes: 很酷，很实用的功能。</li><li><a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">2012年, 一月 17日</a>, <a href='http://www.axiscreations.com/' rel='external nofollow' class='url'>current information technology articles</a> writes: <strong>Recommended Websites...</strong>

[...]below you'll find the link to some sites that we think you should visit[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html">http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/03/28/easily-create-a-link-page.html" title="简单定制 WordPress 友情链接页面 (2008年, 三月 28日)">简单定制 WordPress 友情链接页面</a> (116)</li>
	<li><a href="http://zeuscn.net/archives/2006/11/26/readerpost.html" title="wordpress插件：Post-Based Counter (2006年, 十一月 26日)">wordpress插件：Post-Based Counter</a> (90)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html" title="给博客添加 Google 自定义搜索 (2008年, 九月 18日)">给博客添加 Google 自定义搜索</a> (102)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/25/recall-wopus.html" title="很囧的点名 (2008年, 十月 25日)">很囧的点名</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/06/wordpress-install.html" title="WordPress 安装图文教程 (2007年, 十二月 6日)">WordPress 安装图文教程</a> (84)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/26/notice-about-ipple-theme.html" title="Notice：QQ 满员，请加群，谢谢支持 (2008年, 三月 26日)">Notice：QQ 满员，请加群，谢谢支持</a> (9)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/22/d-z-theme-released.html" title="终修正果 WordPress 主题 D&#038;Z Theme 正式发布 (2008年, 六月 22日)">终修正果 WordPress 主题 D&#038;Z Theme 正式发布</a> (32)</li>
	<li><a href="http://zeuscn.net/archives/2007/06/24/zeusblogisreloading.html" title="zEUS.&#8217; Blog Is Reloading&#8230; (2007年, 六月 24日)">zEUS.&#8217; Blog Is Reloading&#8230;</a> (189)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/29/set-more-memory-size-for-xampp.html" title="解除 XAMPP 的 Memory 大小限制 (2008年, 二月 29日)">解除 XAMPP 的 Memory 大小限制</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/07/yakitori-season-ii.html" title="串烧（第二季） (2008年, 八月 7日)">串烧（第二季）</a> (37)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/11/08/ajax-load-for-dztheme-pro.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>无插件实现 WordPress Lightbox 特效</title>
		<link>http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html</link>
		<comments>http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 16:14:42 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[D&Z Theme]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=658</guid>
		<description><![CDATA[上一篇日志介绍了让 WordPress 原生相册功能实现基于 jQuery 的 lightbox 特效，技巧是利用了 lightbox 的一个调用方法，依照同样的方法我们也可以让 WordPress 原生的图片功能也能获得 lightbox 特效，也就是说在文章中插入一张图片的情况下也能实现点击放大浏览这种特效。 其原理也很简单，我们在直接利用 WordPress 文章编辑后台插入“上传、相册或媒体里已经存在的图片”： 之后程序会自动在前台页面代码中插入一个叫做 “wp-caption” 的 class 那么和上一篇方法一样，先去官方网站下载一套 jQuery 的 lightbox plugin ，解压压缩包之后分别在 js 目录和 css 目录下找到如下3个文件： jquery.js jquery.lightbox-0.5.min.js jquery.lightbox-0.5.css 将以上三个文件通过 FTP 上传到你所使用的 wordpress 主题目录下，然后在 &#60;head&#62;&#60;/head&#62; 标签内插入以下代码即可： &#60;script type=&#34;text/javascript&#34; src=&#34;&#60;?php bloginfo&#40;'template_directory'&#41;; ?&#62;/jquery.js&#34;&#62;&#60;/script&#62; &#60;?php if &#40;is_single&#40;&#41; or is_page&#40;&#41;&#41; &#123; ?&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;&#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>上一篇日志介绍了<a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html" target="_blank">让 WordPress <strong>原生相册</strong>功能实现基于 jQuery 的 lightbox 特效</a>，技巧是利用了 lightbox 的一个调用方法，依照同样的方法我们也可以让 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> <strong>原生的图片</strong>功能也能获得 lightbox 特效，也就是说在文章中插入一张图片的情况下也能实现点击放大浏览这种特效。</p>
<p>其原理也很简单，我们在直接利用 WordPress 文章编辑后台插入“上传、相册或媒体里已经存在的图片”：<br />
<div id="attachment_659" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/10/wp-caption.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/10/wp-caption-300x267.jpg" alt="WP 文章编辑插入图片" title="点击放大" width="300" height="267" class="size-medium wp-image-659" /></a><p class="wp-caption-text">WP 文章编辑插入图片</p></div></p>
<p>之后程序会自动在前台页面代码中插入一个叫做 “wp-caption” 的 class<br />
<div id="attachment_660" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/10/wp-caption2.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/10/wp-caption2-300x290.jpg" alt="自动生成 wp-caption" title="点击放大" width="300" height="290" class="size-medium wp-image-660" /></a><p class="wp-caption-text">自动生成 wp-caption 这个class</p></div></p>
<p>那么和上一篇方法一样，先去官方网站下载一套 <a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">jQuery</a> 的 lightbox plugin ，解压压缩包之后分别在 js 目录和 <a href="http://zeuscn.net/archives/tag/css" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">css</a> 目录下找到如下3个文件：<br />
jquery.js<br />
jquery.lightbox-0.5.min.js<br />
jquery.lightbox-0.5.css<br />
将以上三个文件通过 FTP 上传到你所使用的 wordpress 主题目录下，然后在 &lt;head&gt;&lt;/head&gt; 标签内插入以下代码即可：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.js&quot;&gt;&lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> or is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;script type=&quot;text/javascript&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/css&quot; src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.css&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
$(function() {
     $('.gallery a').lightBox(); //给原生相册功能加入 lightbox 特效
     $('.wp-caption a').lightBox(); //给原生图片功能加入 lightbox 特效
});
&lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>当然了，由于其中加入了判断，这个效果也只会出现在“文章页”和“页面页”。以上是主题在不支持 jQuery 的时候所添加的代码，如果主题已经加载了 jQuery 库，则需要酌情增加相关的代码了。 </p>
<p>总结一下，基于 jQuery 的 lightbox ，我们无需任何其它 WordPress 的插件，就可以让 WordPress 原生的图片功能和相册功能都具有 lightbox 图片点击放大的特效。而且这个是基于 jQuery 库的一种扩展，因而我们可以在主题里方便的同时应用多种 jQuery 特效～ 比如 <a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" target="_blank">D&amp;Z Theme Pro CP</a> 主题侧栏 TAB 栏的切换效果、整站的锚点滚动和文章栏侧栏“MyConverse – 每个人都应该有一双匡威”栏目下的图片效果。</p>
<p>最后上几张实例展示：<br />
<div id="attachment_663" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/11/OP.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/11/OP-300x237.jpg" alt="擎天柱 CG 图" title="OP" width="300" height="237" class="size-medium wp-image-663" /></a><p class="wp-caption-text">擎天柱 CG 图</p></div> <div id="attachment_662" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/11/Ravage.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/11/Ravage-300x213.jpg" alt="机器狗 CG 图" title="Ravage" width="300" height="213" class="size-medium wp-image-662" /></a><p class="wp-caption-text">机器狗 CG 图</p></div> <div id="attachment_661" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/11/Starscream.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/11/Starscream-300x245.jpg" alt="红蜘蛛 CG 图" title="点击放大" width="300" height="245" class="size-medium wp-image-661" /></a><p class="wp-caption-text">红蜘蛛 CG 图</p></div> <div id="attachment_657" class="wp-caption aligncenter" style="width: 310px"><a href="http://zeuscn.net/wp-content/uploads/2009/10/Devastator.jpg"><img src="http://zeuscn.net/wp-content/uploads/2009/10/Devastator-300x205.jpg" alt="大力神 CG 图" title="点击放大" width="300" height="205" class="size-medium wp-image-657" /></a><p class="wp-caption-text">大力神 CG 图</p></div><br />
YUPOO ID : ff8001e3-9f0b-4487-8c02-d9e45f8d1045</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十一月 1日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 很好，这一特效我的主题上也能用了</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十一月 1日</a>, <a href='http://zou.lu/' rel='external nofollow' class='url'>Showfom</a> writes: 用jq……</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十一月 1日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: jq这玩意很时髦 :-D</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十二月 15日</a>, <a href='http://www.licream.net' rel='external nofollow' class='url'>licream</a> writes: 你好，能提供下：
jquery.js
jquery.lightbox-0.5.min.js
jquery.lightbox-0.5.css这三个文件吗？谢谢啊 
或给个链接也行。我在网上找不到。- -</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十二月 16日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 是和这个 jq 插件相关的这3个文件吗？</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2009年, 十二月 17日</a>, <a href='http://www.licream.net' rel='external nofollow' class='url'>licream</a> writes: 嗯.</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2010年, 九月 20日</a>, <a href='http://yesure.net' rel='external nofollow' class='url'>yesureadmin</a> writes: 很酷 真的，哪三个文件哪下</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Marketing</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 26日</a>, <a href='http://DallasSeniorPortraitPhotographer.com' rel='external nofollow' class='url'>Dallas Senior Portrait Photographer</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 26日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>I gotta {bookmark | favorite} this {website | web site | internet site | site} it seems {very useful | very helpful | invaluable | very beneficial | handy | extremely helpful} {very useful | very helpful | invaluable | very beneficial | handy | extre...</strong>

Just wanna input that you have a very nice internet site , I enjoy the style and design it really stands out....</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 26日</a>, <a href='http://arsenal.caucasus.net/user/qyofkmtgotogpbtydh/' rel='external nofollow' class='url'>best creatine supplements</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://wikibulls.com/wiki/index.php?title=User:PaulsenMenzies1181' rel='external nofollow' class='url'>LED Lights</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://www.paranormalactivitiesltd.com/' rel='external nofollow' class='url'>paranormal activities</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://rosspine.blogspot.com/' rel='external nofollow' class='url'>Ross Pine</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://freemoviedownloads887.tumblr.com/post/16568627234/unlimited-movie-downloads-tips-pick-the-best-dump' rel='external nofollow' class='url'>Free Movie Downloads</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://www.zip-online.net/directory/online-shop-875/rss2.php' rel='external nofollow' class='url'>Online Shop</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 27日</a>, <a href='http://www.xdiscussion.com' rel='external nofollow' class='url'>Porn forum</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://cleaning-business-tips.blogspot.com/' rel='external nofollow' class='url'>starting a cleaning business</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://smssales4text.com' rel='external nofollow' class='url'>target sms coupons</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://www.radiowings.net/mediawiki/index.php?title=User:EmmelineKilham3341' rel='external nofollow' class='url'>How to get Twitter followers</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://trader1ew.com' rel='external nofollow' class='url'>auto accessories</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://kredytychwilowkibezbik.com' rel='external nofollow' class='url'>kredyty chwilowki</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://www.ziki.com/en/harry-walker-1+797274/post/There-are-bunch+13738691' rel='external nofollow' class='url'>nono hair removal</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://www.blitzeranwalt.net' rel='external nofollow' class='url'>Blitzeranwalt</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://themaninthesea.com/index.php/member/79165/' rel='external nofollow' class='url'>ms word</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 28日</a>, <a href='http://danielpeterson20.over-blog.com/pages/all-about-dual-sim-and-multi-sim-phones-6491460.html' rel='external nofollow' class='url'>olcso mobiltelefonok</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 29日</a>, <a href='http://en.netlog.com/alvinophi/blog/blogid=6000538#blog' rel='external nofollow' class='url'>Alvin Blog</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 29日</a>, <a href='http://www.askalivepsychic.com' rel='external nofollow' class='url'>MEDITATION AND KARMA</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 30日</a>, <a href='http://taxisacramento.org/index.php/2011/11/try-the-cybex-arc-trainer-to-shed-those-additional-lbs/' rel='external nofollow' class='url'>cybexarc trainer</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/notes/build-lean-muscle-mass/bsn-syntha-6-protein-powder-review/241904755886856' rel='external nofollow' class='url'>syntha six</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 30日</a>, <a href='http://treatmentsforacnetip.com/getting-rid-of-acne-scars/' rel='external nofollow' class='url'>Getting Rid of Acne Scars or makeup ?</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 30日</a>, <a href='http://gpsforwalking.org/reviews/garmin-60csx' rel='external nofollow' class='url'>garmin gps 60csx</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 31日</a>, <a href='http://perrygpberry.tumblr.com' rel='external nofollow' class='url'>dating online</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 31日</a>, <a href='http://www.hugeyieldscam.com' rel='external nofollow' class='url'>huge yield scam</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 31日</a>, <a href='http://www.perfectcanvases.com' rel='external nofollow' class='url'>Laraine Antonacci</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 一月 31日</a>, <a href='http://www.desispy.com/' rel='external nofollow' class='url'>Wade Scharich</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 1日</a>, <a href='http://svmomsalums.com/index.php/2011/12/just-how-to-become-a-man-magnet-here-are-actually-the-tools-which-will-aid-one-naturally-draw-in-all-men-real-fast/' rel='external nofollow' class='url'>how to become a guy magnet book</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 1日</a>, <a href='http://www.runescapechat.com/forum/member.php?u=1129822' rel='external nofollow' class='url'>At Home Laser Hair Removal</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 1日</a>, <a href='http://www.grcdental.com.au' rel='external nofollow' class='url'>loupe light</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 1日</a>, <a href='http://www.mortgagebrokerland.com/f2/anyone-been-scott-tucker-seminar-824/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://www.forbearrance.com/mortgage-broker-scott-tucker-helps-seniors-pay-for-long-term-care/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://level5motorsports.com/team.cfm' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://www.npr.org/templates/story/story.php?storyId=129195925' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://www.imdb.com/name/nm0046112/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://www.tvguide.com/celebrities/penn-badgley/190745' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 2日</a>, <a href='http://www.planetlemans.com/2010/12/11/level-5-motorsports-to-run-2-lmp2-cars-in-2011/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>join huge yield</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 3日</a>, <a href='http://www.gather.com/viewArticle.action?articleId=281474981076715' rel='external nofollow' class='url'>gynexin</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 3日</a>, <a href='http://www.scribd.com/doc/47342821/Free-Brazzers-Password' rel='external nofollow' class='url'>Brazzers Password</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 3日</a>, <a href='http://www.lighting-linx.com' rel='external nofollow' class='url'>clearwater homes</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 3日</a>, <a href='http://video-production-nyc.com/corporate/' rel='external nofollow' class='url'>corporate video production nyc</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 4日</a>, <a href='http://ezinearticles.com/?Top-Ten-Myths-About-Plastic-Surgery&#038;id=3907536' rel='external nofollow' class='url'>plastic surgery houston</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com' rel='external nofollow' class='url'>BPO Companies</a> writes: <strong>Informative and accurate...</strong>

Its difficult to find informative and precise information but here I noted...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 4日</a>, <a href='http://www.bpo-university.com/instructors.html' rel='external nofollow' class='url'>broker price opinions</a> writes: <strong>Wikipedia...</strong>

Wikipedia linked to this place...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 5日</a>, <a href='http://cpneworkshop.com/clinical-resources/8-resourse1/25--clinical-prep-resourse6' rel='external nofollow' class='url'>http://www.athletesacceleration.com</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 6日</a>, <a href='http://banknotegallery.blogspot.com' rel='external nofollow' class='url'>currency</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://escortmilano342.wordpress.com/2012/02/06/escort-milano/' rel='external nofollow' class='url'>escort milano</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://frostwire10.com/' rel='external nofollow' class='url'>frostwire</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://matthansen1231.tumblr.com/' rel='external nofollow' class='url'>full story</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://deedeecocheta.com/?p=66' rel='external nofollow' class='url'>Air Conditioning Repairs</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://escortservicelosangeles173.wordpress.com/2012/02/07/mens-dating-advice-3-dating-tips-that-will-get-you-more-action-this-coming-year/' rel='external nofollow' class='url'>escort agency los angeles</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://www.vilago21.com/event/Payam+Pedram+Explains+some+great+benefits+of+Managed+Futures/382186/profile' rel='external nofollow' class='url'>Payam Pedram</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://za.linkedin.com/in/chrismurraytours' rel='external nofollow' class='url'>chris murray</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://gamestopcoupons975.tumblr.com/post/17204775342/the-best-guide-to-coupon-codes' rel='external nofollow' class='url'>Gamestop Coupon</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://www.ziki.com/en/isaac-erickson+835890/post/Choosing-Your-P+13811387' rel='external nofollow' class='url'>best protein powder for women</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://emmalopez509000.webs.com/apps/blog/show/12205981-what-women-consider-when-searching-for-sugar-daddy-personals' rel='external nofollow' class='url'>sugar daddy</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://WorkwithMDP.com' rel='external nofollow' class='url'>Project Payday</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=_tpDmAcqp4w' rel='external nofollow' class='url'>All Inclusive Holidays</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=qGYE-2wry00' rel='external nofollow' class='url'>travel</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://www.vilago21.com/event/create' rel='external nofollow' class='url'>disco hire</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://community.atom.com/Post/Top-Dating-Tips-for-Guys--Be-described-as-a-Man/03EFBFFFF02598DE3000801878A6A' rel='external nofollow' class='url'>los angeles escort girls</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://jordanfleming5771992.blog.hr/2012/02/1629957282/find-the-best-seo-technique-for-new-websites.html' rel='external nofollow' class='url'>SEO Link Monster bonus</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://isellsevier.blog.com/2012/02/02/fluticasone-spray-fluticasone-nasal-spray/' rel='external nofollow' class='url'>fluticasone nasal spray</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://audrasilverman0.insanejournal.com/463.html' rel='external nofollow' class='url'>best penis extender</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://steveroberts922.siterun.eu/http://losangelesdentistusa.com/' rel='external nofollow' class='url'>beverly hills dentist</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://groups.diigo.com/group/erfksltikelypoprgqwt/content/soccer-player-methods-for-better-performance-4139139' rel='external nofollow' class='url'>goal crazy</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://donaldmason093.yoctown.com/3-Important-Web-site-desi.html' rel='external nofollow' class='url'>agencia web</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://groups.diigo.com/group/tqppnwumtufaewjixtpk/content/dining-tables-may-bring-the-household-together-4144567' rel='external nofollow' class='url'>best dining tables</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://zeduga.com' rel='external nofollow' class='url'>download free music</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=Y0iw6uLAqQQ' rel='external nofollow' class='url'>Scott tucker</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=qWgmmAhMuHU' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.vardacohen.com/candles-frosted' rel='external nofollow' class='url'>http://www.vardacohen.com/cake-toppers</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.ziki.com/en/tim-williams-9+840679/post/Plus-One-Foundr+13820512' rel='external nofollow' class='url'>buy google plus ones</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.lafermejerome.com/lfj-saison-2/merci-aux-fans-mais.html' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.pennyauctioncustomers.com' rel='external nofollow' class='url'>zeek rewards sm</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.incompany.com/blog.php?user=charlottemarsh23&#038;blogentry_id=195651' rel='external nofollow' class='url'>Kinky curly curling custard Target</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://groups.diigo.com/group/hbusrdtgteduqfgfqxeh/content/ideas-to-find-the-appropriate-company-that-provides-professional-search-engine-optimization-4152610' rel='external nofollow' class='url'>seo company</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">2012年, 二月 9日</a>, <a href='http://www.youtube.com/watch?v=MpIOClX1jPE' rel='external nofollow' class='url'>Video Presentations</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html">http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/09/02/messageboard-for-wordpress.html" title="2步创建留言本 (2007年, 九月 2日)">2步创建留言本</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2011/08/09/windows2003-iis6-wordpress-and-discuz-static-permalink.html" title="Windows2003 IIS6.0 下 WordPress 和 DiscuzX2 的伪静态实现方法 (2011年, 八月 9日)">Windows2003 IIS6.0 下 WordPress 和 DiscuzX2 的伪静态实现方法</a> (102)</li>
	<li><a href="http://zeuscn.net/archives/2008/01/01/ready-to-work.html" title="Ready to Work.. (2008年, 一月 1日)">Ready to Work..</a> (71)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html" title="团购 WordPress T恤进展 (2009年, 六月 14日)">团购 WordPress T恤进展</a> (26)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/11/parameters-of-wp_list_categories.html" title="wp_list_categories 参数详解 (2008年, 三月 11日)">wp_list_categories 参数详解</a> (17)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/10/astriction.html" title="千呼万唤“屎”不出 (2008年, 六月 10日)">千呼万唤“屎”不出</a> (18)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/01/dztheme-update.html" title="DZTHEME.COM 一期改版完成 (2008年, 十月 1日)">DZTHEME.COM 一期改版完成</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/02/diary.html" title="日记 (2008年, 六月 2日)">日记</a> (23)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/15/my-favor-wordpress-plugins.html" title="我最喜欢的5个 wordpress 插件 (2007年, 九月 15日)">我最喜欢的5个 wordpress 插件</a> (86)</li>
	<li><a href="http://zeuscn.net/archives/2007/11/10/making-another-wp-theme.html" title="又一个 WordPress 主题全力制作中&#8230; (2007年, 十一月 10日)">又一个 WordPress 主题全力制作中&#8230;</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html/feed</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>无插件让 WordPress 原生相册支持 lightbox</title>
		<link>http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html</link>
		<comments>http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html#comments</comments>
		<pubDate>Sat, 31 Oct 2009 03:58:30 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=644</guid>
		<description><![CDATA[不提倡使用过多的 WordPress 插件，因为很多插件都会在 head 标签内增加大量的 JS，无疑这会影响到页面载入的速度，因而我就想能整合到主题里的效果尽量整合进来“统一管理”，这样自己也好让 JS 出现在它们需要的地方，避免不必要的加载。这里简单介绍一下给主题加入 jQuery 的 lightbox 特效后如何让它能够支持 WordPress 原生的图片相册功能。 我在上一篇日志里第一次使用了 WordPress 原生相册功能，给我感觉挺不错的——方便快捷，但是它的图片链接会重新打开图片，这着实不是很爽。另外，由于 D&#38;Z Theme Pro CP 主题已经内嵌了 jQuery 的 lightbox 特效，于是我就想能否将两者结合起来，不试不知道，一试还真成功了 而且还只是仅仅只是在 header.php 中加入了一句代码： $&#40;'.gallery a'&#41;.lightBox&#40;&#41;; D&#38;Z Theme Pro CP 的用户只需在 header.php 文件中搜索一下“lightbox”这个关键词，然后将上面那句代码添加成如下形式即可： $&#40;function&#40;&#41; &#123; $&#40;'a[@rel*=lightbox]'&#41;.lightBox&#40;&#41;; // Select all links that contains lightbox in the attribute rel $&#40;'.gallery a'&#41;.lightBox&#40;&#41;; &#125;&#41;; [...]]]></description>
			<content:encoded><![CDATA[<p>不提倡使用过多的 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 插件，因为很多插件都会在 head 标签内增加大量的 JS，无疑这会影响到页面载入的速度，因而我就想能整合到主题里的效果尽量整合进来“统一管理”，这样自己也好让 JS 出现在它们需要的地方，避免不必要的加载。这里简单介绍一下给主题加入 <a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">jQuery</a> 的 lightbox 特效后如何让它能够支持 WordPress 原生的图片相册功能。</p>
<p>我在<a href="http://zeuscn.net/archives/2009/10/31/cool-photos.html" target="_blank">上一篇日志</a>里第一次使用了 WordPress 原生相册功能，给我感觉挺不错的——方便快捷，但是它的图片链接会重新打开图片，这着实不是很爽。另外，由于 <a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" target="_blank">D&amp;Z Theme Pro CP</a> 主题已经内嵌了 jQuery 的 lightbox 特效，于是我就想能否将两者结合起来，不试不知道，一试还真成功了 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':-D' class='wp-smiley' />  而且还只是仅仅只是在 header.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a> 中加入了一句代码：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a href="http://zeuscn.net/archives/tag/dz-theme" class="st_tag internal_tag" rel="tag" title="标签 D&amp;Z Theme 下的日志">D&amp;Z Theme</a> Pro CP 的用户只需在 header.php 文件中搜索一下“lightbox”这个关键词，然后将上面那句代码添加成如下形式即可：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<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>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[@rel*=lightbox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select all links that contains lightbox in the attribute rel</span>
    $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>这里简单解释一下：<br />
jQuery lightbox 的官方介绍（<a href="http://leandrovieira.com/projects/jquery/lightbox/">http://leandrovieira.com/projects/jquery/lightbox/</a>）中可以得知调用 lightbox 特效的方法有如下几种：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<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>
	<span style="color: #006600; font-style: italic;">// Use this example, or...</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a[@rel*=lightbox]'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select all links that contains lightbox in the attribute rel</span>
	<span style="color: #006600; font-style: italic;">// This, or...</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select all links in object with gallery ID</span>
	<span style="color: #006600; font-style: italic;">// This, or...</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a.lightbox'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select all links with lightbox class</span>
	<span style="color: #006600; font-style: italic;">// This, or...</span>
	$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// Select all links in the page</span>
	<span style="color: #006600; font-style: italic;">// ... The possibility are many. Use your creative or choose one in the examples above</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>当我们在 WordPress 中插入原生相册的时候，系统会自动在调用相册的源代码中加入 gallery 这个 class：<br />
<img class="aligncenter size-full wp-image-645" title="自动添加 gallery class" src="http://zeuscn.net/wp-content/uploads/2009/10/0011.jpg" alt="自动添加 gallery class" width="527" height="413" /></p>
<p>然后我根据 lightbox 的调用方法，将其中的</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #006600; font-style: italic;">// 凡是带有 gallery ID 的对象都会启用 lightbox 特效</span></pre></div></div>

<p>改为了</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #006600; font-style: italic;">// 凡是带有 gallery Class 的对象都会启用 lightbox 特效</span></pre></div></div>

<p>即可，相当 Easy 吧～ 这样 <a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" target="_blank">D&amp;Z Theme Pro CP</a> 主题就能良好的支持 WordPress 原生相册的功能了！<br />
<strong><br />
那么在一个不支持 lightbox 的 wordpress 主题里我们要如何做呢？</strong><br />
先去官方网站下载一套 jQuery 的 lightbox plugin ，解压压缩包之后分别在 js 目录和 <a href="http://zeuscn.net/archives/tag/css" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">css</a> 目录下找到如下3个文件：<br />
<strong>jquery.js</strong><br />
<strong>jquery.lightbox-0.5.min.js</strong><br />
<strong>jquery.lightbox-0.5.css</strong><br />
将以上三个文件通过 FTP 上传到你所使用的 wordpress 主题目录下<br />
打开主题的 header.php ，将如下代码加入到 &lt;head&gt;&lt;/head&gt; 标签内：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
&lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.css&quot; type=&quot;text/css&quot;&gt;&lt;/script&gt;</pre></div></div>

<p>然后再加入上文介绍的：</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text/javascript&quot;</span><span style="color: #339933;">&gt;</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
$<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'.gallery a'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">lightBox</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #339933;">&lt;/</span>script<span style="color: #339933;">&gt;</span></pre></div></div>

<p>就大功告成了～ 但是一般来说我们只会在文章页或者页面页调用相册功能，所以我们可以使用一个判断语句让它们只在这两类页面中加载：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> or is_archive or is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
    &lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
    &lt;script src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'template_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/jquery.lightbox-0.5.css&quot; type=&quot;text/css&quot;&gt;&lt;/script&gt;
    &lt;script type=&quot;text/javascript&quot;&gt;
    $('#gallery a').lightBox();
    $('.gallery a').lightBox();
    &lt;/script&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>That&#8217;s all~<br />
使用以上方法我相信原生的 WordPress 相册就能满足大部分用户的需求了，用它来代替功能强大但略显臃肿的 NextGEN Gallery 相册插件基本没啥问题～</p>
<p>看过以上介绍还不赶紧给自己的主题加上这么酷的效果？<br />

<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/attachment/007' title='007'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0071-150x150.jpg" class="attachment-thumbnail" alt="007" title="007" /></a>
<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/attachment/006' title='006'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0061-150x150.jpg" class="attachment-thumbnail" alt="006" title="006" /></a>
<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/attachment/009' title='009'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0091-150x150.jpg" class="attachment-thumbnail" alt="009" title="009" /></a>
<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/attachment/004' title='004'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0041-150x150.jpg" class="attachment-thumbnail" alt="004" title="004" /></a>
<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/003-2' title='003'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0031-150x150.jpg" class="attachment-thumbnail" alt="003" title="003" /></a>
<a href='http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/attachment/005' title='005'><img width="150" height="150" src="http://zeuscn.net/wp-content/uploads/2009/10/0051-150x150.jpg" class="attachment-thumbnail" alt="005" title="005" /></a>
</p>
<p align="right">zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十月 31日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 好像和我的主题无缘了。。。</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十月 31日</a>, <a href='http://imcat.in' rel='external nofollow' class='url'>Cat.</a> writes: 我等了很久了!!</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十月 31日</a>, <a href='http://sivan.in/blog/' rel='external nofollow' class='url'>Sivan</a> writes: 没抢到沙发。现在用的picasa相册没用本地存图所以暂时使不上。</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十月 31日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，一直担心 GFW 哪天发威把 picasa 也给墙掉，所以没敢用国外的相册...</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十月 31日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 文章后半部分介绍了非 D&Z <a href="http://zeuscn.net/archives/tag/theme" class="st_tag internal_tag" rel="tag" title="标签 Theme 下的日志">Theme</a> Pro CP 的使用方法呀～</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十一月 1日</a>, <a href='http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html' rel='external nofollow' class='url'>无插件实现 WordPress Lightbox 特效 &raquo; 網生@誌 | zEUS.&#8217;Blog</a> writes: [...] 上一篇日志介绍了让 WordPress 原生相册功能实现基于 jQuery 的 lightbox 特效，技巧是利用了 lightbox 的一个调用方法，依照同样的方法我们也可以让 WordPress 原生的图片功能也能获得 lightbox 特效，也就是说在文章中插入一张图片的情况下也能实现点击放大浏览这种特效。 [...]</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十一月 1日</a>, <a href='http://www.x-idea.cn' rel='external nofollow' class='url'>创意无限</a> writes: 不错，收藏了！</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十一月 3日</a>, <a href='http://zhang3.net' rel='external nofollow' class='url'>张三</a> writes: 我靠，林子你的变形金刚真多……</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2009年, 十一月 3日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 哈哈，我就好这口...</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2010年, 二月 22日</a>, <a href='http://www.sixi.info/20100221/jquery-lightbox.html' rel='external nofollow' class='url'>无插件让Wordpress支持jquery lightbox &raquo; 四夕小罗</a> writes: [...] 前几天看到zEUS.博客的一篇无插件让 WordPress 原生相册支持 lightbox的文章，心血来潮也想拥有个性的图片显示。 [...]</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2010年, 四月 11日</a>, <a href='http://limy.tk' rel='external nofollow' class='url'>limory</a> writes: 老大，请问如何在header.php中加载wordpress自身的jquery.js库文件？？？</li><li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">2012年, 一月 11日</a>, <a href='http://www.buyfanpagefans.com/' rel='external nofollow' class='url'>message fans facebook page</a> writes: <strong>Super Website...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html">http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/08/28/diary-3.html" title="八月二十八 星期四 阴转雨 (2008年, 八月 28日)">八月二十八 星期四 阴转雨</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/10/display-category-description.html" title="WordPress 如何调用分类描述 (2008年, 三月 10日)">WordPress 如何调用分类描述</a> (143)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/16/plugins-support-chinese.html" title="让wordpress插件彻底支持中文！ (2007年, 八月 16日)">让wordpress插件彻底支持中文！</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2009/10/27/dz-theme-pro-cp-green-released.html" title="D&#038;Z Theme Pro Green CP 版发布 (2009年, 十月 27日)">D&#038;Z Theme Pro Green CP 版发布</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/03/cynthia-theme.html" title="WordPress 主题模板：Cynthia Theme (2008年, 二月 3日)">WordPress 主题模板：Cynthia Theme</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/07/yakitori-season-ii.html" title="串烧（第二季） (2008年, 八月 7日)">串烧（第二季）</a> (37)</li>
	<li><a href="http://zeuscn.net/archives/2011/07/31/new-404-not-found-page.html" title="新 404 Not Found 页面上线 (2011年, 七月 31日)">新 404 Not Found 页面上线</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/19/dz-theme-pro-cp-released.html" title="D&#038;Z Theme Pro CP 版正式（付费）发布 (2009年, 六月 19日)">D&#038;Z Theme Pro CP 版正式（付费）发布</a> (132)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/10/wordpress-category-icon.html" title="WordPress 技巧—显示分类图片 (2008年, 九月 10日)">WordPress 技巧—显示分类图片</a> (18)</li>
	<li><a href="http://zeuscn.net/archives/2009/12/01/wordpress-title-width-defined.html" title="如何控制 WordPress 文章标题的长度（顺带测试一下超长的标题输出） (2009年, 十二月 1日)">如何控制 WordPress 文章标题的长度（顺带测试一下超长的标题输出）</a> (27)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>优化 header.php 加速 WordPress</title>
		<link>http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html</link>
		<comments>http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:26:38 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=602</guid>
		<description><![CDATA[WordPress 以众多插件和主题而闻名，插件不仅给我们的博客提供了诸多强大的功能，而且还简便了操作美化了页面。但凡事都是具有两面性的，不少插件为了实现自己的功能都需要引用额外的 Javascript 和 CSS 样式，这些内容全部都被自动加载到了页面的 head 标签内，从一定程度上影响到了页面加载的速度。而实际上大部分时候我们不需要这些额外的内容。比如我的博客首页（index.php）、归档页（archive.php）和搜索结果页（search.php），都不会使用我已经启用的 Audio player 、Democracy 、WP-Syntax 、CoolCode 、Clean Archives Reloaded 这几个插件，而它们都会自动将一些额外的内容加入到 head 标签内，所以我只需要根据自己的需要，让这些插件只在文章页（single.php）和页面页（page.php）内加载即可。 WordPress 插件是根据下面这个函数进行加载的： &#60;?php wp_head&#40;&#41;; ?&#62; 我们可以在主题模板内的 header.php 文件中找到它，也就是说只要出现以上这个函数，插件就能自动将相关的内容加载到 head 标签内，如果没有这个函数，插件则不会加载这些内容。那么我只需要按照下面的写法就能按照我自己的需求在文章页（single.php）和页面页（page.php）内加载相关的插件功能了。 &#60;?php if &#40;is_single&#40;&#41; or is_page&#40;&#41;&#41; &#123; ?&#62; &#60;?php wp_head&#40;&#41;; ?&#62; &#60;?php &#125; ?&#62; 通过一个简单的判断语句我们就能有效的减少博客首页的“请求数量”以提高首页的加载速度，下面是首页和文章页 head 标签加载情况的两张对比图：（点击放大） 基本上，效果很明显！ 功能和速度就像鱼和熊掌一样难以兼得，对于博客/网站速度的优化还是蛮需要积累经验的。 zEUS. 日志评论2009年, 七月 22日, cuixi writes: 传说中的沙发! 兄弟做的不错,继续努力!2009年, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 以众多插件和主题而闻名，插件不仅给我们的博客提供了诸多强大的功能，而且还简便了操作美化了页面。但凡事都是具有两面性的，不少插件为了实现自己的功能都需要引用额外的 <a href="http://zeuscn.net/archives/tag/javascript" class="st_tag internal_tag" rel="tag" title="标签 JavaScript 下的日志">Javascript</a> 和 <a href="http://zeuscn.net/archives/tag/css" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">CSS</a> 样式，这些内容全部都被自动加载到了页面的 head 标签内，从一定程度上影响到了页面加载的速度。而实际上大部分时候我们不需要这些额外的内容。比如我的博客首页（index.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a>）、归档页（archive.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a>）和搜索结果页（search.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a>），都不会使用我已经启用的 Audio player 、Democracy 、WP-Syntax 、CoolCode 、Clean Archives Reloaded 这几个插件，而它们都会自动将一些额外的内容加入到 head 标签内，所以我只需要<strong>根据自己的需要</strong>，让这些插件只在文章页（single.php）和页面页（page.php）内加载即可。</p>
<p>WordPress 插件是根据下面这个函数进行加载的：</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_head<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>我们可以在主题模板内的 header.php 文件中找到它，也就是说只要出现以上这个函数，插件就能自动将相关的内容加载到 head 标签内，如果没有这个函数，插件则不会加载这些内容。那么我只需要按照下面的写法就能按照我自己的需求在文章页（single.php）和页面页（page.php）内加载相关的插件功能了。</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_single<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> or is_page<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_head<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>通过一个简单的判断语句我们就能有效的减少<strong>博客首页</strong>的“请求数量”以提高首页的加载速度，下面是首页和文章页 head 标签加载情况的两张对比图：（点击放大）</p>
<p align=center><a rel="lightbox" href="http://pic.yupoo.com/zeuscn/714417c99862/wkx2p9mq.jpg"><img class="img_border" src="http://pic.yupoo.com/zeuscn/714417c99862/medium.jpg" alt="优化 header.php 加速 WordPress 首页加载速度" /></a></p>
<p align=center><a rel="lightbox" href="http://pic.yupoo.com/zeuscn/118127c99866/9gc4ty5p.jpg"><img class="img_border" src="http://pic.yupoo.com/zeuscn/118127c99866/medium.jpg" alt="优化 header.php 加速 WordPress 首页加载速度" /></a></p>
<p>基本上，效果很明显！</p>
<p>功能和速度就像鱼和熊掌一样难以兼得，对于博客/网站速度的优化还是蛮需要积累经验的。</p>
<p align="right">zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 22日</a>, <a href='http://www.vcbb.net' rel='external nofollow' class='url'>cuixi</a> writes: 传说中的沙发!
兄弟做的不错,继续努力!</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 22日</a>, <a href='http://showfom.com/' rel='external nofollow' class='url'>Showfom</a> writes: 
这个函数很多时候还是有用的
比如，用了all in one seo插件的，meta都在head函数里输出……

所以我的简易是，新手尽量全站保留</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 22日</a>, <a href='http://www.caxblog.com' rel='external nofollow' class='url'>Alex</a> writes: 这个方法不错，把自己代码改一下先。。</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 23日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: all in one <a href="http://zeuscn.net/archives/tag/seo" class="st_tag internal_tag" rel="tag" title="标签 SEO 下的日志">seo</a> 这个插件稍显臃肿，我已经在模板内集成了相关功能，可以自动取 tag 为 keywords 并截取文章前面一部分文字为 discription 
插件就是因为调用太多东西，所以才尽量少用为妙</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 23日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，谢谢兄弟的鼓励！</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 23日</a>, <a href='http://idea1983.com' rel='external nofollow' class='url'>KEVIN</a> writes: 学习了，也实用上了！很不错哦！</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 23日</a>, <a href='http://showfom.com/' rel='external nofollow' class='url'>Showfom</a> writes: 还是建议新手别取消 wp_head 这个函数，很多插件输出的js和css都是通过这个函数滴，所以取消的话首页有些效果会没有

我是全部把插件修改过，输出到头部的全部注释掉 嘎嘎</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 23日</a>, <a href='http://www.leecay.com' rel='external nofollow' class='url'>leecay</a> writes: 2.8以后速度比以前快了一些，不是很明显~</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 28日</a>, <a href='http://41free.com' rel='external nofollow' class='url'>随意自由</a> writes: 呵呵 wp都是调用数据库来的为什么我的主机同时在线30人cpu就高涨呢 超过98%
晕 服务器配置是酷睿5200 2G内存</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 七月 28日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，这个问题我就不清楚了...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 八月 1日</a>, <a href='http://www.mangguo.org' rel='external nofollow' class='url'>芒果</a> writes: 不错，收藏研究。</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2009年, 八月 20日</a>, <a href='http://labnol.org.cn' rel='external nofollow' class='url'>labnol.org.cn</a> writes: 终于明白了，多谢哈。想和贵站换个友情链接，http://labnol.org.cn</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2010年, 一月 1日</a>, <a href='http://7che8.cn' rel='external nofollow' class='url'>聪壹艮</a> writes: 我是新手 很想改下，但是不敢动手，不知道具体要改那几个文件，望博主闲时指点一二，最后祝博主新年快乐！</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 26日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Marketing</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 26日</a>, <a href='http://DallasSeniorPortraitPhotographer.com' rel='external nofollow' class='url'>Dallas Senior Portrait Photographer</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/video/eric-davis-on-hyperspace.html' rel='external nofollow' class='url'>Hyperspace</a> writes: <strong>Great site...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://www.kiteassist.org/wiki/index.php?title=User:AhudaKempster845' rel='external nofollow' class='url'>LED Lights</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://www.colorado-unemployment.com/' rel='external nofollow' class='url'>colorado unemployment website</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://www.dailystrength.org/people/1304053/journal' rel='external nofollow' class='url'>how to overcome laziness</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://jasmineaaron345.obolog.com/' rel='external nofollow' class='url'>newest porsche</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://wallinside.com/post-1271815.html' rel='external nofollow' class='url'>army boot camp training</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://www.ziki.com/en/donovan-franks+595116/post/how-i-found-my-dentist+13621908' rel='external nofollow' class='url'>Dentist</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 27日</a>, <a href='http://www.xdiscussion.com' rel='external nofollow' class='url'>Porn forum</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://www.alwayztherro.com/2011/05/16/cali-swag-district-artist-murdered/' rel='external nofollow' class='url'>ibuildfans</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://social.iindiabusiness.com/story.php?title=cheap-twitter-followers' rel='external nofollow' class='url'>More followers on Twitter</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://community.atom.com/Post/What-You-need-to-Do-To-Turn-out-to-be-A-Medical-Assistant/03EFBFFFF025875CE00080184CE31' rel='external nofollow' class='url'>medical assistant</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://christophershain.over-blog.com/pages/the-advantages-of-getting-replacement-windows-installed-inside-your-residence-6488690.html' rel='external nofollow' class='url'>windows Chicago</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://www.incompany.com/blog.php?user=rubenespinoza092&#038;blogentry_id=151912' rel='external nofollow' class='url'>electrolysis hair removal</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://community.atom.com/Post/Steps-to-make-Sure-Youre-Getting-the-Most-Out-of-Your-Critical-Prescription-Data/03EFBFFFF0258769F00080184D4FB' rel='external nofollow' class='url'>Supplements</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 28日</a>, <a href='http://fargoautomation.com/index.php/member/91074/' rel='external nofollow' class='url'>ms word</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 29日</a>, <a href='http://en.netlog.com/alvinophi/blog' rel='external nofollow' class='url'>Alin Ophy</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 30日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>Superb website...</strong>

[...]always a fan of linking to quality articles that I like but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/notes/build-lean-muscle-mass/bsn-syntha-6-protein-powder-review/241904755886856' rel='external nofollow' class='url'>syntha six by bsn</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 30日</a>, <a href='http://treatmentsforacnetip.com/acne-scars-removal/' rel='external nofollow' class='url'>Acne Scars Removal - Does it really work?</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 30日</a>, <a href='http://canusracing.com/member.php?59949-losigas' rel='external nofollow' class='url'>tanie noclegi zakopane</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 30日</a>, <a href='http://www.gpsforwalking.org' rel='external nofollow' class='url'>gps for walking</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 31日</a>, <a href='http://perrygpberry.tumblr.com' rel='external nofollow' class='url'>dating sites</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 一月 31日</a>, <a href='http://www.hugeyieldscam.com' rel='external nofollow' class='url'>huge yield scam</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://madshopping.net/index.php/just-how-to-become-a-guy-magnet-here-are-actually-the-tools-which-will-help-you-naturally-attract-a-man-real-fast/' rel='external nofollow' class='url'>james scott guy magnet download</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://matthewnorton8202057.blog.hr/2012/01/1629888579/t5-vw-transporter-can-it-be-the-best-van-ever.html' rel='external nofollow' class='url'>t5 van</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://community.atom.com/Post/Looking-for-A-Loan--Here-are-a-few-Options/03EFBFFFF0258D80A00080185B65A' rel='external nofollow' class='url'>cash loan</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://mind.cog.jhu.edu/groups/projectorsignupcalendar/wiki/76ef7/Link_Building.html#' rel='external nofollow' class='url'>Link Building</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://www.poochwraps.com/' rel='external nofollow' class='url'>dog snuggie</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://www.backlinkshopping.com' rel='external nofollow' class='url'>quality backlinks</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 1日</a>, <a href='http://mortgagemarketinggenius.com/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://www.forbearrance.com/mortgage-broker-scott-tucker-helps-seniors-pay-for-long-term-care/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://aaliyahjones499.babybloggo.de/376757/Carolina-Plantations-North-carolina-retirement-communities/' rel='external nofollow' class='url'>North Carolina retirement communities</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://billlee675.skyrock.com/3066249835-Physical-rehabilitation-Has-One-of-the-Highest-Amounts-of-Job.html' rel='external nofollow' class='url'>physical therapy</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://www.incompany.com/blog.php?user=jonathanbrown556&#038;blogentry_id=168420' rel='external nofollow' class='url'>Electric Shaver Reviews</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://coldsoretreatment168.tumblr.com/post/16868966564/home-remedy-for-cold-sores-that-actually-works-fast' rel='external nofollow' class='url'>home remedies for cold sores</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://adammiller208.babybloggo.de/379765/Diversity-Jobs-A-Revolution-within-the-Modern-Day-Economy/' rel='external nofollow' class='url'>diversity jobs</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://www.imdb.com/name/nm0046112/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://www.tvguide.com/celebrities/penn-badgley/190745' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 2日</a>, <a href='http://www.planetlemans.com/2010/12/11/level-5-motorsports-to-run-2-lmp2-cars-in-2011/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>join huge yield</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.quechup.com/blog/entry/view/id/908911' rel='external nofollow' class='url'>SEO Link Monster</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://svmomsalums.com/index.php/2011/12/is-bleeding-normal-in-the-course-of-pregnancy/' rel='external nofollow' class='url'>click here now</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.vilago21.com/event/Is+It+greater+To+Hire+External+Cleaning+Providers+For+Your+Business+enterprise/357430/profile' rel='external nofollow' class='url'>cleaning services Cardiff</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.vilago21.com/event/Scott+Tucker+Payday+Loans+Present+Several+of+the+Best+Rates+On+line/358201/profile' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.ziki.com/en/tim-torres-1+821093/post/Men-Leather-Wal+13783350' rel='external nofollow' class='url'>leather wallets for men</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.scribd.com/doc/47342821/Free-Brazzers-Password' rel='external nofollow' class='url'>Brazzers Password</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.selkikeskus.com' rel='external nofollow' class='url'>clearwater beach condos</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 3日</a>, <a href='http://www.hbgajz.com' rel='external nofollow' class='url'>dunedin homes</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://www.flixya.com/blog/4096814/Scott-Tucker-Racing-In-the-Daytona-Dream-Race' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://www.cellulitetreatment.com' rel='external nofollow' class='url'>cellulite treatment</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://www.vilago21.com/event/Scott+Tucker+CBS+Is+often+a+Different+Kind+of+CBS/363145/profile' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://miguelhamel1130865.blog.hr/2012/02/1629918044/scott-tucker-leawood-is-really-a-level-5-tale.html' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com/reo.php' rel='external nofollow' class='url'>REO Companies</a> writes: <strong>Its a challenge to find good help...</strong>

I am forever saying that its difficult to get good help, but here is...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 4日</a>, <a href='http://www.bpo-automation.com/contact.html' rel='external nofollow' class='url'>bpo auto accept software</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://wallinside.com/post-1281513.html' rel='external nofollow' class='url'>fastest way to get rid of a cold sore</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://www.refinedhype.com/member/55140/' rel='external nofollow' class='url'>Different Types of Loans</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://cheapdigg.com/News/types-of-loans/' rel='external nofollow' class='url'>Bankruptcy</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://www.peeje.com/upload' rel='external nofollow' class='url'>Video</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://www.zerofungus.com' rel='external nofollow' class='url'>nail fungus</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://choiceconsolidation.com' rel='external nofollow' class='url'>consolidate credit card debt</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://burostuhl-test.blogspot.com/' rel='external nofollow' class='url'>Bürostuhl test</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=tpDt82Wxgk4' rel='external nofollow' class='url'>maryland short sale attorney</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 6日</a>, <a href='http://www.folkd.com/detail/www.almaformichigan.com%2Fstory.php%3Ftitle%3Dnorth-myrtle-beach-visitors-guide' rel='external nofollow' class='url'>North Myrtle Beach Vacations</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 7日</a>, <a href='http://mylancannon.com/blog/2011/06/20/horse-exercise-trainer-tammy-fox/' rel='external nofollow' class='url'>Air Conditioning Repairs</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 7日</a>, <a href='http://creativecommons.tw/blog/20110901' rel='external nofollow' class='url'>Keyword doesn't matter</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 7日</a>, <a href='http://www.quechup.com/blog/entry/view/id/937096' rel='external nofollow' class='url'>protein powder for women</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 8日</a>, <a href='http://stryks.com/story.php?id=155369' rel='external nofollow' class='url'>tanie noclegi zakopane</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 8日</a>, <a href='http://isellsevier.blog.com/2012/02/02/fluticasone-spray-fluticasone-nasal-spray/' rel='external nofollow' class='url'>nasal spray</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 8日</a>, <a href='http://villagevoicepimp.com/' rel='external nofollow' class='url'>Village Voice</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=ckvnZfammcA' rel='external nofollow' class='url'>Scott tucker</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://www.lafermejerome.com/lfj-saison-2/merci-aux-fans-mais.html' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://www.quechup.com/blog/entry/view/id/946287' rel='external nofollow' class='url'>Brooklyn Maid Service</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://madelinejames902.siterun.eu/index.php?pg=15002' rel='external nofollow' class='url'>marketing with anik</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://www.pennyauctioncustomers.com' rel='external nofollow' class='url'>understanding zeekrewards</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://seocompany822.wordpress.com/2012/02/08/ideas-to-find-the-appropriate-company-that-provides-professional-search-engine-optimization/' rel='external nofollow' class='url'>seo company</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://cooperhamel761.xanga.com/758926585/meet-the-samsung-galaxy-s2-android-smartphone/' rel='external nofollow' class='url'>Samsung Galaxy S2</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://www.ecuadoralmomento.com/story.php?title=dui-defense-albuquerque' rel='external nofollow' class='url'>Albuquerque DUI</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">2012年, 二月 9日</a>, <a href='http://www.icmdocs.com/' rel='external nofollow' class='url'>document solutions</a> writes: <strong>Bing results...</strong>

While browsing Yahoo I discovered this page in the results and I didn't think it fit...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html">http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/08/07/blog-seo.html" title="针对博客的5招简单SEO优化方法 (2007年, 八月 7日)">针对博客的5招简单SEO优化方法</a> (28)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/28/dz-theme-pro-cp-sales-report.html" title="D&#038;Z Theme Pro CP 首月销售报告 (2009年, 七月 28日)">D&#038;Z Theme Pro CP 首月销售报告</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/22/my-theme-feb.html" title="2月主题初览 (2008年, 二月 22日)">2月主题初览</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/01/why-do-you-blog.html" title="如是博 (2007年, 八月 1日)">如是博</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/07/11/wordpress-theme-diablo-iii.html" title="敬请期待七月主题—Diablo III (2008年, 七月 11日)">敬请期待七月主题—Diablo III</a> (143)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/02/wordpresstheme-blackish.html" title="wordpress模板：Blackish (2007年, 九月 2日)">wordpress模板：Blackish</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/15/css-opacity.html" title="CSS opacity 实例页面 (2009年, 七月 15日)">CSS opacity 实例页面</a> (82)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/11/wordpress-cms-index.html" title="WordPress 较常用的首页文章 CMS 排版方法 (2008年, 九月 11日)">WordPress 较常用的首页文章 CMS 排版方法</a> (111)</li>
	<li><a href="http://zeuscn.net/archives/2009/10/27/dz-theme-pro-cp-green-released.html" title="D&#038;Z Theme Pro Green CP 版发布 (2009年, 十月 27日)">D&#038;Z Theme Pro Green CP 版发布</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/11/how-to-set-wp_list_categories.html" title="WordPress 中 categories 的用法 (2008年, 三月 11日)">WordPress 中 categories 的用法</a> (32)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>95</slash:comments>
		</item>
		<item>
		<title>09’夏季 WordPress 文化衫第一批团购结束</title>
		<link>http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html</link>
		<comments>http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:24:17 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[T-shirt]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=590</guid>
		<description><![CDATA[补图： 今天中午趁休息的时候去多福路将13件T恤取了回来，下午3点之前就把T恤都（申通）快递发出去了，其中有一位朋友的收货地址申通到不了，所以我明天用 EMS 发。申通承诺3天能收到货，所以我想订购了T恤的朋友应该能在周5就收到这款文化衫了！ 对这批T恤的质量总的来说还算满意，虽然我觉得还是薄了一点，但我没有在汉正街找到比这个质量更好的空白T恤了&#8230; 另外T恤的质量得到了我老妈的认可，我想这样应该足够了。关于图案的印制，我觉得也还行，可能有些袖口印制的小写字母的域名看起来秀气了点（也许跟字体选用有点关系），不过问题不大。大写字体的效果则要好一些。另外T恤难免会存在一点线头之类的小毛病，但不影响T恤质量，希望大家见谅！毕竟除开快递费，T恤的售价仅35元&#8230; 自然不能跟动辄上百的T恤拼质量了&#8230; 由于这批T恤急于发货，所以我都只是简单的检查了一遍，如果万一存在质量问题，请速与我联系！ 付款方式：我建了个淘宝商品，大家直接拍就行了，不用管上面的尺寸要求，我都是按照之前跟大家核对好的尺寸采购的T恤！淘宝链接如下： http://item.taobao.com/auction/item_detail-0db1-db64aa86949175fec82b96befb58e55b.htm 实物图明天奉上！（刚刚给新T恤透了水，晾一下～） Notice T恤的保养注意事项： 正常手洗即可，尽量不要用力搓图案表面，图案表面一般不易附着脏物； 尽量不用内含漂白剂的洗涤剂洗涤； 尽量不长时间浸泡T恤； 尽量不用洗衣机洗，用洗衣机洗是把图案翻到反面到洗； 洗涤完毕后，最好不要用洗衣机甩赶干，要自然凉干。 最后是关于 WordPress 文化衫的第二批团购的问题：由于又有几位朋友对T恤表现出了兴趣，所以在决定是否有第二批团购计划之前我要先得到这次T恤的反馈信息，另外我还想尝试一下其它的配色，并且团购数量得在10件以上。 届时我会尽快的发布相关信息！敬请关注！:-D zEUS. 日志评论2009年, 六月 16日, wayne writes: 支持, 顶一个2009年, 六月 16日, 辐射鱼 writes: 顶顶更健康，就是图案稍有点不喜欢，期待下次2009年, 六月 16日, Showfom writes: 强烈支持，期待下期，有下期的话偶也来预订一个。2009年, 六月 16日, Jutoy writes: 期待下，看什么时候能收到哈~2009年, 六月 16日, Longlan writes: 很遗憾没有赶上第一批 我希望能有机会赶上第二批 我的longlan@live.com 第二批来的时候希望能通知下 Thank you!2009年, [...]]]></description>
			<content:encoded><![CDATA[<p>补图：</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/7198079bee82/medium.jpg" class="img_border" alt="Wordpress T恤" /></p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/9520079bee80/medium.jpg" class="img_border" alt="Wordpress T恤" /></p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/8197679bee80/medium.jpg" class="img_border" alt="Wordpress T恤" /></p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/8229479bee81/medium.jpg" class="img_border" alt="Wordpress T恤" /></p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/1677679bee82/medium.jpg" class="img_border" alt="Wordpress T恤" /></p>
<p>今天中午趁休息的时候去多福路将13件T恤取了回来，下午3点之前就把T恤都（申通）快递发出去了，其中有一位朋友的收货地址申通到不了，所以我明天用 EMS 发。申通承诺3天能收到货，所以我想订购了T恤的朋友应该能在周5就收到这款文化衫了！</p>
<p>对这批T恤的质量总的来说还算满意，虽然我觉得还是薄了一点，但我没有在汉正街找到比这个质量更好的空白T恤了&#8230; 另外T恤的质量得到了我老妈的认可，我想这样应该足够了。关于图案的印制，我觉得也还行，可能有些袖口印制的小写字母的域名看起来秀气了点（也许跟字体选用有点关系），不过问题不大。大写字体的效果则要好一些。另外T恤难免会存在一点线头之类的小毛病，但不影响T恤质量，希望大家见谅！毕竟除开快递费，T恤的售价仅35元&#8230; 自然不能跟动辄上百的T恤拼质量了&#8230;</p>
<p>由于这批T恤急于发货，所以我都只是简单的检查了一遍，如果万一存在质量问题，请速与我联系！</p>
<p>付款方式：我建了个淘宝商品，大家直接拍就行了，不用管上面的尺寸要求，我都是按照之前跟大家核对好的尺寸采购的T恤！淘宝链接如下：<br />
<a href="http://item.taobao.com/auction/item_detail-0db1-db64aa86949175fec82b96befb58e55b.htm" target="_blank">http://item.taobao.com/auction/item_detail-0db1-db64aa86949175fec82b96befb58e55b.htm</a></p>
<p>实物图明天奉上！（刚刚给新T恤透了水，晾一下～）<br />
Notice <strong>T恤的保养注意事项</strong>：</p>
<blockquote><p>正常手洗即可，尽量不要用力搓图案表面，图案表面一般不易附着脏物；<br />
尽量不用内含漂白剂的洗涤剂洗涤；<br />
尽量不长时间浸泡T恤；<br />
尽量不用洗衣机洗，用洗衣机洗是把图案翻到反面到洗；<br />
洗涤完毕后，最好不要用洗衣机甩赶干，要自然凉干。</p></blockquote>
<p>最后是关于 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 文化衫的第二批团购的问题：由于又有几位朋友对T恤表现出了兴趣，所以在决定是否有第二批团购计划之前我要先得到这次T恤的反馈信息，另外我还想尝试一下其它的配色，并且团购数量得在10件以上。<br />
届时我会尽快的发布相关信息！敬请关注！:-D</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 16日</a>, <a href='http://gopherwood.info' rel='external nofollow' class='url'>wayne</a> writes: 支持, 顶一个</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 16日</a>, <a href='http://eachsite.org/' rel='external nofollow' class='url'>辐射鱼</a> writes: 顶顶更健康，就是图案稍有点不喜欢，期待下次</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 16日</a>, <a href='http://showfom.com/' rel='external nofollow' class='url'>Showfom</a> writes: 强烈支持，期待下期，有下期的话偶也来预订一个。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 16日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 期待下，看什么时候能收到哈~</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 16日</a>, <a href='http://longlan.net' rel='external nofollow' class='url'>Longlan</a> writes: 很遗憾没有赶上第一批 我希望能有机会赶上第二批
我的longlan@live.com 第二批来的时候希望能通知下
Thank you!</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: (⊙v⊙) 过两天就能到了...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://blogmars.com' rel='external nofollow' class='url'>Mars</a> writes: 不错，很有魄力的童鞋。。。T恤还真的被你搞出来了。。。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://laofan.net' rel='external nofollow' class='url'>laofan</a> writes: 不错,我明天上午要回学校考试,没人收快递,记的我的那个推迟到两个发啊</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://www.leesum.com' rel='external nofollow' class='url'>leesum</a> writes: 看样子是热转印印的········</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://aunsen.com' rel='external nofollow' class='url'>aunsen</a> writes: 应该多弄几种图案</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://imhuo.com' rel='external nofollow' class='url'>IZK</a> writes: 哇我一定要买一件</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://rannx.cn' rel='external nofollow' class='url'>执道者</a> writes: 我也要一件，上次错过了！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://YuJan.com' rel='external nofollow' class='url'>牧狼羊</a> writes: 哈哈，搞得不错，z同学你咋不露个脸……</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://golfreader.cn' rel='external nofollow' class='url'>Joe</a> writes: 我想要一件，挺好看的。多少钱？另，那个网址是自定的吗？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://golfreader.cn' rel='external nofollow' class='url'>Joe</a> writes: 忘了说，我M码就可以了~</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://www.2dian0.net' rel='external nofollow' class='url'>齐林</a> writes: 看上去还可以！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 价格是45元包邮～ 袖口的网址是大家自己博客的网址～</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 恩～ 摸起来也还可以 :-)</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 今天发型不够 Super ，所以暂时就先不露脸了～</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 17日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 多几种图案，制版的费用就高了，色彩越多，制版就越多，而且只印十来件，那价格平摊下来估计大家都难以接受...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 18日</a>, <a href='http://toby123.cn' rel='external nofollow' class='url'>Toby</a> writes: ……居然错过了第一批团购！马嘶吼搞第二批？去哪里预订一件～

袖口网址可以加个Logo不？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 18日</a>, <a href='http://music-it.cn/' rel='external nofollow' class='url'>feicun</a> writes: 谢谢zeus，已经收到衣服了，很不错～</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 18日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 增加一个LOGO要多制一个板，由于T恤印制的数量很少，所以平摊下来价格会有些高，所以暂时不想再多加内容上去了...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 18日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不客气！
T恤合身就好～</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 18日</a>, <a href='http://bingu.net' rel='external nofollow' class='url'>冰古</a> writes: 有意思，下次我也来一件。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 嗯~~衣服已收到~满意。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://aenes.com' rel='external nofollow' class='url'>老T</a> writes: 衣服已经收到
很不错！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://huaimao.org' rel='external nofollow' class='url'>huaimao</a> writes: 现在还能定吗？换成自己的域名地址？？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://www.asiapump.cn' rel='external nofollow' class='url'>泵阀网</a> writes: 有点创意</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 打算搞第二批团购，左侧袖口是印自己的域名地址！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 恩，我会尽快组织第二批团购！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，满意就好！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: :-)</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://www.leecay.com' rel='external nofollow' class='url'>leecay</a> writes: 有点意思，呵呵~</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://www.dest1ned.cn' rel='external nofollow' class='url'>Dest1ned</a> writes: 换成POLO款的觉得会更好看～
这个建议怎么样？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://www.fad80.com' rel='external nofollow' class='url'>jackpei</a> writes: 早知道我也来一件啊。对了颜色就一种吗？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://www.vonkey.com' rel='external nofollow' class='url'>孙空空</a> writes: 最近我在穿Wordcamp china 2008的那件T恤，韩国朋友都说好看，所以建议弄这种深蓝色的，不喜欢白色的。

另外袖口上能不能画图案？单纯的大写字母很单调感觉。
很想买一件。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://gangege.com' rel='external nofollow' class='url'>GanGeGe</a> writes: 很好，很强大～～～过几天我克你那里搞一件！</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 20日</a>, <a href='http://www.naease.com' rel='external nofollow' class='url'>Panther</a> writes: 没有再大一点的吗，我183cm 有点胖 得穿大的 哈哈哈</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 21日</a>, <a href='http://www.a-shun.com/' rel='external nofollow' class='url'>A.shun</a> writes: 挺不错的，简介大方
可惜今夏T恤过多。</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 22日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，我的T恤也不少了...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 22日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 我也想..
但是考虑到成本（主要是多种制版的费用），和大家所能接受的价格，这个建议我还需要好好“算计”一下 :-P</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 22日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，我现在也想搞见 POLO 杉～</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 22日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，XXXL 的应该够了吧？</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 23日</a>, <a href='http://dest1ned.cn' rel='external nofollow' class='url'>Dest1ned</a> writes: 不是RalphLauren的polo啦，是那种款的~有领口那种，这样上班比较好点 XIXI</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2009年, 六月 25日</a>, <a href='http://wpmes.cn' rel='external nofollow' class='url'>小白</a> writes: 我是小白。什么时候第二批。算我一个</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2010年, 四月 20日</a>, <a href='http://dogorgod.com/blog/wordpress-white-tshirt.html' rel='external nofollow' class='url'>自制Wordpress版T恤到货 | dogorgod</a> writes: [...] zEUS.说这次团购效果不错，所以正在筹划第二次团购。这次在白色的基础上还准备尝试黑色系列，这回选择性更强了，因此想要个性T恤的朋友不要错过了。 [...]</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 24日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 24日</a>, <a href='http://www.humanchorus.org/' rel='external nofollow' class='url'>music notes for piano free download</a> writes: <strong>Trackback Link...</strong>

[...]Here are some of the sites we recommend for our visitors[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Advertising</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 26日</a>, <a href='http://DallasLingerieBoudoir.com' rel='external nofollow' class='url'>Dallas Boudoir Photographer</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 26日</a>, <a href='http://dallasfamilyportraits.com' rel='external nofollow' class='url'>Dallas Family Portrait Photographer</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 26日</a>, <a href='http://3alm-ebda3.com/vb/member.php?u=11789' rel='external nofollow' class='url'>best post workout supplements</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/audio/sergei-khrushchev-on-the-space-race.html' rel='external nofollow' class='url'>Space Race</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 一月 29日</a>, <a href='http://www.evelyne-escort.com' rel='external nofollow' class='url'>Escort girl Paris</a> writes: <strong>Bored at work...</strong>

I like to browse around the online world, often I will go to Digg and read and check stuff out...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 1日</a>, <a href='http://madshopping.net/index.php/how-to-type-your-hair/' rel='external nofollow' class='url'>make your hair wavy overnight</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 1日</a>, <a href='http://uberarticles.com?p=1856141' rel='external nofollow' class='url'>Post</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 1日</a>, <a href='http://eearnmoneys.com/' rel='external nofollow' class='url'>earn money</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 1日</a>, <a href='http://www.salonseeker.com.au' rel='external nofollow' class='url'>Local hairdressing salon</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 1日</a>, <a href='http://www.mortgagebrokerland.com/f2/anyone-been-scott-tucker-seminar-824/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://www.bpo-automation.com' rel='external nofollow' class='url'>BPO Software</a> writes: <strong>Recent Blogroll Additions...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://www.artslant.com/ew/groups/show/474748' rel='external nofollow' class='url'>how do I blog</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://isaacnelson0774717.blog.hr/2012/02/1629910330/scott-tucker-payday-loans-saved-me-from-loosing-my-residence.html' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://www.scribd.com/doc/47342821/Free-Brazzers-Password' rel='external nofollow' class='url'>Brazzers Password</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://everything-costumes.com' rel='external nofollow' class='url'>Fancy dress costumes</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='http://www.hbgajz.com' rel='external nofollow' class='url'>clearwater beach condos</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 3日</a>, <a href='https://www.zeekrewards.com/securesignup.asp?username=seanwalters' rel='external nofollow' class='url'>zeekler news</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com/reo.php' rel='external nofollow' class='url'>REO Companies</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 5日</a>, <a href='http://www.spinachhealthbenefits.com/' rel='external nofollow' class='url'>spinach health benefits</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 5日</a>, <a href='http://tiptopwebsite.com/websites/index2.php?username=wayne61439&#038;page=9' rel='external nofollow' class='url'>football speed</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 5日</a>, <a href='http://www.futuretechnologypredictions.org/' rel='external nofollow' class='url'>future technology predictions</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 6日</a>, <a href='http://www.fleetcontrolgps.com' rel='external nofollow' class='url'>gps fleet management</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 6日</a>, <a href='http://www.softride.com/member/49441/' rel='external nofollow' class='url'>Debt Restructuring</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 6日</a>, <a href='http://forum.andreasviklund.com/index.php?action=profile;area=summary;u=3587' rel='external nofollow' class='url'>tarot gratis</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://cucciolipastoretedesco.com/allevamento-cuccioli-pastore-tedesco/' rel='external nofollow' class='url'>allevamento cuccioli pastore Tedesco</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=fNIIM5R-nyA' rel='external nofollow' class='url'>maryland short sale expert</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=z4LvlKvnP_I' rel='external nofollow' class='url'>Mass Income Multiplier</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://www.uk-tarot-readings.co.uk/' rel='external nofollow' class='url'>Free Tarot Readings</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://www.vippleasuregirls.co.uk' rel='external nofollow' class='url'>escorts in london</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://www.prlog.org/10474543-robert-shumake-continuing-his-mission-to-stop-bank-fraud-and-real-estate-scams.html' rel='external nofollow' class='url'>Robert Shumake</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://develop.participatoryculture.org/index.php?title=Special:UserLogin&#038;returnto=Special:UserLogin' rel='external nofollow' class='url'>windows and doors</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 7日</a>, <a href='http://ProjectPaydayPays.com' rel='external nofollow' class='url'>What is project payday</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://strom24.biz/stromtarife-vergleichen.php' rel='external nofollow' class='url'>Stromtarife vergleichen</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://starbookmarks.info/story.php?id=94594' rel='external nofollow' class='url'>noclegi nad morzem</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://villagevoicepimp.com/michael_lacey/' rel='external nofollow' class='url'>Michael Lacey</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://www.amazon.com/gp/product/B0074BWNBM' rel='external nofollow' class='url'>waxless skis</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://www.dailystrength.org/people/1349472/journal' rel='external nofollow' class='url'>resume</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://chimi-ro.com/main/bbs/index.php?action=profile;u=9468' rel='external nofollow' class='url'>seinfeld episodes online</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 8日</a>, <a href='http://www.youtube.com/watch?v=I_DRuyoYKBo' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://www.youtube.com/watch?v=qWgmmAhMuHU' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://aydensanchez300.posterous.com/plus-one-foundry-some-great-benefits-of-googl' rel='external nofollow' class='url'>buy cheap google plus ones</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://bgm.me/r/714775' rel='external nofollow' class='url'>marketing with anik</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://www.quechup.com/blog/entry/view/id/946904' rel='external nofollow' class='url'>mikazuki publishing house</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://bgm.me/r/715509' rel='external nofollow' class='url'>Buy Targeted Fans</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://www.zbufu.com/uprofile.php?UID=242913' rel='external nofollow' class='url'>DUI lawyer Akron</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">2012年, 二月 9日</a>, <a href='http://community.atom.com/Post/LG-42LV4400-HDTV-Review/03EFBFFFF0259CB6800080188029E' rel='external nofollow' class='url'>LG 42LV4400</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html">http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/08/01/why-do-you-blog.html" title="如是博 (2007年, 八月 1日)">如是博</a> (10)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/09/share-a-seo-ppt.html" title="分享一套入门级 SEO PPT (2008年, 十月 9日)">分享一套入门级 SEO PPT</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/28/blog-seo-summing-up-part-one.html" title="博客SEO优化技巧总结（一） (2008年, 六月 28日)">博客SEO优化技巧总结（一）</a> (16)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/02/wordpresstheme-blackish.html" title="wordpress模板：Blackish (2007年, 九月 2日)">wordpress模板：Blackish</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2006/12/26/sidebar.html" title="模板修改手札之分离Sidebar (2006年, 十二月 26日)">模板修改手札之分离Sidebar</a> (96)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/22/my-theme-feb.html" title="2月主题初览 (2008年, 二月 22日)">2月主题初览</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/27/be-back-soon.html" title="Be Back Soon&#8230; (2007年, 九月 27日)">Be Back Soon&#8230;</a> (5)</li>
	<li><a href="http://zeuscn.net/archives/2007/06/24/zeusblogisreloading.html" title="zEUS.&#8217; Blog Is Reloading&#8230; (2007年, 六月 24日)">zEUS.&#8217; Blog Is Reloading&#8230;</a> (189)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/06/wordpress-install.html" title="WordPress 安装图文教程 (2007年, 十二月 6日)">WordPress 安装图文教程</a> (84)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/21/affiche-of-dz-theme.html" title="关于 D&#038;Z Theme 的升级公告 (2008年, 十二月 21日)">关于 D&#038;Z Theme 的升级公告</a> (38)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html/feed</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
		<item>
		<title>团购 WordPress T恤进展</title>
		<link>http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html</link>
		<comments>http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 10:27:24 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[T-shirt]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=589</guid>
		<description><![CDATA[上次组织活动后通过调查的结果我决定第一批 WordPress 文化衫采用白底黑色图案的的样式（胸前大图案，背后领口下方 WordPress LOGO，左边袖口印域名）来印制，并群发了邮件询问了一下需求，到现在为止加上我自己一共有11位朋友报名团购。 原计划上周末去汉正街采购空白的T恤，不过由于下雨而没有去成。虽然今天武汉34度，但这个事情不能再拖下去了，所以就顶着太阳去“逛了逛”。顺着 Anna 同学告诉我的友谊南路旁的一个小巷子一直逛到多福路，沿途卖空白T恤的铺子不少，边走边看边问。总共问了将近十家，基本上就是一分钱一分货，T恤有几块钱的也有几十块钱的，价格差异导致了明显的质量差异，最终选中的是我见到的质量最好的220克的全棉T恤。 T恤种类选好了，但是T恤的大小是个问题&#8230; 我试穿了不同牌子但是同一型号（L）的T恤，结果大小不一&#8230; 我选中的这种质量最好的T恤我需要穿 XL 的型号，我身高170CM 出头，肩膀较宽。我估计175 CM 以上的同学要穿 XXL 的，接近180 CM 稍胖一点的同学估计得穿 XXXL 的。 由于T恤大小的问题我并没有立刻采购并印制T恤，由于T恤的唯一性（印制自己的域名），所以我会再次给这10位朋友发邮件确认一下型号的大小，然后明天中午再去一趟多福路，正式采购、印制T恤，后天中午之前就能拿到印好的T恤，然后争取在后天（星期二）下午发货，这样我估计大家能在下周5（6月19号）就收到T恤了！所以要是现在还有朋友对这款文化衫有兴趣，请在明天中午之前联系我～ 并将以下信息通过邮件（zeus0517@gmail.com）发给我，谢谢！ 姓名、性别、身高、T恤尺寸、邮编、地址、手机号、需要印制的域名 另外，关于左袖口印制的域名，为了保证和 WordPress LOGO 一致的字体，Timer 选用了类 WordPress 字体，和 WordPress 官方 LOGO 字体的相似度达到了95%以上。在对域名大小写没有特别要求的情况下，我们一律采用大写的形式（见下图），考虑到域名长度和袖口宽度，所以我们去掉了 “http://www.” 而只印主域名。如果您对域名字体大小写有什么额外的要求请尽快通知我，谢谢！ 最后是大家最关心的T恤的价格——不会超过45元，并且包快递费，最终定价我会在明天晚上之前通过淘宝发布，届时报名团购T恤的朋友直接在淘宝上拍下T恤即可。 T恤到手后我会第一时间上照片 敬请期待！ 题外话： 1、还在校的同学不妨去本地的服装批发市场进几件情侣T恤去校园里卖，利润很高&#8230; 不过貌似快要放假了&#8230; 2、从服装批发商的老板们的讨论中得知，今年女士短裤出货量非常大！就是那种很短的短裤～～ 恩&#8230; 后话就不多了，男生们就自己去联想吧 zEUS. 日志评论2009年, 六月 14日, MY-Hou writes: XXL 报到 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html" target="_blank">上次组织活动</a>后通过调查的结果我决定第一批 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 文化衫采用白底黑色图案的的样式（<strong>胸前大图案，背后领口下方 WordPress <a href="http://zeuscn.net/archives/tag/logo" class="st_tag internal_tag" rel="tag" title="标签 Logo 下的日志">LOGO</a>，左边袖口印域名</strong>）来印制，并群发了邮件询问了一下需求，到现在为止加上我自己一共有11位朋友报名团购。</p>
<p>原计划上周末去汉正街采购空白的T恤，不过由于下雨而没有去成。虽然今天武汉34度，但这个事情不能再拖下去了，所以就顶着太阳去“逛了逛”。顺着 Anna 同学告诉我的友谊南路旁的一个小巷子一直逛到多福路，沿途卖空白T恤的铺子不少，边走边看边问。总共问了将近十家，基本上就是一分钱一分货，T恤有几块钱的也有几十块钱的，价格差异导致了明显的质量差异，最终选中的是我见到的质量最好的220克的全棉T恤。</p>
<p>T恤种类选好了，但是T恤的大小是个问题&#8230; 我试穿了不同牌子但是同一型号（L）的T恤，结果大小不一&#8230; 我选中的这种质量最好的T恤我需要穿 XL 的型号，我身高170CM 出头，肩膀较宽。我估计175 CM 以上的同学要穿 XXL 的，接近180 CM 稍胖一点的同学估计得穿 XXXL 的。</p>
<p>由于T恤大小的问题我并没有立刻采购并印制T恤，由于T恤的唯一性（印制自己的域名），所以我会再次给这10位朋友发邮件确认一下型号的大小，然后明天中午再去一趟多福路，正式采购、印制T恤，后天中午之前就能拿到印好的T恤，然后争取在后天（星期二）下午发货，这样我估计大家能在下周5（6月19号）就收到T恤了！所以要是现在还有朋友对这款文化衫有兴趣，请在明天中午之前联系我～ 并将以下信息通过邮件（zeus0517@gmail.com）发给我，谢谢！</p>
<blockquote><p>姓名、性别、身高、T恤尺寸、邮编、地址、手机号、需要印制的域名</p></blockquote>
<p>另外，关于左袖口印制的域名，为了保证和 WordPress LOGO 一致的字体，<a href="http://dogorgod.com" target="_blank">Timer </a>选用了类 WordPress 字体，和 WordPress 官方 LOGO 字体的相似度达到了95%以上。在对域名大小写没有特别要求的情况下，我们一律采用大写的形式（见下图），考虑到域名长度和袖口宽度，所以我们去掉了 “http://www.” 而只印主域名。如果您对域名字体大小写有什么额外的要求请尽快通知我，谢谢！<br />
<div id="attachment_664" class="wp-caption aligncenter" style="width: 410px"><img src="http://zeuscn.net/wp-content/uploads/2009/06/id-tee.jpg" alt="Link for Tee" title="id-tee" width="400" height="279" class="size-full wp-image-664" /><p class="wp-caption-text">Link for Tee</p></div><br />
最后是大家最关心的T恤的价格——<strong>不会超过45元，并且包快递费</strong>，最终定价我会在明天晚上之前通过淘宝发布，届时报名团购T恤的朋友直接在淘宝上拍下T恤即可。<br />
<div id="attachment_665" class="wp-caption aligncenter" style="width: 490px"><img src="http://zeuscn.net/wp-content/uploads/2009/06/wptee.jpg" alt="原创 WordPress T恤" title="Wordpress T恤" width="480" height="436" class="size-full wp-image-665" /><p class="wp-caption-text">原创 WordPress T恤</p></div><br />
T恤到手后我会第一时间上照片 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' />  敬请期待！</p>
<p>题外话：<br />
1、还在校的同学不妨去本地的服装批发市场进几件情侣T恤去校园里卖，利润很高&#8230; 不过貌似快要放假了&#8230;<br />
2、从服装批发商的老板们的讨论中得知，今年女士短裤出货量非常大！就是那种很短的短裤～～ 恩&#8230; 后话就不多了，男生们就自己去联想吧 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://myhou.org' rel='external nofollow' class='url'>MY-Hou</a> writes: XXL 报到 囧

现在整条街都是超短短短短短短...裤，搞到我喝东西都要找个靠窗向街的位.</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://wsx19891011.blog.sohu.com/' rel='external nofollow' class='url'>w.shengxiang</a> writes: Z你认为前面一个W的字母，你穿上过后走在大街上，别人会认出你是WP还好者吗？这只是善意的忠告</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://wsx19891011.blog.sohu.com/' rel='external nofollow' class='url'>w.shengxiang</a> writes: 你的博客也出问题了</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，没关系呀，后面领口下方有 WordPress LOGO 嘛～
这种设计无需循规蹈矩，设计上显得自由随意就行啦～</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://music-it.cn/' rel='external nofollow' class='url'>feicun</a> writes: 能把我的域名印成小写的吗？谢谢！</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 没问题！</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://laofan.net' rel='external nofollow' class='url'>laofan</a> writes: 哥们。辛苦你了，我估计需要XXXL的了，你办事，我放心，哈哈，不过我可能要到后天才能去taobao拍下。</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，这个没问题！</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://www.huilvsay.com' rel='external nofollow' class='url'>会律博客</a> writes: XL报到 个人觉得域名的大小写问题么  如果是只印制主域名的话 第一个大写 后面的小写怎么样？</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 14日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 嘿嘿，嗯，我的域名这样就行了~
PS，淘宝店的地址呢？</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 15日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: z兄幸苦鸟幸苦鸟!~~
那我还是要L的吧.域名小写的比较好点,恩.</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 15日</a>, <a href='http://www.victorz.cn' rel='external nofollow' class='url'>victor</a> writes: 反正今年武汉到处都是白大腿</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 15日</a>, <a href='http://www.lidiy.com' rel='external nofollow' class='url'>ankey</a> writes: 来晚了哈呵呵呵~ 我的就要XL和博主你的一样就好了
域名就你图上的吧 大写行</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 15日</a>, <a href='http://longlan.net' rel='external nofollow' class='url'>Longlan</a> writes: 亲爱的博友 如果你可以保证让我在15天之内收到货的话 我就购买了
因为马上要离开学校了，之后会是漂泊。。。

我关注你</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 15日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不好意思，第一批团购已经结束了...
不知道第二批团购能否组织得起来，我想如果有缘的话无论你在哪里，你一定能得到一件的～</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://www.2dian0.net' rel='external nofollow' class='url'>齐林</a> writes: 结束啦？可惜啊</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://www.365hope.com' rel='external nofollow' class='url'>365hope</a> writes: 我想问一下老大，你是选择在什么地方印制图案的，印制费一般多少？我想与我们这里比较一下。</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，只要凑足10个人就搞第二批团购～</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 我是在我们这边的服装批发市场里印的，无论一次多少件，制一个版是25块钱。不过貌似有还价的空间... 我是没还下来的.. 
你那边呢？ :-)</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://idea1983.com' rel='external nofollow' class='url'>iDea1983</a> writes: 我到是挺有兴趣的,看看第一批团购的衣服,怎么样再说,期待中!</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 16日</a>, <a href='http://www.key-4ever.com' rel='external nofollow' class='url'>key4ever</a> writes: 不错，
http://www.twitpic.com/photos/keyforever

我自己定制过的WordPress徽章</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 17日</a>, <a href='http://www.humin.com.cn' rel='external nofollow' class='url'>胡敏</a> writes: 第二批我报名先,请在第一时间通知我，谢谢了老大！</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 17日</a>, <a href='http://www.shichangzhi.com' rel='external nofollow' class='url'>老时</a> writes: 图案没看中。。。</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 六月 20日</a>, <a href='http://www.naease.com' rel='external nofollow' class='url'>Panther</a> writes: 短到什么程度</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 八月 18日</a>, <a href='http://www.yangtzetrip.com' rel='external nofollow' class='url'>三峡</a> writes: 衣服看着还不错哦！</li><li><a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">2009年, 十一月 1日</a>, <a href='http://www.ptseo.org/' rel='external nofollow' class='url'>lowkey</a> writes: 虽然我刚准备用wordpress，但是这个也阻挡不住我想要这样子的衣服，提前报名下，下次有团购的时候通知我下,QQ; 61705345</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html">http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/09/02/dztheme-is-coming.html" title="DZTHEME.COM 震撼上线 (2008年, 九月 2日)">DZTHEME.COM 震撼上线</a> (91)</li>
	<li><a href="http://zeuscn.net/archives/2009/11/23/dz-theme-pro-cp-update.html" title="加量不加价 D&#038;Z Theme Pro CP 升级 (2009年, 十一月 23日)">加量不加价 D&#038;Z Theme Pro CP 升级</a> (23)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/02/wp-background-chinese.html" title="wordpress后台无法汉化的解决办法 (2007年, 八月 2日)">wordpress后台无法汉化的解决办法</a> (11)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/12/beta-diablo-iii-theme.html" title="大菠萝3 Diablo III WordPress 主题公开测试 (2008年, 八月 12日)">大菠萝3 Diablo III WordPress 主题公开测试</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/25/wp-plugins-for-comments.html" title="推荐三款和评论相关插件 (2008年, 三月 25日)">推荐三款和评论相关插件</a> (12)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/30/blog-seo-summing-up-part-two.html" title="博客SEO优化技巧总结（二） (2008年, 六月 30日)">博客SEO优化技巧总结（二）</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/22/my-theme-feb.html" title="2月主题初览 (2008年, 二月 22日)">2月主题初览</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/23/ipple-utral-released.html" title="WordPress 主题模板：Ipple Ultra (2008年, 三月 23日)">WordPress 主题模板：Ipple Ultra</a> (245)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/23/501.html" title="501 (2009年, 六月 23日)">501</a> (20)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/27/ipple-utral-beta.html" title="ipple utral beta 上线试运行 (2008年, 二月 27日)">ipple utral beta 上线试运行</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>剔除 D&amp;Z Theme 主题“热评日志”列表中的页面</title>
		<link>http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html</link>
		<comments>http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html#comments</comments>
		<pubDate>Tue, 02 Jun 2009 05:58:31 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[D&Z Theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=581</guid>
		<description><![CDATA[这是一个困扰我很久的问题，D&#038;Z Theme 主题侧栏顶部 Tab 栏里的“热评日志”列表中排名前2位的文章是“给我留言”和“主题模板”，而实际上这两篇“文章”是开启了评论的 WordPress 页面而非日志。所以从严格的意义上来讲，这种排列是有误的。于是我就琢磨如何在“热评日志”的统计中去掉“页面”，其实理论上办法是很简单的——“热评日志”是我从 WordPress 工具箱插件中提取出来的功能，它通过一条 SQL 查询语句就生成了该列表，那么我只需要在这个 SQL 语句中加入一个排除“页面”的条件就行了。不过由于对 WordPress 数据库表结构不熟悉，导致我一直未能解决该问题。 今天在查询 WordPress 官方文档的时候发现了：Database Description ，在 wp_posts 表里存在一个字段：post_type，从字面上理解这个字段肯定跟“日志”和“页面”的判断有关。于是我就查看了一下本地的 WordPress 数据库，果然在 wp_posts 表的 post_type 字段里有4个值：attachment、page、post 和 revision ，虽然不知道 attachment 和 revision 是干嘛的，但是有 page 和 post 就足够了！ 那么，我们打开 D&#038;Z Theme 主题文件里的 functions.php 找到 // Get Top Commented Posts 这条注释，该注释下面的代码就是提供“热评日志”列表的，其中的 SQL 语句是： 1 SELECT [...]]]></description>
			<content:encoded><![CDATA[<p>这是一个困扰我很久的问题，D&#038;Z <a href="http://zeuscn.net/archives/tag/theme" class="st_tag internal_tag" rel="tag" title="标签 Theme 下的日志">Theme</a> 主题侧栏顶部 Tab 栏里的“热评日志”列表中排名前2位的文章是“给我留言”和“主题模板”，而实际上这两篇“文章”是<strong>开启了评论的 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 页面</strong>而非日志。所以从严格的意义上来讲，这种排列是有误的。于是我就琢磨如何在“热评日志”的统计中去掉“页面”，其实理论上办法是很简单的——“热评日志”是我从 WordPress 工具箱插件中提取出来的功能，它通过一条 SQL 查询语句就生成了该列表，<span id="more-581"></span>那么我只需要在这个 SQL 语句中加入一个排除“页面”的条件就行了。不过由于对 WordPress 数据库表结构不熟悉，导致我一直未能解决该问题。</p>
<p>今天在查询 WordPress 官方文档的时候发现了：<a href="http://codex.wordpress.org/Database_Description" target="_blank">Database Description</a> ，在 <a href="http://codex.wordpress.org/Database_Description#Table:_wp_posts">wp_posts</a> 表里存在一个字段：post_type，从字面上理解这个字段肯定跟“日志”和“页面”的判断有关。于是我就查看了一下本地的 WordPress 数据库，果然在 wp_posts 表的 post_type 字段里有4个值：attachment、page、post 和 revision ，虽然不知道 attachment 和 revision 是干嘛的，但是有 page 和 post 就足够了！</p>
<p>那么，我们打开 D&#038;Z Theme 主题文件里的 functions.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a> 找到 <strong>// Get Top Commented Posts</strong> 这条注释，该注释下面的代码就是提供“热评日志”列表的，其中的 SQL 语句是：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">SELECT</span>  $tableposts<span style="color: #66cc66;">.</span>ID <span style="color: #993333; font-weight: bold;">AS</span> ID<span style="color: #66cc66;">,</span> post_title<span style="color: #66cc66;">,</span> post_name<span style="color: #66cc66;">,</span> <span style="color: #993333; font-weight: bold;">COUNT</span><span style="color: #66cc66;">&#40;</span>$tablecomments<span style="color: #66cc66;">.</span>comment_post_ID<span style="color: #66cc66;">&#41;</span> <span style="color: #993333; font-weight: bold;">AS</span> <span style="color: #ff0000;">'comment_total'</span> <span style="color: #993333; font-weight: bold;">FROM</span> $tableposts <span style="color: #993333; font-weight: bold;">LEFT</span> <span style="color: #993333; font-weight: bold;">JOIN</span> $tablecomments <span style="color: #993333; font-weight: bold;">ON</span> $tableposts<span style="color: #66cc66;">.</span>ID <span style="color: #66cc66;">=</span> $tablecomments<span style="color: #66cc66;">.</span>comment_post_ID <span style="color: #993333; font-weight: bold;">WHERE</span> comment_approved <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'1'</span> <span style="color: #993333; font-weight: bold;">AND</span> post_date <span style="color: #66cc66;">&lt;</span> <span style="color: #ff0000;">'&quot;.date(&quot;Y-m-d H:i:s&quot;, (time() + ($time_difference * 3600))).&quot;'</span> <span style="color: #993333; font-weight: bold;">AND</span> post_status <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'publish'</span> <span style="color: #993333; font-weight: bold;">AND</span> post_password <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">''</span> <span style="color: #993333; font-weight: bold;">GROUP</span> <span style="color: #993333; font-weight: bold;">BY</span> $tablecomments<span style="color: #66cc66;">.</span>comment_post_ID <span style="color: #993333; font-weight: bold;">ORDER</span>  <span style="color: #993333; font-weight: bold;">BY</span> comment_total <span style="color: #993333; font-weight: bold;">DESC</span> <span style="color: #993333; font-weight: bold;">LIMIT</span> $limit</pre></td></tr></table></div>

<p>写得还是有点小复杂的，不过没事，我们只要在 末尾处的</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"><span style="color: #993333; font-weight: bold;">GROUP</span> <span style="color: #993333; font-weight: bold;">BY</span> $tablecomments<span style="color: #66cc66;">.</span>comment_post_ID <span style="color: #993333; font-weight: bold;">ORDER</span>  <span style="color: #993333; font-weight: bold;">BY</span> comment_total <span style="color: #993333; font-weight: bold;">DESC</span> <span style="color: #993333; font-weight: bold;">LIMIT</span> $limit<span style="color: #ff0000;">&quot;);</span></pre></td></tr></table></div>

<p>的前面加上（注意空格）</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="sql" style="font-family:monospace;"> <span style="color: #993333; font-weight: bold;">AND</span> post_type <span style="color: #66cc66;">=</span> <span style="color: #ff0000;">'post'</span></pre></td></tr></table></div>

<p>将 wp_posts 判断为 post 的条件就行了。</p>
<p>最后保存修改，下回到首页即可看到效果了～</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2009年, 六月 2日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 你实在太帅了！我被这个问题困扰了很久，终于得到解决了</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2009年, 六月 2日</a>, <a href='http://eachsite.org/' rel='external nofollow' class='url'>辐射鱼</a> writes: 热门与否，我觉得应该用点击量+评论数+引用量来加权计算，单独使用某种指标都会有各种各样的问题</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2009年, 八月 8日</a>, <a href='http://www.fzhlong.com/' rel='external nofollow' class='url'>风之幻龙</a> writes: 感谢一下～～</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Advertising</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://bgm.me/r/616881' rel='external nofollow' class='url'>All New Kia Picanto</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://DallasLingerieBoudoir.com' rel='external nofollow' class='url'>Dallas Boudoir Photographer</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://WeddingPhotographerDallas.com' rel='external nofollow' class='url'>Dallas Wedding Photographers</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://bgm.me/r/617827' rel='external nofollow' class='url'>James Bond Books</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://dallasfamilyportraits.com' rel='external nofollow' class='url'>Dallas Family Portrait Photographer</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://community.atom.com/Post/Search-engine-optimization-You-will-get-From-the-Good-Search-engine-optimization-company/03EFBFFFF025833E8000801842E31' rel='external nofollow' class='url'>best seo blog</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://DallasSeniorPortraitPhotographer.com' rel='external nofollow' class='url'>Dallas Senior Portrait Photographer</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://www.sixreps.com/blogs/325939/548746/getting-a-toronto-dental-clinic' rel='external nofollow' class='url'>downtown dentist toronto</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/video/eric-davis-on-hyperspace.html' rel='external nofollow' class='url'>Hyperspace</a> writes: <strong>Wikipedia...</strong>

Wikipedia linked to this website...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 27日</a>, <a href='http://tanienoclegizakopane.beep.com/' rel='external nofollow' class='url'>tanie noclegi zakopane</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 27日</a>, <a href='http://www.zip-online.net/directory/online-shop-875/' rel='external nofollow' class='url'>Online Einkaufen</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 29日</a>, <a href='http://www.artslant.com/ew/groups/show/443730' rel='external nofollow' class='url'>Cary Leung Sun Life</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 29日</a>, <a href='http://www.thatshow.com/video/22333/Ingilizce-ogreniyorum' rel='external nofollow' class='url'>ingilizce egitim</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 29日</a>, <a href='http://www.articlesbase.com/travel-tips-articles/submit-travel-articles-5582616.html' rel='external nofollow' class='url'>Submit Travel Articles</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 29日</a>, <a href='http://www.blogster.com/creatinesupplement/creatine-what-is-what-it-does-how-to-use-why-to-use' rel='external nofollow' class='url'>Jake Reeds</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 29日</a>, <a href='http://www.forumadd.co.uk' rel='external nofollow' class='url'>Service</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.pokahontas.de' rel='external nofollow' class='url'>Burlesque Dessous</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.ukonlineshoppinguk.info/story.php?title=2012-super-bowl-picks' rel='external nofollow' class='url'>Super Bowl Picks</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.whats-shakn.com/' rel='external nofollow' class='url'>Marketing</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://sunnyvalefinehomes.com/index.php/2011/11/smileys-for-facebook-wall/' rel='external nofollow' class='url'>facebook smiley codes for status</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/notes/omega-3-fish-oil-supplements/omega-3-fish-oil-supplements-do-you-need-to-take-fish-oil-supplements-to-be-heal/283804788346614' rel='external nofollow' class='url'>take fish oil supplements</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.montagephotogratuit.org/' rel='external nofollow' class='url'>Montage Photo Gratuit</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://www.j-ellison.com/' rel='external nofollow' class='url'>Jennifer Ellison baby</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 30日</a>, <a href='http://treatmentsforacnetip.com/best-treatments-for-acne-scars/' rel='external nofollow' class='url'>Best Treatments for Acne Scars - how to treat acne scars?</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 31日</a>, <a href='http://www.squidoo.com/what-is-serotonin' rel='external nofollow' class='url'>what is serotonin</a> writes: <strong>Online Articles...</strong>

[...]The information mentioned in the article are some of the best available [...]......</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 31日</a>, <a href='http://www.hugeyields.info' rel='external nofollow' class='url'>online income</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 31日</a>, <a href='http://www.hugeyieldscam.com' rel='external nofollow' class='url'>huge yield scam</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 一月 31日</a>, <a href='http://longhairpictures.blogspot.com' rel='external nofollow' class='url'>Blondy</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 1日</a>, <a href='http://sunnyvalefinehomes.com/index.php/2011/10/leads-to-of-vaginal-bleeding-during-pregnancy/' rel='external nofollow' class='url'>period while pregnant first month</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 1日</a>, <a href='http://www.onedollararticles.org' rel='external nofollow' class='url'>Aging</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 1日</a>, <a href='http://www.articlesbase.com/real-estate-articles/commercial-real-estate-inspection-vs-home-inspection-462074.html' rel='external nofollow' class='url'>http://www.commercialrealestateinspectors.com</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 1日</a>, <a href='http://www.regarded.com.au' rel='external nofollow' class='url'>love</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 1日</a>, <a href='http://theguidetohomebusinesssuccess.com/theguide/real-estate-help-from-mortgage-broker-scott-tucker/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 2日</a>, <a href='http://www.imdb.com/name/nm0046112/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 2日</a>, <a href='http://www.tvguide.com/celebrities/penn-badgley/190745' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 2日</a>, <a href='http://www.planetlemans.com/2010/12/11/level-5-motorsports-to-run-2-lmp2-cars-in-2011/' rel='external nofollow' class='url'>Scott Tucker Leawood</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>join huge yield</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 3日</a>, <a href='http://www.flixya.com/blog/4091029/Reasons-Why-You-should-purchase-Seo-link-monster' rel='external nofollow' class='url'>SEO Link Monster scam</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 3日</a>, <a href='http://superbowllivestreaming.tumblr.com' rel='external nofollow' class='url'>super bowl live streaming</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 3日</a>, <a href='http://video-production-nyc.com/corporate/' rel='external nofollow' class='url'>corporate video production nyc</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 3日</a>, <a href='http://www.cellulitetreatment.com' rel='external nofollow' class='url'>cellulite treatment</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com' rel='external nofollow' class='url'>BPO Companies</a> writes: <strong>Tumblr article...</strong>

I saw someone writing about this on Tumblr and it linked to...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 4日</a>, <a href='http://www.vilago21.com/event/Scott+Tucker+CBS+Is+very+Intresting+When+you+Examine/362836/profile' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 4日</a>, <a href='http://www.flixya.com/blog/4097216/Scott-Tucker-CBS-Documentary-Is-absolutely-Intresting' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com/appraisal.php' rel='external nofollow' class='url'>Appraisal Management Companies</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 4日</a>, <a href='http://www.bpo-automation.com' rel='external nofollow' class='url'>bpo auto</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 5日</a>, <a href='http://ferrariwallpapers.info' rel='external nofollow' class='url'>audi wallpapers</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 5日</a>, <a href='http://www.spinachhealthbenefits.com/' rel='external nofollow' class='url'>spinach health benefits</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 5日</a>, <a href='http://managed1.com' rel='external nofollow' class='url'>Fully Managed Hosting Services</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 5日</a>, <a href='http://www.futuretechnologypredictions.org/' rel='external nofollow' class='url'>future technology predictions</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://gipsokarton-blog.ru/forum/viewtopic.php?f=5&#038;t=367' rel='external nofollow' class='url'>san diego seo</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.iblitzmedia.com/blog/' rel='external nofollow' class='url'>seo boise</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://impalasswiki.mswest.net/index.php?title=Indianapolis+DUI+Lawyer+Shares+Ways+To+Avoid+Needing+An+Attorney' rel='external nofollow' class='url'>Indianapolis DUI attorney</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.paperblog.fr/5284317/pick-up-lines-to-have-girls-grounding-and-storytelling/' rel='external nofollow' class='url'>funny pick up lines</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://icecap.us/index.php/member/17353/' rel='external nofollow' class='url'>Different Types of Loans</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http:///www.wartscide.com' rel='external nofollow' class='url'>genital warts in women</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://choiceconsolidation.com' rel='external nofollow' class='url'>consolidate credit card debt</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://tdrrockwrd.springnote.com/pages/10504048' rel='external nofollow' class='url'>NCAA Mens Basketball</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.custodiestensi.it' rel='external nofollow' class='url'>allevamento rottweiler</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.articlesandsuccess.com/Article/364319/AutoGlym-car-paint-protection-the-best-way-to-keep-your-car-looking-new-for-longer.html' rel='external nofollow' class='url'>autoglym car paint protection</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://telefonsextreff.info/de/sex/kontakte/hausfrauen%20privat/' rel='external nofollow' class='url'>Private Hausfrauen Sexkontakte</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=-riOOc7eEiA' rel='external nofollow' class='url'>stevia süßstoff kaufen</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=fNIIM5R-nyA' rel='external nofollow' class='url'>maryland short sale expert</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 6日</a>, <a href='http://www.dietpillsjudged.com/dietpills/proactol' rel='external nofollow' class='url'>Proactol Review</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://community.atom.com/Post/Searching-For-a-reasonable-Website-design-Company/03EFBFFFF025984F40008018745EF' rel='external nofollow' class='url'>massachusetts web design</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://www.quechup.com/blog/entry/view/id/931305' rel='external nofollow' class='url'>Legal Smoke</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://entirework.com/exceldrivers/comment.php?gb_id=2180' rel='external nofollow' class='url'>pawnbrokers</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://averyking004.blogspace.fr/3327517/Cheap-Hotels-Where-to-find-Them-And-Have-Huge-Savings/' rel='external nofollow' class='url'>cheap NYC hotels</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://mindandbodyblog.xanga.com/740502635/natural-remedies-for-psoriasis---can-you-have-a-psoriasis-free-future/' rel='external nofollow' class='url'>natural cures for psoriasis</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://doorsavers.com' rel='external nofollow' class='url'>springfield door hangers</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://www.buckettrucksonline.com' rel='external nofollow' class='url'>viagra for sale online</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://www.cellphonespymaster.com' rel='external nofollow' class='url'>deleted text messages</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 7日</a>, <a href='http://www.freecamsporn.com' rel='external nofollow' class='url'>Sex Show</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://voteable.info/story.php?id=100553' rel='external nofollow' class='url'>noclegi zakopane</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://www.dscdu.com/2012/01/14/search-engine-marketing-terminology-5-items-to-learn-about-seo/' rel='external nofollow' class='url'>read more about seo</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://zoebates033.wordpress.com/2012/02/07/resume-news/' rel='external nofollow' class='url'>resume</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://bgm.me/r/707487' rel='external nofollow' class='url'>goals goals goals</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://www.MikazukiPublishingHouse.com/kambizmostofizadeh.html' rel='external nofollow' class='url'>author</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 8日</a>, <a href='http://www.heavenseo.com.sg/' rel='external nofollow' class='url'>link building</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 9日</a>, <a href='http://arianalong181.insanejournal.com/363.html' rel='external nofollow' class='url'>buy google plus ones</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">2012年, 二月 9日</a>, <a href='http://www.pennyauctioncustomers.com' rel='external nofollow' class='url'>zeekler sign in</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html">http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/10/09/share-a-seo-ppt.html" title="分享一套入门级 SEO PPT (2008年, 十月 9日)">分享一套入门级 SEO PPT</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/01/dztheme-update.html" title="DZTHEME.COM 一期改版完成 (2008年, 十月 1日)">DZTHEME.COM 一期改版完成</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html" title="给博客添加 Google 自定义搜索 (2008年, 九月 18日)">给博客添加 Google 自定义搜索</a> (102)</li>
	<li><a href="http://zeuscn.net/archives/2006/12/26/sidebar.html" title="模板修改手札之分离Sidebar (2006年, 十二月 26日)">模板修改手札之分离Sidebar</a> (96)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/07/dz-theme-update.html" title="D&#038;Z Theme 升级 (2008年, 十月 7日)">D&#038;Z Theme 升级</a> (145)</li>
	<li><a href="http://zeuscn.net/archives/2008/05/29/d-z-theme-is-coming-soon.html" title="D&#038;Z Theme 上线倒计时 (2008年, 五月 29日)">D&#038;Z Theme 上线倒计时</a> (30)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html" title="BBS.ZEUSCN.NET 上线试水 (2009年, 六月 26日)">BBS.ZEUSCN.NET 上线试水</a> (14)</li>
	<li><a href="http://zeuscn.net/archives/2008/07/01/blog-seo-summing-up-part-three.html" title="博客SEO优化技巧总结（三） (2008年, 七月 1日)">博客SEO优化技巧总结（三）</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/10/wordpress-category-icon-plus.html" title="WordPress 显示分类图片的补充 (2008年, 九月 10日)">WordPress 显示分类图片的补充</a> (18)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/02/diary.html" title="日记 (2008年, 六月 2日)">日记</a> (23)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/06/02/d-z-theme-post-type.html/feed</wfw:commentRss>
		<slash:comments>88</slash:comments>
		</item>
		<item>
		<title>09夏季WordPress文化衫意见征集</title>
		<link>http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html</link>
		<comments>http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:55:05 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[T-shirt]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=580</guid>
		<description><![CDATA[去年夏末就有自己搞 WordPress T恤的想法，可惜那时夏天基本过完了，所以就把这个想法留到了今年。 前不久跟 Timer 兄说了这个事情，我们俩（总是）一拍即合，他欣然接受了设计T恤的重任！最近他完成了设计稿，然后根据我的一些小小的建议略做了修改，现在方案基本定了下来。 当然了这次的 WordPress 文化衫不仅仅是印给我们2个人穿的，我们希望跟广大 WordPress 爱好者们一起分享！但考虑到T恤的印制成本、设计成本、劳力成本，所以我们会收取一定的费用，具体的价格要等到我联系到合适的印制厂家之后才能决定。 下面是此次T恤的效果图，前胸图案的颜色采用了 WordPress 官方 LOGO 的黑色和蓝色，T恤的颜色暂定为白色。这里希望能收集一下大家对T恤配色的建议，比如黑底白 LOGO 、蓝底黑 LOGO 等等。另外在T恤背面的领口下方会印制一个 WordPress 的官方 LOGO ，在左袖口印上自己博客的域名。T恤的面料肯定采用全棉的。 {democracy:7} {democracy:8} 对这款 WordPress 文化衫有兴趣的朋友不妨先留个名“预订”一件，顺便留下你所能接受的价格～ zEUS. 日志评论2009年, 六月 1日, Daily News About WordPress : A few links about WordPress - Monday, 01 June 2009 03:09 writes: [...] 09夏季Wordpress文化衫意见征集 [...]2009年, 六月 1日, [...]]]></description>
			<content:encoded><![CDATA[<p>去年夏末就有自己搞 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> T恤的想法，可惜那时夏天基本过完了，所以就把这个想法留到了今年。</p>
<p>前不久跟 <a href="http://www.dogorgod.com/blog" target="_blank">Timer</a> 兄说了这个事情，我们俩（总是）一拍即合，他欣然接受了设计T恤的重任！最近他完成了设计稿，然后根据我的一些小小的建议略做了修改，现在方案基本定了下来。</p>
<p>当然了这次的 WordPress 文化衫不仅仅是印给我们2个人穿的，我们希望跟广大 WordPress 爱好者们一起分享！但考虑到T恤的印制成本、设计成本、劳力成本，<span id="more-580"></span>所以我们会收取一定的费用，具体的价格要等到我联系到合适的印制厂家之后才能决定。</p>
<p>下面是此次T恤的效果图，前胸图案的颜色采用了 WordPress 官方 <a href="http://zeuscn.net/archives/tag/logo" class="st_tag internal_tag" rel="tag" title="标签 Logo 下的日志">LOGO</a> 的黑色和蓝色，T恤的颜色暂定为白色。这里希望能收集一下大家对T恤配色的建议，比如黑底白 <a href="http://zeuscn.net/archives/tag/logo" class="st_tag internal_tag" rel="tag" title="标签 Logo 下的日志">LOGO</a> 、蓝底黑 <a href="http://zeuscn.net/archives/tag/logo" class="st_tag internal_tag" rel="tag" title="标签 Logo 下的日志">LOGO</a> 等等。另外在<strong>T恤背面的领口下</strong>方会印制一个 WordPress 的官方 LOGO ，在<strong>左袖口</strong>印上自己博客的域名。T恤的面料肯定采用全棉的。</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/2389378576b2/mjtreyvj.jpg" class="img_border" alt="Wordpress, T-shirt, T恤"></p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/2432478576b1/l5c51on9.jpg" class="img_border" alt="Wordpress, T-shirt, T恤"></p>
<p>{democracy:7}</p>
<p>{democracy:8}</p>
<p>
对这款 WordPress 文化衫有兴趣的朋友不妨先留个名“预订”一件，顺便留下你所能接受的价格～</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://wordpress.dailynewsabout.com/archives/337' rel='external nofollow' class='url'>Daily News About WordPress : A few links about WordPress - Monday, 01 June 2009 03:09</a> writes: [...] 09夏季Wordpress文化衫意见征集 [...]</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://www.digglife.cn' rel='external nofollow' class='url'>摩摩诘</a> writes: 沙发,我喜欢白底黑色Logo的,能接受50元以上的价格.
嗯,出来了我第一个买.</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://www.lightory.net' rel='external nofollow' class='url'>LiGht</a> writes: 有兴趣，mark一下</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://www.huilvsay.com' rel='external nofollow' class='url'>会律博客</a> writes: 话说 我也想搞哦 怎么看的！加入，我要加入！</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://showfom.com/' rel='external nofollow' class='url'>Showfom</a> writes: 能印上自己的域名真是绝了！</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 很不错的想法，我想要一件</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://laodouchi.com' rel='external nofollow' class='url'>老豆豉</a> writes: 有意，预订一下，价格还是高一点，保证质量，别穿几次就扔一边了。</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://aunsen.com' rel='external nofollow' class='url'>duh2008@gmail.com</a> writes: 支持！</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://doublehuo.cn' rel='external nofollow' class='url'>IZK</a> writes: 投啦</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://sivan.in/blog/' rel='external nofollow' class='url'>Sivan</a> writes: 不是白色的衣服可以考虑买。白色的文化衫太泛滥，除了正面一个图没有其他设计。另一方面不好洗，容易脏，穿几次洗不出来就不想再穿了。
去年wordcamp做的纪念衫感觉还不错，深蓝色的。</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://myhou.org' rel='external nofollow' class='url'>MY-Hou</a> writes: 价格往往不是问题，质量和设计才是选择的关键</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 1日</a>, <a href='http://www.jiucool.com' rel='external nofollow' class='url'>久酷</a> writes: 去年夏天也团购了……只是希望质量能再好点^_^</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://www.lidiy.com' rel='external nofollow' class='url'>ankey</a> writes: 算我一个我要了</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://laofan.net' rel='external nofollow' class='url'>laofan</a> writes: 算我一个我要了</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://www.jutoy.net' rel='external nofollow' class='url'>Jutoy</a> writes: 嘿嘿，看上那个黑色的了~</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://3284265.cn' rel='external nofollow' class='url'>shamas</a> writes: 质量是关键，不过质量上来价格也上来了，顶起想要</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://www.joyit.net/blog' rel='external nofollow' class='url'>owen</a> writes: 有兴趣，留个名字</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 2日</a>, <a href='http://music-it.cn/' rel='external nofollow' class='url'>feicun</a> writes: 支持一下，如果价格是我预想的范围我就买一件</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 3日</a>, <a href='http://digau.cn' rel='external nofollow' class='url'>bolo</a> writes: 没什么兴趣，以上自己博客的logo还差不多</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 3日</a>, <a href='http://1ioz.blogbus.com' rel='external nofollow' class='url'>lioz</a> writes: 的确不错的说
虽然我的博客是BSP上的</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 4日</a>, <a href='http://hkhpc.com' rel='external nofollow' class='url'>HK</a> writes: 不错，想要弄一个</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 4日</a>, <a href='http://YuJan.com' rel='external nofollow' class='url'>牧狼羊</a> writes: 汗，每件T恤印上自己的域名，那可得单独制板，这费用可不小……
你准备用什么技术印？热转印还是丝网印？</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 5日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，印制技术我到是不懂... 既然是自己弄文化衫，就要突出个性，单独给印在袖口的域名制版我估计不会太贵吧...</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 6日</a>, <a href='http://toby123.cn' rel='external nofollow' class='url'>Toby</a> writes: 估计也不会太便宜，丝网印的话，每个域名都需要单独制版的

我们最近毕业的文化衫，热印，统一图案，最后下来一件还３５元呢…不知道是不是给人宰了～</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 6日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 确实，域名的单独制版我估计还得很花些钱...</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 6日</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>momo</a> writes: 我的妈呀，卖东西不做市场调查啊。
ps：你的留言框有严重的变形</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 6日</a>, <a href='http://interjc.net' rel='external nofollow' class='url'>momo</a> writes: http://clip2net.com/clip/m4525/1244303390-clip-7kb.png</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 9日</a>, <a href='http://www.helloxudan.net' rel='external nofollow' class='url'>小胖</a> writes: 好久没来了。。。一来就看到wp文化衫
留个名，黑底白色LOGO，30-40元，呵呵</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 9日</a>, <a href='http://rannx.cn' rel='external nofollow' class='url'>执道者</a> writes: 白底蓝色LOGO
30-40元</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 11日</a>, <a href='http://aenes.com' rel='external nofollow' class='url'>老T</a> writes: 我预定一件！</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 11日</a>, <a href='http://www.dreamerblog.net' rel='external nofollow' class='url'>dreamer</a> writes: 白底蓝logo</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 13日</a>, <a href='http://www.muxin.net' rel='external nofollow' class='url'>小牧</a> writes: 我想预定一件</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 14日</a>, <a href='http://3284265.cn' rel='external nofollow' class='url'>shamas</a> writes: 定下来没有啊</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 14日</a>, <a href='http://zeuscn.net/archives/2009/06/14/09-wordpress-tshirt-more.html' rel='external nofollow' class='url'>团购 WordPress T恤进展 &raquo; 網生@誌 | zEUS.&#8217;Blog</a> writes: [...] 上次组织活动后通过调查的结果我决定第一批 WordPress 文化衫采用白底黑色图案的的样式（胸前大图案，背后领口下方 WordPress LOGO，左边袖口印域名）来印制，并群发了邮件询问了一下需求，到现在为止加上我自己一共有11位朋友报名团购。 [...]</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://www.geotimes.net' rel='external nofollow' class='url'>rouxueqingge</a> writes: 俺要一件。</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 19日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: OK 届时一定通知阁下！
也请继续关注本站关于第二批团购的消息 :-) 谢谢！</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 20日</a>, Amigowong writes: 黑底白LOGO，预定一件~</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 22日</a>, Amigowong writes: 黑色白底，预订一件吗？？？</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 六月 30日</a>, <a href='http://www.slyar.com/' rel='external nofollow' class='url'>slyar</a> writes: 白底黑LOGO~</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 七月 2日</a>, <a href='http://LSvKing.CN' rel='external nofollow' class='url'>LSvKing</a> writes: 现在还能预定么？</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 七月 3日</a>, <a href='http://LSvKing.CN' rel='external nofollow' class='url'>LSvKing</a> writes: 我要定两件 白底黑图。。</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 七月 6日</a>, <a href='http://blog.dengruo.com' rel='external nofollow' class='url'>止戈</a> writes: 现在订还来得及不？</li><li><a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">2009年, 七月 9日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 暂时没搞第二批...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html">http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2009/11/23/dz-theme-pro-cp-update.html" title="加量不加价 D&#038;Z Theme Pro CP 升级 (2009年, 十一月 23日)">加量不加价 D&#038;Z Theme Pro CP 升级</a> (23)</li>
	<li><a href="http://zeuscn.net/archives/2009/10/29/which-is-the-next-theme.html" title="Which is The Next Theme ? (2009年, 十月 29日)">Which is The Next Theme ?</a> (45)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/16/plugins-support-chinese.html" title="让wordpress插件彻底支持中文！ (2007年, 八月 16日)">让wordpress插件彻底支持中文！</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/06/wordpress-install.html" title="WordPress 安装图文教程 (2007年, 十二月 6日)">WordPress 安装图文教程</a> (84)</li>
	<li><a href="http://zeuscn.net/archives/2010/05/07/dz-theme-pro-cp-discontinued.html" title="D&#038;Z Theme Pro CP 即日起暂停出售 (2010年, 五月 7日)">D&#038;Z Theme Pro CP 即日起暂停出售</a> (126)</li>
	<li><a href="http://zeuscn.net/archives/2008/07/01/blog-seo-summing-up-part-three.html" title="博客SEO优化技巧总结（三） (2008年, 七月 1日)">博客SEO优化技巧总结（三）</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/26/diary-5.html" title="又见日记 (2008年, 十月 26日)">又见日记</a> (39)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/29/change-cloth.html" title="换装 (2007年, 十月 29日)">换装</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2008/07/25/plans-of-wordpress-themes-2.html" title="近期关于 WordPress 主题的一些计划 (2008年, 七月 25日)">近期关于 WordPress 主题的一些计划</a> (23)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/26/bbs-for-zeuscn.html" title="BBS.ZEUSCN.NET 上线试水 (2009年, 六月 26日)">BBS.ZEUSCN.NET 上线试水</a> (14)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2009/06/01/about-09-wordpress-tshirt.html/feed</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>针对 WordPress 模板导航栏2级悬浮菜单的一个很好的解决方案</title>
		<link>http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html</link>
		<comments>http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html#comments</comments>
		<pubDate>Thu, 18 Dec 2008 15:22:47 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[D&Z Theme]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=542</guid>
		<description><![CDATA[不知道你是否看的懂标题&#8230; 随着 WordPress 越来越大众化，随着大家博客内容越来越丰富，我们对它的要求也是越来越高、越来越苛刻，很明显的一点就是很多人开始觉得 WordPress 模板原始的导航菜单（只有1级）样式过于单调，输出的内容也有限，于是如何方便的输出2级导航栏就成为了一个大众化的需求。 之前，我针对 D&#038;Z Theme 已经有所尝试——《给 D&#038;Z Theme 增加一个额外的悬浮菜单 》，其方法是基于小胖的《JavaScript下拉菜单》。此方法虽然可行，但存在一个弊端——2级导航菜单需要手动添加和更新！这样做的话增加了不少工作量，而且对于 WordPress 新手来说的话也有不小困难&#8230; 在这篇文章里，我将分享一个同样是使用 Javascript 来生成2级导航菜单的方法，此方法弥补了上述的缺陷。原文详情见这里： http://www.htmldog.com/articles/suckerfish/dropdowns/ 小胖的方法之所以需要手动更新 WordPress 导航栏，是因为他的代码里给“父 li ”里写入了“onmouseover” 和 “onmouseout” 这2个行为： 1 2 3 4 5 6 7 8 9 10 11 12 &#60;li onmouseover=&#34;displaySubMenu(this)&#34; onmouseout=&#34;hideSubMenu(this)&#34;&#62; &#60;a href=&#34;#&#34;&#62;父栏目1&#60;/a&#62; &#60;ul&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;子菜单1&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;子菜单2&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;子菜单3&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#&#34;&#62;子菜单4&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>不知道你是否看的懂标题&#8230;</p>
<p>随着 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 越来越大众化，随着大家博客内容越来越丰富，我们对它的要求也是越来越高、越来越苛刻，很明显的一点就是很多人开始觉得 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 模板原始的导航菜单（只有1级）样式过于单调，输出的内容也有限，于是如何方便的输出2级导航栏就成为了一个大众化的需求。</p>
<p>之前，我针对 D&#038;Z <a href="http://zeuscn.net/archives/tag/theme" class="st_tag internal_tag" rel="tag" title="标签 Theme 下的日志">Theme</a> 已经有所尝试——<a href="http://zeuscn.net/archives/2008/11/26/javascript-drop-down-menu-for-dz-theme/" traget="_blank">《给 D&#038;Z Theme 增加一个额外的悬浮菜单 》</a>，<span id="more-542"></span>其方法是基于<a href="http://www.helloxudan.net/" traget="_blank">小胖</a>的<a href="http://www.helloxudan.net/2008/04/09/javascript-drop-down-menu.html" traget="_blank">《JavaScript下拉菜单》</a>。此方法虽然可行，但存在一个弊端——2级导航菜单需要<strong>手动添加和更新</strong>！这样做的话增加了不少工作量，而且对于 WordPress 新手来说的话也有不小困难&#8230;</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/168056adc293/medium.jpg" alt="2级菜单" class="img_border" /></p>
<p>在这篇文章里，我将分享一个同样是使用 <a href="http://zeuscn.net/archives/tag/javascript" class="st_tag internal_tag" rel="tag" title="标签 JavaScript 下的日志">Javascript</a> 来生成2级导航菜单的方法，此方法弥补了上述的缺陷。原文详情见这里：<br />
<a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" traget="_blank">http://www.htmldog.com/articles/suckerfish/dropdowns/</a></p>
<p>小胖的方法之所以需要手动更新 WordPress 导航栏，是因为他的代码里给“父 li ”里写入了“onmouseover” 和 “onmouseout” 这2个行为：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">onmouseover</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;displaySubMenu(this)&quot;</span> <span style="color: #000066;">onmouseout</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hideSubMenu(this)&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span>   
   <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>子菜单1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>子菜单2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>子菜单3<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
      <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>子菜单4<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
   <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目3<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #808080; font-style: italic;">&lt;!-- etc. --&gt;</span></pre></td></tr></table></div>

<p>然而 WordPress 输出页面导航链接的函数是：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;?php wp_list_pages<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'sort_column=menu_order&amp;depth=1&amp;exclude=&amp;title_li='</span><span style="color: #66cc66;">&#41;</span>;?&gt;</span></pre></td></tr></table></div>

<p>其表现出来的形式为：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目1<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目2<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目3<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#&quot;</span>&gt;</span>父栏目4<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span></pre></td></tr></table></div>

<p>也就是说这个函数输出的是一排带链接的 “li” ，因此我们就不可能把 “onmouseover” 和 “onmouseout” 这2个行为写入到函数中并让“父 li” 输出，如果要做2级导航菜单的话就需要把每个 “li” 都独立出来，这样就相当麻烦了&#8230;</p>
<p>不过 Suckerfish 的 Javascript 就解决了这个，它无需在“父 li” 中写入额外的内容，这样就能很好的运用到 WordPress 中来。那么 WordPress 模板导航栏部分的代码我们可以这样写：</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
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span>
    sfHover = function() {
        var sfEls = document.getElementById(&quot;nav&quot;).getElementsByTagName(&quot;LI&quot;);
        for (var i=0; i<span style="color: #009900;">&lt;sfEls.length; i++<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span>
<span style="color: #009900;">            sfEls<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.<span style="color: #000066;">onmouseover</span><span style="color: #66cc66;">=</span>function<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span>
<span style="color: #009900;">                this.className+<span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot; sfhover&quot;</span>;</span>
<span style="color: #009900;">            <span style="color: #66cc66;">&#125;</span></span>
<span style="color: #009900;">            sfEls<span style="color: #66cc66;">&#91;</span>i<span style="color: #66cc66;">&#93;</span>.<span style="color: #000066;">onmouseout</span><span style="color: #66cc66;">=</span>function<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></span>
<span style="color: #009900;">                this.className<span style="color: #66cc66;">=</span>this.className.replace<span style="color: #66cc66;">&#40;</span>new RegExp<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot; sfhover\\b&quot;</span><span style="color: #66cc66;">&#41;</span>, <span style="color: #ff0000;">&quot;&quot;</span><span style="color: #66cc66;">&#41;</span>;</span>
<span style="color: #009900;">            <span style="color: #66cc66;">&#125;</span></span>
<span style="color: #009900;">        <span style="color: #66cc66;">&#125;</span></span>
<span style="color: #009900;">    <span style="color: #66cc66;">&#125;</span></span>
<span style="color: #009900;">    if <span style="color: #66cc66;">&#40;</span>window.attachEvent<span style="color: #66cc66;">&#41;</span> window.attachEvent<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">&quot;onload&quot;</span>, sfHover<span style="color: #66cc66;">&#41;</span>;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
&nbsp;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span>&gt;</span>
    	<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">ul</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;nav&quot;</span>&gt;</span>
            <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">li</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;page_item &lt;?php if ( is_home() ) { ?&gt;</span></span>current_page_item<span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> ?&gt;</span>&quot;&gt;<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php echo get_settings('home'); ?&gt;</span></span>/&quot; title=&quot;网站首页&quot;&gt;网站首页<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">li</span>&gt;</span>
            <span style="color: #009900;">&lt;?php wp_list_pages<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'sort_column=menu_order&amp;depth=2&amp;title_li='</span><span style="color: #66cc66;">&#41;</span>;?&gt;</span>
	<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">ul</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></td></tr></table></div>

<p>前半部分调用的就是 Javascript 代码，后半部分直接输出导航栏，注意到第19行中的“<strong>depth=2</strong>”，这个参数用于控制输出2层导航栏，也就是只会输出一层子菜单，改成3的话就会输出2层子菜单，以此类推。</p>
<p>针对上述代码，我们还需要相应的样式来<strong>控制子菜单的隐藏和显示</strong>（必须）：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#nav</span> li<span style="color: #3333ff;">:hover </span>ul ul<span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#nav</span> li<span style="color: #6666ff;">.sfhover</span> ul ul <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-999em</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li<span style="color: #3333ff;">:hover </span>ul<span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#nav</span> li li<span style="color: #3333ff;">:hover </span>ul<span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#nav</span> li<span style="color: #6666ff;">.sfhover</span> ul<span style="color: #00AA00;">,</span> <span style="color: #cc00cc;">#nav</span> li li<span style="color: #6666ff;">.sfhover</span> ul <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>其它的 <a href="http://zeuscn.net/archives/tag/css" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">CSS</a> 样式，比如：</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
</pre></td><td class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#nav</span> <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> ul <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li a <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li ul <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li ul li <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li ul li a <span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #cc00cc;">#nav</span> li ul li a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p>就需要根据主题的整体样式来决定了。</p>
<p>个人感觉，对于 WordPress 主题制作者而言，这是个不错的解决2级导航菜单的方案，对于有一定 HTML 和 CSS 基础的朋友来说，也能很方便的对模板导航栏进行改造。</p>
<p>希望这个方法能给大家带来便利  <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' />  </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://blog.sqboa.com' rel='external nofollow' class='url'>sqboa</a> writes: 这个方法看上去不错，的却方便多了。</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://ishawn.net' rel='external nofollow' class='url'>Shawn</a> writes: 其实用 <a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">jQuery</a> 解决的话非常容易实现，而且几乎是只要一点点代码，不过如果仅仅为了这一小处地方的话，引入 <a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">jQuery</a> 框架又有些小题大作了。所以目前这个刚刚好。</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://www.eemir3.com' rel='external nofollow' class='url'>Yacca</a> writes: 我还是用我的css导航 哈哈...</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://longlan.net' rel='external nofollow' class='url'>longlan</a> writes: 学习了，呵呵，支持博主一个！</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://www.xiaorsz.com' rel='external nofollow' class='url'>xiaorsz</a> writes: 收藏之，以后可能用得到。现在还没那么多的栏目呢！！</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://humphreywong.cn' rel='external nofollow' class='url'>Humphrey</a> writes: 好方法，支持zeus！赶快学习！
把single页的文章发布时间的h，m去了吧，都蹦出来了，影响美观哦！</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://sitelj.com' rel='external nofollow' class='url'>会律</a> writes: 米TOO</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 19日</a>, <a href='http://sitelj.com' rel='external nofollow' class='url'>会律</a> writes: 收住慢慢哇!</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 20日</a>, <a href='http://mlyang.cn' rel='external nofollow' class='url'>牧狼羊</a> writes: 好，很好，我有一个站上非常需要这个下拉菜单，之前找过很多，也试过小胖的那个方法，就是感觉不方便。这个看上去还不错，明天试试看。</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 21日</a>, <a href='http://3284265.cn' rel='external nofollow' class='url'>shamas</a> writes: 不错的东西，收藏了</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 21日</a>, <a href='http://www.caocao.org' rel='external nofollow' class='url'>caocao</a> writes: 貌似还没有看明白？</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 23日</a>, <a href='http://blogs.carrielis.com' rel='external nofollow' class='url'>Carrie</a> writes: 打算等 D＆Z Theme 升級到相容於 2.7 新版的時候，再針對這個部份加強：）</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 23日</a>, <a href='http://aunsen.com' rel='external nofollow' class='url'>aunsen</a> writes: 学习了！惊喜什么时候奉献啊？哈哈！ :shock:</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2008年, 十二月 25日</a>, <a href='http://www.cndianqi.net' rel='external nofollow' class='url'>中国电器</a> writes: 学习中，真的好</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 一月 1日</a>, <a href='http://lanqiuboke.com' rel='external nofollow' class='url'>篮球博客</a> writes: good! 学到东西了</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 一月 12日</a>, <a href='http://marslau.com' rel='external nofollow' class='url'>marslau</a> writes: 不错</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 一月 14日</a>, <a href='http://xqr.co.cc' rel='external nofollow' class='url'>riant</a> writes: 除了截图，能不能有个案例链接啊？</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 一月 15日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 你可以根据我的介绍说明，动手试试自己做个案例出来～ :-)</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 五月 25日</a>, <a href='http://www.youdi.org' rel='external nofollow' class='url'>疣迪</a> writes: 很实用的方案。</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 七月 30日</a>, <a href='http://www.graygift.com' rel='external nofollow' class='url'>Graygift@ye</a> writes: 这么早的文章我都找出来了，哈哈！</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2009年, 十月 19日</a>, <a href='http://www.aiv1.cn' rel='external nofollow' class='url'>aiv1</a> writes: 好深奥，，根本看不懂……www.aiv1.cn寻求帮助。。让浏览菜单鼠标滑过弹出……</li><li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">2012年, 一月 15日</a>, <a href='http://www.dancersplus.com/' rel='external nofollow' class='url'>dance for you lyrics youtube</a> writes: <strong>Super Website...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html">http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/10/31/amphion-comming.html" title="Amphion is Coming&#8230; (2007年, 十月 31日)">Amphion is Coming&#8230;</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/12/lists-of-wordpress-categories.html" title="WordPress 调用单个分类文章列表 (2008年, 三月 12日)">WordPress 调用单个分类文章列表</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2008/06/28/blog-seo-summing-up-part-one.html" title="博客SEO优化技巧总结（一） (2008年, 六月 28日)">博客SEO优化技巧总结（一）</a> (16)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/13/plans-of-wordpress-themes.html" title="WordPress 主题计划 (2007年, 十二月 13日)">WordPress 主题计划</a> (106)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/13/blockquote-effect.html" title="另一个 CSS 效果：增加 blockquote 属性 (2007年, 十月 13日)">另一个 CSS 效果：增加 blockquote 属性</a> (95)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/16/wow-theme-update.html" title="WOW Theme 更新 (2007年, 十二月 16日)">WOW Theme 更新</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2008/05/05/new-favicon-and-dz-theme.html" title="新 Favicons 和新主题——D&#038;Z Theme (2008年, 五月 5日)">新 Favicons 和新主题——D&#038;Z Theme</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2008/11/26/javascript-drop-down-menu-for-dz-theme.html" title="给 D&#038;Z Theme 增加一个额外的悬浮菜单 (2008年, 十一月 26日)">给 D&#038;Z Theme 增加一个额外的悬浮菜单</a> (26)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/02/dztheme-is-coming.html" title="DZTHEME.COM 震撼上线 (2008年, 九月 2日)">DZTHEME.COM 震撼上线</a> (91)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/16/1st-trade-of-09-wordpress-tshirt.html" title="09’夏季 WordPress 文化衫第一批团购结束 (2009年, 六月 16日)">09’夏季 WordPress 文化衫第一批团购结束</a> (96)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>锚点冲突，导致博客评论分页失效</title>
		<link>http://zeuscn.net/archives/2008/11/26/html-a.html</link>
		<comments>http://zeuscn.net/archives/2008/11/26/html-a.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 07:33:25 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=533</guid>
		<description><![CDATA[HTML 中的链接，正确的说法应该称作“锚点”。它不仅让我们能指向文档，还能指向页面里的特定段落，更能当作“精准链接”的便利工具。 我们在编辑 HTML 页面时最常见的锚点有两种 1 &#60;a href=&#34;&#34;&#62;&#60;/a&#62; 和 1 &#60;a name=&#34;&#34;&#62;&#60;/a&#62; 前者用于链接，后者用于定位。 链接就不多说了，关于定位，我们用的最多的一个例子就是“返回顶部”： 一般我们在页面的顶部，例如 body 标签的下面加入一个锚点 1 2 &#60;body&#62; &#60;a name=&#34;top&#34;&#62;&#60;/a&#62; 然后在页脚的代码里面再加上 1 &#60;a href=&#34;#top&#34;&#62;返回页顶&#60;/a&#62; 这样我们点击页脚里的“返回页顶”，那么整个页面就会直接从页脚跳到页面顶部。 感谢 Carrie 和 Jinwen 发现并告之本站的评论分页失效。 导致这个问题的是我前几日使用了一个可以使页面滚动的 Jquery JS ，这个 Jquery JS 自动给用于定位的锚点增加滚动效果，比如点击页面底部的“返回页顶”，页面就会自动的滚动到顶部（而非之前介绍过的一段代码）。 然而 WP Paged Comments 插件的翻页链接里也带有定位的锚点，比如 http://zeuscn.net/messageboard/?wpc=2#comments 末尾的 “#comments” ，所以当我点击分页链接的时候就出了问题，浏览器不知道到底是滚动呢？还是跳转到下一页呢？很明显两者之间有所冲突&#8230; 如何解决这个问题呢？我所做的就是取消了那个 Jquery JS 的调用&#8230; JS 功能可以少，但评论分页是必须的，我暂时还没有找到两全其美的办法，不知道大家有何高见？ zEUS. [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>HTML 中的链接，正确的说法应该称作“锚点”。它不仅让我们能指向文档，还能指向页面里的特定段落，更能当作“精准链接”的便利工具。</p></blockquote>
<p>我们在编辑 HTML 页面时最常见的锚点有两种</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>和<br />
<span id="more-533"></span></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>前者用于链接，后者用于定位。</p>
<p>链接就不多说了，关于定位，我们用的最多的一个例子就是“返回顶部”：<br />
一般我们在页面的顶部，例如 body 标签的下面加入一个锚点</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">body</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;top&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>然后在页脚的代码里面再加上</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">a</span> <span style="color: #000066;">href</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;#top&quot;</span>&gt;</span>返回页顶<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">a</span>&gt;</span></pre></td></tr></table></div>

<p>这样我们点击页脚里的“返回页顶”，那么整个页面就会直接从页脚跳到页面顶部。</p>
<p>感谢 <a href="http://blogs.carrielis.com/" target="_blank">Carrie</a> 和 <a href="http://smartr.cn/" target="_blank">Jinwen</a> 发现并告之<a href="http://zeuscn.net/messageboard/#comment-6754" target="_blank">本站的评论分页失效</a>。</p>
<p>导致这个问题的是我前几日使用了一个<a href="http://www.dezinerfolio.com/2007/08/08/df-javascript-smooth-scroll/" target="_blank">可以使页面滚动的 <del datetime="2008-11-26T14:06:45+00:00">Jquery</del> JS</a> ，这个 <del datetime="2008-11-26T14:06:45+00:00"><a href="http://zeuscn.net/archives/tag/jquery" class="st_tag internal_tag" rel="tag" title="标签 jquery 下的日志">Jquery</a> </del>JS 自动给用于定位的锚点增加滚动效果，比如点击页面底部的“返回页顶”，页面就会自动的滚动到顶部（而非<a href="http://zeuscn.net/archives/2008/10/04/go-to-top-js/" target="_blank">之前介绍过的一段代码</a>）。</p>
<p>然而 WP Paged Comments 插件的翻页链接里也带有定位的锚点，比如</p>
<p>http://zeuscn.net/messageboard/?wpc=2#comments</p>
<p>末尾的 “<strong>#comments</strong>” ，所以当我点击分页链接的时候就出了问题，浏览器不知道到底是滚动呢？还是跳转到下一页呢？很明显两者之间有所冲突&#8230;</p>
<p>如何解决这个问题呢？我所做的就是取消了那个 <del datetime="2008-11-26T14:06:45+00:00">Jquery </del> JS 的调用&#8230; JS 功能可以少，但评论分页是必须的，我暂时还没有找到两全其美的办法，不知道大家有何高见？</p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://smartr.cn' rel='external nofollow' class='url'>Jinwen</a> writes: 我刚写了一篇，说是用jquery把旧的评论隐藏起来，也差不多和分页一样的效果。</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，昨晚我就玩了你那边的效果，挺棒的
但是... 我看了下代码，这里确实是隐藏的，被隐藏的评论依然会加载，我的留言板有500+多条留言，一次性载入的话就太耗时间和资源了...
所以还是得保留评论分页的功能...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://smartr.cn' rel='external nofollow' class='url'>Jinwen</a> writes: 这个也是问题哦。不与来个先分页，每页50条，然后再隐藏40条，哈。</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://www.xiaorsz.cn' rel='external nofollow' class='url'>xiaorsz</a> writes: 这个好像不是 jquery 的代码的，好像就是一段纯 js 的！！是有可能造成冲突的，我这里有段 jquery的，可以自定义，自己设置，貌似比较方便！有空的话我把他分享出来！！</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://blogs.carrielis.com' rel='external nofollow' class='url'>Carrie</a> writes: 原來是錨點出錯啊～不過我剛剛又發現那個『跳至評論』也出錯了呢！點下去也無法跳至評論處留言，應該也跟你說的錨點出錯有關連，zEUS. 要不要再檢查一下呢？</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 哈哈，多谢，确实是那个问题....  现在改好了 :mrgreen:</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 多谢提醒，我仔细看了下，确实是纯 JS 的 ～
如果你那边有解决办法就更好了～ 期待一下 :grin:</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 27日</a>, <a href='http://www.51eo.com/' rel='external nofollow' class='url'>最新电影</a> writes: name作怪…</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 27日</a>, <a href='http://www.eemir3.com' rel='external nofollow' class='url'>Yacca</a> writes: 我想做分页...但page页面总觉得有点问题...2.7再说吧 自带分页了哈哈</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 27日</a>, <a href='http://www.km286.cn/' rel='external nofollow' class='url'>猪猪</a> writes: 不知道是显示器的事情还是怎么回事
在这个电脑上看你的网站，评论验证码的字就可以看的清楚了~</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 28日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 恩，不光是 name 所有锚点都不行...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 28日</a>, clayboy writes: 怎么解决呢?</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 28日</a>, <a href='http://xueshen.net' rel='external nofollow' class='url'>雪深</a> writes: 哇塞 前面哦</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十一月 30日</a>, <a href='http://3284265.cn' rel='external nofollow' class='url'>shamas</a> writes: 锚点滑动的效果我也用过，出现的问题就是在IE下打开的速度慢了， 后事也没用了。这东东是个鸡肋</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十二月 22日</a>, <a href='http://www.c2cer.com' rel='external nofollow' class='url'>popdo</a> writes: 用jQuery一句搞定的！应该谢谢我。哈哈！
<a></a></li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十二月 22日</a>, <a href='http://www.c2cer.com' rel='external nofollow' class='url'>popdo</a> writes: 汗~我刚插入了jQ代码怎么被过滤掉了？</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十二月 22日</a>, <a href='http://www.c2cer.com' rel='external nofollow' class='url'>popdo</a> writes: 需要的话留个mail。再发你</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2008年, 十二月 22日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 如果真是 jQuery 的话那就太好了～ 我的邮箱是 zeus0517@gmail.com 感激不尽 :-D</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2009年, 五月 30日</a>, <a href='http://www.life-studio.cn' rel='external nofollow' class='url'>万戈</a> writes: 我用了你的JS滚动到页顶的方法，评论分页也没有失效耶</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2009年, 五月 31日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 其实后来我发现导致这个问题的是我用的那个表情插件...停用了也就好了... -_-|||</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 23日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 26日</a>, <a href='http://www.socializr.com/event/7470596' rel='external nofollow' class='url'>Kia Picanto</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 26日</a>, <a href='http://dallasfamilyportraits.com' rel='external nofollow' class='url'>Dallas Family Portrait Photographer</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 26日</a>, <a href='http://bestsupplementsformusclegain.posterous.com/' rel='external nofollow' class='url'>pre workout supplements</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com/audio/paul-moller-on-flying-cars.html' rel='external nofollow' class='url'>Flying Cars</a> writes: <strong>Websites to visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 28日</a>, <a href='http://freedellxpsm1530.com' rel='external nofollow' class='url'>Free Dell XPS M1530</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 29日</a>, <a href='http://ingilizce' rel='external nofollow' class='url'>http://cratel-test.wichita.edu/blogs/gregnordyke/2008/02/21/post-hello-gameboy/</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 29日</a>, <a href='http://tinypic.com/player.php?v=5bpus6&#038;s=5' rel='external nofollow' class='url'>ingilizce</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://www.onewayseobacklinks.com/What_is_a_Linkwheel.html' rel='external nofollow' class='url'>link wheels</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://postizzle.com/story.php?id=3474' rel='external nofollow' class='url'>Super Bowl 46 Picks</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/feeds/page.php?id=173646876074929&#038;format=rss20' rel='external nofollow' class='url'>Wedding photographers in Miami</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://chicagoimmigrationattorney492.wordpress.com/2012/01/27/why-an-immigration-legal-professional-is-important-for-acquiring-visas/' rel='external nofollow' class='url'>Chicago immigration attorney</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://svmomsalums.com/index.php/2012/01/vision-floaters-what-exactly-are-they-and-can-they-ever-look-for-a-remedy/' rel='external nofollow' class='url'>how to remove eye floaters</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://www.anti-spam.nu/anti-spam-in-english/' rel='external nofollow' class='url'>anti spam</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/notes/build-lean-muscle-mass/bsn-syntha-6-protein-powder-review/241904755886856' rel='external nofollow' class='url'>syntha 6 protein</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://www.allforhealth.info/' rel='external nofollow' class='url'>Health Tips</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 30日</a>, <a href='http://qt1.bentley.edu/groups/ibentwhyapple/wiki/c560f/Link_Building.html#' rel='external nofollow' class='url'>SEM link building</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 31日</a>, <a href='http://johnyoung0803498.blog.hr/2012/01/1629882122/tips-on-lawn-care-business-advertising-methods.html' rel='external nofollow' class='url'>lawn service advertising</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 31日</a>, <a href='http://www.hugeyields.info' rel='external nofollow' class='url'>home business</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 31日</a>, <a href='http://www.youtube.com/watch?v=RcsX6C4UxlM' rel='external nofollow' class='url'>parkland florida homes</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 一月 31日</a>, <a href='http://www.theharvardwriters.com/services/disseratations.html' rel='external nofollow' class='url'>dissertations</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 1日</a>, <a href='http://svmomsalums.com/index.php/2011/12/how-to-get-rid-of-spots-speedily/' rel='external nofollow' class='url'>how to get blood out of jeans</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 1日</a>, <a href='http://schoolfurnitureshoppe.com/index.php/2011/10/causes-of-vaginal-bleeding-during-pregnancy/' rel='external nofollow' class='url'>heavy bleeding while pregnant</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 1日</a>, <a href='http://gfd.ocean.washington.edu/wiki/index.php/User:Calculator1302012' rel='external nofollow' class='url'>Calculator Online</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 1日</a>, <a href='http://www.salonseeker.com.au' rel='external nofollow' class='url'>beauty therepy</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 1日</a>, <a href='http://www.mortgagebrokerland.com/f2/anyone-been-scott-tucker-seminar-824/' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 2日</a>, <a href='http://www.vilago21.com/event/Lacking+Motivation+To+Lose+Weight/342981/profile' rel='external nofollow' class='url'>motivation for weight loss</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 2日</a>, <a href='http://online.wsj.com/article/SB10001424052748703940904575395452654498336.html' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 2日</a>, <a href='http://www.youtube.com/watch?v=JYKQLAV6o9k' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 3日</a>, <a href='http://jonathanking380.insanejournal.com/409.html' rel='external nofollow' class='url'>Scott Tucker Payday Loans</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 3日</a>, <a href='http://www.youtube.com/watch?v=-WC-aCfL77E' rel='external nofollow' class='url'>How To Lose Stomach Fat In Three Steps</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 3日</a>, <a href='http://watchsuperbowllive.multiply.com/journal' rel='external nofollow' class='url'>watch super bowl live</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 4日</a>, <a href='http://www.artslant.com/ew/groups/show/479209' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 5日</a>, <a href='http://www.youtube.com/watch?v=KcPWHJ2i_rI' rel='external nofollow' class='url'>vygone zapper</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 5日</a>, <a href='http://kuzink.com/detail/link-6853.html' rel='external nofollow' class='url'>sports performance and strength and conditioning</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 6日</a>, <a href='http://www.feldenkraisinstitute.com/index.php/member/49139/' rel='external nofollow' class='url'>LOANS</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 6日</a>, <a href='http:///www.wartscide.com' rel='external nofollow' class='url'>genital warts treatment</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 6日</a>, <a href='http://www.commercialpropertyinsurance.co.uk' rel='external nofollow' class='url'>property insurance</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 6日</a>, <a href='https://addons.mozilla.org/en-US/firefox/user/6077282/' rel='external nofollow' class='url'>tarot gratis</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=tpDt82Wxgk4' rel='external nofollow' class='url'>maryland short sale attorney</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://wallinside.com/post-1281513.html' rel='external nofollow' class='url'>escort milano</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://justinsanchez083.posterous.com/los-angeles-escorts' rel='external nofollow' class='url'>escorts los angeles</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://briannamiller081.blogspace.fr/3331065/best-cheap-web-hosting/' rel='external nofollow' class='url'>best cheap web hosting</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://techandgame.corrieredellosport.it/lavorare/1042/una-ferrari-per-la-sicurezza/' rel='external nofollow' class='url'>Air Conditioning Repairs</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://sweetsmiles4kids.com/' rel='external nofollow' class='url'>Children dentist</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://www.vippleasuregirls.co.uk' rel='external nofollow' class='url'>escorts in london</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 7日</a>, <a href='http://bestidol.org/en/index.php/User:Righteouspan68' rel='external nofollow' class='url'>windows and doors</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 8日</a>, <a href='http://bgm.me/r/706503' rel='external nofollow' class='url'>buy targeted facebook fans</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 8日</a>, <a href='http://donaldbennett0.xanga.com/758892089/beverly-hills-dentist/' rel='external nofollow' class='url'>dentist beverly hills</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 8日</a>, <a href='http://paininkidney.com/ksrr' rel='external nofollow' class='url'>dissolve kidney stones</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://www.interwebstuff.com/2010/04/englisch-lernen-einfach-gemacht' rel='external nofollow' class='url'>http://www.interwebstuff.com/2010/04/das-etwas-andere-musikinstrument</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://rubenedwards514533.webs.com/apps/blog/show/12237052-automobile-insurance' rel='external nofollow' class='url'>auto insurance</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://www.lafermejerome.com/lfj-saison-2/merci-aux-fans-mais.html' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://www.justbeenpaidreferrals.com' rel='external nofollow' class='url'>just been paid strategy</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2008/11/26/html-a.html">2012年, 二月 9日</a>, <a href='http://erikahewitt8278136.blog.hr/2012/02/1629969010/buy-facebook-fans-and-grow-your-business.html' rel='external nofollow' class='url'>Buy Targeted Facebook Fans</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2008/11/26/html-a.html">http://zeuscn.net/archives/2008/11/26/html-a.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2008/11/26/html-a.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2008/11/26/javascript-drop-down-menu-for-dz-theme.html" title="给 D&#038;Z Theme 增加一个额外的悬浮菜单 (2008年, 十一月 26日)">给 D&#038;Z Theme 增加一个额外的悬浮菜单</a> (26)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/18/single-level-dropdowns-for-wordpress.html" title="针对 WordPress 模板导航栏2级悬浮菜单的一个很好的解决方案 (2008年, 十二月 18日)">针对 WordPress 模板导航栏2级悬浮菜单的一个很好的解决方案</a> (22)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html" title="优化 header.php 加速 WordPress (2009年, 七月 22日)">优化 header.php 加速 WordPress</a> (95)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/19/make-a-onmouseover-menu.html" title="使用 DW 制作悬浮菜单 (2007年, 十二月 19日)">使用 DW 制作悬浮菜单</a> (13)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/04/go-to-top-js.html" title="滚动返回页面顶部的JS特效 (2008年, 十月 4日)">滚动返回页面顶部的JS特效</a> (131)</li>
	<li><a href="http://zeuscn.net/archives/2009/10/31/lightbox-for-wordpress-without-plugins.html" title="无插件让 WordPress 原生相册支持 lightbox (2009年, 十月 31日)">无插件让 WordPress 原生相册支持 lightbox</a> (12)</li>
	<li><a href="http://zeuscn.net/archives/2009/11/01/lightbox-for-wordpress-without-plugins-2.html" title="无插件实现 WordPress Lightbox 特效 (2009年, 十一月 1日)">无插件实现 WordPress Lightbox 特效</a> (91)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/21/affiche-of-dz-theme.html" title="关于 D&#038;Z Theme 的升级公告 (2008年, 十二月 21日)">关于 D&#038;Z Theme 的升级公告</a> (38)</li>
	<li><a href="http://zeuscn.net/archives/2010/02/03/ipple-lite-v2-will-release.html" title="Ipple Lite V2 即将发布 (2010年, 二月 3日)">Ipple Lite V2 即将发布</a> (137)</li>
	<li><a href="http://zeuscn.net/archives/2008/10/01/dztheme-update.html" title="DZTHEME.COM 一期改版完成 (2008年, 十月 1日)">DZTHEME.COM 一期改版完成</a> (22)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2008/11/26/html-a.html/feed</wfw:commentRss>
		<slash:comments>76</slash:comments>
		</item>
		<item>
		<title>使用自定义字段给 WordPress 添加日志图片</title>
		<link>http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html</link>
		<comments>http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html#comments</comments>
		<pubDate>Mon, 24 Nov 2008 14:13:04 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=531</guid>
		<description><![CDATA[自定义字段是 WordPress 的一个很强大的功能，但对于普通的使用者来说用处并不大&#8230; 关于如何通过自定义字段给 WordPress 博客首页中的每篇日志添加图片的方法，网上有不少介绍。我在给 www.vcbb.net 做模板时就用到了这个效果，方法是从 jinwen 的博客中（1、2、3、4）学到的，不过 jinwen 介绍的方法我在使用过程中遇到了问题，然后就对代码进行了小小的修正和修改，最终达到了自己想要的效果： 在博客首页的每一篇日志中都会显示一篇和内容相关的图片，该图片是我事先准备好的，而非日志中的缩略图，这张图片在单篇日志的内容中可以不予显示。如果我没有为日志指定一张图片，那么自动会有一张默认的图片进行“填充”。效果如下图所示： 这里分享一下我的制作经验，以及基于 jinwen 的方法并由我略做修改后的代码。 在 index.php 中找到如下或类似的代码 1 &#60;div class=&#34;post&#34; id=&#34;post-&#60;?php the_ID&#40;&#41;; ?&#62;&#34;&#62; 在它的后面紧接一段代码： 1 &#60;?php $image = get_post_meta&#40;$post-&#62;ID, 'index_image', true&#41;; ?&#62; 添加之后的效果如下： 1 2 &#60;div class=&#34;post&#34; id=&#34;post-&#60;?php the_ID&#40;&#41;; ?&#62;&#34;&#62; &#60;?php $image = get_post_meta&#40;$post-&#62;ID, 'index_image', true&#41;; ?&#62; 这其中的 index_image 这个新的变量就是我们即将在日志中用到的图片自定义字段。 继续往下，找到 1 &#60;?php [...]]]></description>
			<content:encoded><![CDATA[<p>自定义字段是 <a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">WordPress</a> 的一个很强大的功能，但对于普通的使用者来说用处并不大&#8230;<br />
关于如何通过自定义字段给 WordPress 博客首页中的每篇日志添加图片的方法，网上有不少介绍。我在给 <a href="www.vcbb.net" target="_blank">www.vcbb.net</a> 做模板时就用到了这个效果，方法是从 <a href="http://smartr.cn/" target="_blank">jinwen </a>的博客中（<a href="http://smartr.cn/wordpress/adding-post-picture-with-wordpress-custum-fields-part-1.html" target="_blank">1</a>、<a href="http://smartr.cn/wordpress/adding-post-picture-with-wordpress-custum-fields-part-2-2.html" target="_blank">2</a>、<a href="http://smartr.cn/wordpress/adding-post-picture-with-wordpress-custum-fields-part-3.html" target="_blank">3</a>、<a href="http://smartr.cn/wordpress/adding-post-picture-with-wordpress-custum-fields-part-4.html" target="_blank">4</a>）学到的，不过 jinwen 介绍的方法我在使用过程中遇到了问题，然后就对代码进行了小小的修正和修改，最终达到了自己想要的效果：</p>
<p>在博客首页的每一篇日志中都会显示一篇和内容相关的图片，该图片是我事先准备好的，而非日志中的缩略图，<span id="more-531"></span>这张图片在单篇日志的内容中可以不予显示。如果我没有为日志指定一张图片，那么自动会有一张默认的图片进行“填充”。效果如下图所示：</p>
<p align=center><img class="img_border" src="http://pic.yupoo.com/zeuscn/2213868e1842/custom.jpg" alt="wordpress, 自定义字段" /></p>
<p>这里分享一下我的制作经验，以及基于 jinwen 的方法并由我略做修改后的代码。<br />
在 index.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a> 中找到如下或类似的代码</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;">&lt;div class=&quot;post&quot; id=&quot;post-<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;</pre></td></tr></table></div>

<p>在它的后面紧接一段代码：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #0000ff;">$image</span> <span style="color: #339933;">=</span> get_post_meta<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'index_image'</span><span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>添加之后的效果如下：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;">&lt;div class=&quot;post&quot; id=&quot;post-<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_ID<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #0000ff;">$image</span> <span style="color: #339933;">=</span> get_post_meta<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'index_image'</span><span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>这其中的 index_image 这个新的变量就是我们即将在日志中用到的图片自定义字段。<br />
继续往下，找到</p>

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

<p>或</p>

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

<p>前者是输出摘要，后者是输出全文，了解 WordPress 的朋友肯定都知道，这里就不多说了。</p>
<p>找到这行代码后，我直接在它的前面添加如下代码：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> get_post_meta<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">$post</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">ID</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'index_image'</span><span style="color: #339933;">,</span> <span style="color: #000000; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">echo</span> <span style="color: #0000ff;">$image</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; title=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;/a&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span><span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;a href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;&lt;img src=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> bloginfo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'stylesheet_directory'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>/images/vc-default.png&quot; title=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; /&gt;&lt;/a&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>仔细看这段代码，这里我用了一个 if else 的条件判断语句：<br />
第一行中，if 括号里面的条件 &#8216;index_image&#8217; 如果为 true（真），也就是说，我在编辑文章时使用了这个自定义字段，那么就直接执行第二行代码：输出 index_image 这个值，index_image 的值是一张<strong>图片的绝对地址</strong>，所以我这里就直接输出了这张图片，并加上该篇日志的链接；<br />
第三行的 else 的意思是除了第一行条件 true（真）之外（那就是假了）的话就执行第四行的代码；<br />
第四行中我输出了一张位于主题文件夹的 images 目录下的默认的图片——vc-default.png ，同时也带上了文章的链接。</p>
<p>这样，必要的代码就添加完了，我们在编辑日志的时候，将页面的滚动条拉到位于页面下方的<strong>自定义字段</strong>一栏：</p>
<p align=center><img class="img_border" src="http://pic.yupoo.com/zeuscn/5231568e2484/m5i8qwf5.jpg" alt="wordpress, 自定义字段" /></p>
<p>根据上图步骤<br />
1、添加自定义字段名：index_image （添加过一次之后就直接能在下面的下拉菜单中选择了）；<br />
2、添加放在首页文章里的图片绝对地址；<br />
3、点击“添加自定义字段”的按钮。</p>
<p>这样，更新完日志之后就能在首页看到效果了～ 不过根据不同的博客主题，需要对这张图片进行不同的样式定义，比如 float:right 或 left ，亦或再给图片加个 border 等等，这就要看大家的想象力和喜好了。</p>
<p>另外在前文中提到的首页有可能是输出摘要，也有可能是全文输出，我个人的看法是：最好使用输出摘要——因为首页输出摘要时会省去文章中的图片，只保留文字内容，那么再配上这个自定义字段的图片，效果会更佳。</p>
<p>使用自定义字段给 WordPress 添加日志图片的方法就暂时介绍到这里，有兴趣的朋友不妨根据自己的主题模板也来折腾折腾这个效果～ 如有不清楚的地方，请在下面留言 <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /><br />
如果 <a href="http://zeuscn.net/archives/tag/css" class="st_tag internal_tag" rel="tag" title="标签 css 下的日志">CSS</a> 能力强的话，完全可以根据这个功能把 WordPress 的首页，或者某个特殊页面做成“画廊”式的风格～ 以后有机会的话咱也要试试看  <img src='http://zeuscn.net/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' />  </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 24日</a>, <a href='http://www.1990y.com' rel='external nofollow' class='url'>yeasiz</a> writes: 学习了，我去k2主题里试试去。</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://smartr.cn' rel='external nofollow' class='url'>Jinwen</a> writes: 其实后来我也烦了加图片的事，所以自己把代码也改了，如果没有添加图片的话，就直接上google的广告！呵，挺不厚道的。哈哈。</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://www.leesum.com/blog' rel='external nofollow' class='url'>leesm</a> writes: :mrgreen: ZEUS越来越NB了，学习·············</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, sfb410 writes: 不错不错。多分享方法很好。</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://www.eemir3.com' rel='external nofollow' class='url'>Yacca</a> writes: 这个似乎很麻烦...考虑用options来解决菜鸟的问题 哈哈</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://humphreywong.cn' rel='external nofollow' class='url'>Humphrey</a> writes: 很好，现在就是需要这样的功能，稍后试试！谢谢！</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://humphreywong.cn' rel='external nofollow' class='url'>Humphrey</a> writes: 现在能看见了，呵呵……</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://smartr.cn' rel='external nofollow' class='url'>Jinwen</a> writes: 我有个问题，为什么我在ff和ie7下点击留言分布无效的？是不是只有我才有这种情况？</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 25日</a>, <a href='http://smartr.cn' rel='external nofollow' class='url'>Jinwen</a> writes: 是留言分页。</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 26日</a>, cynthia妮 writes: 觉得你写这种文文很能体现你细心的细腻风格 :lol:</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，我觉得我写这种文章挺罗嗦的...  叽里呱啦说了一大堆，也不知道别人看不看的懂...</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 26日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 你那篇文章非常不错呢～ 收藏先～ 以后肯定会用到这种效果的～</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 26日</a>, <a href='http://etian007.xintian.info/blog' rel='external nofollow' class='url'>etian007</a> writes: 这个步骤着实有些....</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 27日</a>, <a href='http://www.caxblog.com/' rel='external nofollow' class='url'>Stephen</a> writes: 这个功能是好，但发日志的时候都要做这样一个缩略图，有点麻烦！！</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 27日</a>, <a href='http://www.caxblog.com/' rel='external nofollow' class='url'>Stephen</a> writes: 其实我的意思是说，有没有这样一个插件，可以查找文章分类或tags，然后自动添加缩略图</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 27日</a>, <a href='http://www.notpig.com' rel='external nofollow' class='url'>NOTPIG</a> writes: 感觉如果假的话自定义字段，如果能根据文章分类显示图片就更好了</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 28日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: http://zeuscn.net/archives/2008/09/10/wordpress-category-icon/
你指的的是上面介绍的这种方法吗？</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 28日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 似乎功能不算太复杂，但是我不会... 哈哈～
也没听过有这样的插件...</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 28日</a>, <a href='http://hunterlog.com' rel='external nofollow' class='url'>Hunter</a> writes: :eek: 看了这篇文章如醍醐灌顶，茅塞顿开啊。。。感谢分享</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2008年, 十一月 29日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不客气  :smile:</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2009年, 一月 14日</a>, <a href='http://xqr.co.cc' rel='external nofollow' class='url'>riant</a> writes: 有人分享过相关的教程啊，不过不是用自定义字段，自定义字段是针对单篇文章的吧，针对分类的话，使用的是一个动态的图片调用语句（希望这里看可以贴代码，下面的代码可以显示哈）：

<code>
category_nicename;
	echo "<a>";
	echo "</a>\n";  //分类图片的格式（图片地址的一部分）
	}
?&gt; 
</code></li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2009年, 一月 14日</a>, <a href='http://xqr.co.cc' rel='external nofollow' class='url'>riant</a> writes: 诶，我上面的代码没有全部显示出来，那篇文章也找不到了，看看下面这个我刚刚截的图吧。

<a href="http://www.flickr.com/photos/21411019@N08/3195608819/" title="Flickr 上 chriant 的 011405" rel="nofollow"></a></li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2009年, 一月 15日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 网上确实有实现这种效果的相关插件，呵呵，不过我还没来得及看...</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2010年, 一月 1日</a>, <a href='http://7che8.cn' rel='external nofollow' class='url'>聪壹艮</a> writes: 受益匪浅啊... 祝博主新年快乐，文章带回家了...</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2010年, 三月 9日</a>, <a href='http://%/112332' rel='external nofollow' class='url'>Derosa</a> writes: <strong><b><a href="http://www.foset.ru" rel="nofollow"> <a href="http://www.gerans.ru" rel="nofollow"> <a href="http://www.tialen.ru" rel="nofollow"> <a href="http://www.derost.ru" rel="nofollow"> </a></b>...</strong>

<b>Skoro eto sluchitsya<a href="http://www.tesam.ru" rel="nofollow"> <a href="http://www.waxen.ru" rel="nofollow"> <a href="http://www.festan.ru" rel="nofollow"> <a href="http://www.x-logers.net" rel="nofollow"> </a></b>...</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2011年, 二月 14日</a>, <a href='http://www.008m.cn' rel='external nofollow' class='url'>杨川小博</a> writes: 小弟还有一点不明白，就是小弟在后台没有找到自定义字段在哪，如果小哥看到了麻烦到小弟那给小弟说一下，谢谢了</li><li><a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">2011年, 二月 15日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 编辑文章的页面，自定义字段的官方翻译是“自定义栏目”，官方中文版下载是在 cn.wordpress.org
如今WP已经整合了缩略图的功能了，无需这么麻烦了，不过还是需要有主题支持。</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html">http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2010/02/23/share-a-product-template-of-taobao.html" title="分享自制淘宝商品页模板 PSD&#038;HTML (2010年, 二月 23日)">分享自制淘宝商品页模板 PSD&#038;HTML</a> (130)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/11/how-to-set-wp_list_categories.html" title="WordPress 中 categories 的用法 (2008年, 三月 11日)">WordPress 中 categories 的用法</a> (32)</li>
	<li><a href="http://zeuscn.net/archives/2007/06/28/livingtags.html" title="Let&#8217;s Move&#8230; Living Tags (2007年, 六月 28日)">Let&#8217;s Move&#8230; Living Tags</a> (5)</li>
	<li><a href="http://zeuscn.net/archives/2008/03/10/display-category-description.html" title="WordPress 如何调用分类描述 (2008年, 三月 10日)">WordPress 如何调用分类描述</a> (143)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/21/affiche-of-dz-theme.html" title="关于 D&#038;Z Theme 的升级公告 (2008年, 十二月 21日)">关于 D&#038;Z Theme 的升级公告</a> (38)</li>
	<li><a href="http://zeuscn.net/archives/2008/08/28/diary-3.html" title="八月二十八 星期四 阴转雨 (2008年, 八月 28日)">八月二十八 星期四 阴转雨</a> (19)</li>
	<li><a href="http://zeuscn.net/archives/2007/10/03/tag-cloud-fontsize-for-wp2-3.html" title="修改 wordpress 2.3 侧边栏 widget 标签云字体大小 (2007年, 十月 3日)">修改 wordpress 2.3 侧边栏 widget 标签云字体大小</a> (121)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html" title="给博客添加 Google 自定义搜索 (2008年, 九月 18日)">给博客添加 Google 自定义搜索</a> (102)</li>
	<li><a href="http://zeuscn.net/archives/2008/02/22/my-theme-feb.html" title="2月主题初览 (2008年, 二月 22日)">2月主题初览</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2008/12/01/wordpress-blog-2009.html" title="关于 WordPress 和 Blog 的小展望 (2008年, 十二月 1日)">关于 WordPress 和 Blog 的小展望</a> (36)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://zeuscn.net/archives/2008/11/24/wordpress-custum-fields-pics.html/feed</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>给博客添加 Google 自定义搜索</title>
		<link>http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html</link>
		<comments>http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html#comments</comments>
		<pubDate>Thu, 18 Sep 2008 04:06:44 +0000</pubDate>
		<dc:creator>zEUS.</dc:creator>
				<category><![CDATA[Wordpress研究]]></category>
		<category><![CDATA[网络相关]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google 自定义搜索]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[utf-8]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://zeuscn.net/?p=493</guid>
		<description><![CDATA[何为“Google 自定义搜索”？ 创建根据自己的需求量身定制的搜索引擎：包括一个网站、多个网站或特定网页；将搜索框和搜索结果放入您自己的网站；自定义颜色和品牌以搭配您现有的网页。 Google 自定义搜索结果比博客默认的搜索结果要“更快，更准，更多”，无论是给读者还是管理员都提供了相当大的便利。 看猫猫用上了 Google 自定义搜索后我才想起来自己以前也搞过一个，不过不同的是之前我是让 Google 来托管搜索结果，而猫猫现在则是把搜索结果嵌入到了博客，恩，很好很强大，于是我自个儿就折腾了一下，将 Google 自定义搜索也嵌入到了博客里。具体效果您可以自行在搜索框内输入一个关键词（如：wordpress），然后回车，就能看到 Google 自定义搜索的结果了，也可以点击 这里 查看截图效果。 下面我就简单的介绍下如何为博客添加“Google 自定义搜索”功能。 访问：http://www.google.com/coop/cse/?hl=zh-CN 点击“创建自定义搜索引擎”的蓝色按钮，页面跳转之后根据页面上的要求填写各项基本信息，在最下方的“选择版本”中选择“标准版”： 点击“下一步”，页面跳转之后点击“完成”。然后回到 Google 自定义搜索首页，依次点击“管理您现有的搜索引擎”&#8211;“控制面板” 查看“基本信息”下的各个选项和“使用偏好”是否正确，点击“外观”后选择第一种无背景色的搜索框，该页面的下方可以设置“自定义搜索结果”的颜色样式，类似 Google Adsense 的广告设置，非常简单，设置成和博客相同的链接颜色即可，保存设置。 再点击“代码”，在“搜索结果托管选项”下选择“在您的网站上托管搜索结果：”&#8211;“iframe – 需要两个网页：一个网页提供搜索框，另一个提供结果”： “指定搜索结果详情”选项需要填写搜索结果所在的网页地址（例如我的是 http://zeuscn.net/search）： 该页面的下方提供了“搜索框代码”和“搜索结果代码”，记下这2段代码，接下来修改博客模板文件。 WordPress 博客模板里一般都会包含一个 searchform.php 的文件，该文件定义了博客的搜索框。我们打开这个文件，可以看到类似如下的代码： 1 2 3 &#60;form method=&#34;get&#34; class=&#34;searchform&#34; action=&#34;&#60;?php bloginfo('home'); ?&#62;/&#34;&#62; &#60;input type=&#34;text&#34; value=&#34;站内搜索&#34; name=&#34;s&#34; class=&#34;s&#34; onfocus=&#34;if (this.value == '站内搜索') [...]]]></description>
			<content:encoded><![CDATA[<p>何为“<a href="http://zeuscn.net/archives/tag/google-%e8%87%aa%e5%ae%9a%e4%b9%89%e6%90%9c%e7%b4%a2" class="st_tag internal_tag" rel="tag" title="标签 Google 自定义搜索 下的日志">Google 自定义搜索</a>”？</p>
<blockquote><p>创建根据自己的需求量身定制的搜索引擎：包括一个网站、多个网站或特定网页；将搜索框和搜索结果放入您自己的网站；自定义颜色和品牌以搭配您现有的网页。</p></blockquote>
<p><a href="http://zeuscn.net/archives/tag/google" class="st_tag internal_tag" rel="tag" title="标签 google 下的日志">Google</a> 自定义搜索结果比博客默认的搜索结果要“更快，更准，更多”，无论是给读者还是管理员都提供了相当大的便利。</p>
<p>看<a href="http://www.pagemod.cn/" target="_blank" />猫猫</a>用上了 Google 自定义搜索后我才想起来自己以前也搞过一个，<span id="more-493"></span>不过不同的是之前我是让 Google 来托管搜索结果，而<a href="http://www.pagemod.cn/" target="_blank" />猫猫</a>现在则是把搜索结果嵌入到了博客，恩，很好很强大，于是我自个儿就折腾了一下，将  Google 自定义搜索也嵌入到了博客里。具体效果您可以自行在搜索框内输入一个关键词（如：<a href="http://zeuscn.net/archives/tag/wordpress" class="st_tag internal_tag" rel="tag" title="标签 wordpress 下的日志">wordpress</a>），然后回车，就能看到 Google 自定义搜索的结果了，也可以点击 <a href="http://pic.yupoo.com/zeuscn/62731635281a/15z1f3vi.jpg" rel="lightbox" />这里</a> 查看截图效果。</p>
<p>下面我就简单的介绍下如何为博客添加“Google 自定义搜索”功能。<br />
访问：<a href="http://www.google.com/coop/cse/?hl=zh-CN" target="_blank" />http://www.google.com/coop/cse/?hl=zh-CN</a><br />
点击“<strong>创建自定义搜索引擎</strong>”的蓝色按钮，页面跳转之后根据页面上的要求填写各项基本信息，在最下方的“<strong>选择版本</strong>”中选择“<strong>标准版</strong>”：</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/734816352ca4/medium.jpg" alt="Google 自定义搜索" title="Google 自定义搜索" class="img_border" /></p>
<p>点击“<strong>下一步</strong>”，页面跳转之后点击“<strong>完成</strong>”。然后回到 <a href="http://www.google.com/coop/cse/?hl=zh-CN" target="_blank" />Google 自定义搜索首页</a>，依次点击“<strong>管理您现有的搜索引擎</strong>”&#8211;“<strong>控制面板</strong>”</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/721386353028/pleby06q.jpg" alt="Google 自定义搜索" title="Google 自定义搜索" class="img_border" /></p>
<p>查看“<strong>基本信息</strong>”下的各个选项和“<strong>使用偏好</strong>”是否正确，点击“<strong>外观</strong>”后选择第一种无背景色的搜索框，该页面的下方可以设置“<strong>自定义搜索结果</strong>”的颜色样式，类似 Google <a href="http://zeuscn.net/archives/tag/adsense" class="st_tag internal_tag" rel="tag" title="标签 Adsense 下的日志">Adsense</a> 的广告设置，非常简单，设置成和博客相同的链接颜色即可，保存设置。<br />
再点击“<strong>代码</strong>”，在“<strong>搜索结果托管选项</strong>”下选择“<strong>在您的网站上托管搜索结果：</strong>”&#8211;“<strong>iframe – 需要两个网页：一个网页提供搜索框，另一个提供结果</strong>”：</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/8526263534cd/xt6k68tr.jpg" alt="Google 自定义搜索" title="Google 自定义搜索" class="img_border" /></p>
<p>“<strong>指定搜索结果详情</strong>”选项需要填写搜索结果所在的网页地址（例如我的是 <strong>http://zeuscn.net/search</strong>）：</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/238186353834/06a5uic5.jpg" alt="Google 自定义搜索" title="Google 自定义搜索" class="img_border" /></p>
<p>该页面的下方提供了“搜索框代码”和“搜索结果代码”，记下这2段代码，接下来修改博客模板文件。</p>
<p>WordPress 博客模板里一般都会包含一个 searchform.<a href="http://zeuscn.net/archives/tag/php" class="st_tag internal_tag" rel="tag" title="标签 php 下的日志">php</a> 的文件，该文件定义了博客的搜索框。我们打开这个文件，可以看到类似如下的代码：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;get&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;searchform&quot;</span> <span style="color: #000066;">action</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;&lt;?php bloginfo('home'); ?&gt;</span></span>/&quot;&gt;
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;站内搜索&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;s&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;s&quot;</span> <span style="color: #000066;">onfocus</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;if (this.value == '站内搜索') {this.value = '';}&quot;</span> <span style="color: #000066;">onblur</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;if (this.value == '') {this.value = '站内搜索';}&quot;</span><span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;GO&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span></pre></td></tr></table></div>

<p>和 Google 自定义搜索提供的“<strong>搜索框代码</strong>”进行比较：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">action</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://zeuscn.net/search&quot;</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cse-search-box&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cx&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;012316757526287753200:595_iqfdr6q&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cof&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;FORID:11&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ie&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;UTF-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;q&quot;</span> <span style="color: #000066;">size</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;31&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sa&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;搜索&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=zh-Hans&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></td></tr></table></div>

<p>我将 Google 自定义搜索提供的“<strong>搜索框代码</strong>”中有，但是 searchform.php 中没有的代码添加到 searchform.php 中，然后另存为 google-searchform.php 文件，上传到主题目录下。修改后的代码如下：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">form</span> <span style="color: #000066;">method</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;get&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;searchform&quot;</span> <span style="color: #000066;">action</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://zeuscn.net/search&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cx&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;012316757526287753200:595_iqfdr6q&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cof&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;FORID:11&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;ie&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;UTF-8&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;站内搜索&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;q&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;s&quot;</span> <span style="color: #000066;">onfocus</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;if (this.value == '站内搜索') {this.value = '';}&quot;</span> <span style="color: #000066;">onblur</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;if (this.value == '') {this.value = '站内搜索';}&quot;</span><span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">input</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;submit&quot;</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sa&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;GO&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">form</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=zh-Hans&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></td></tr></table></div>

<p>其中我去掉了 Google 提供的搜索框的样式 <strong>id=”cse-search-box”</strong> 好让搜索框的样式更符合主题的效果。不少主题的搜索框都位于页面的头部（header），那么我们打开 header.php 文件，找到如下代码：</p>

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

<p>将其修改为：</p>

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

<p>注：此搜索框的样式可能需要略微调整样式。</p>
<p>接下来需要做一个“<strong>搜索结果页</strong>”，先在本地打开主题文件夹中的 page.php，在文件顶部代码的前面添加：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #666666; font-style: italic;">/*
Template Name: Google自定义搜索结果
*/</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
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;entry&quot;</span>&gt;</span>
<span style="color: #009900;">&lt;?php the_content<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'Continue reading &amp;raquo;'</span><span style="color: #66cc66;">&#41;</span>; ?&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><span style="color: #808080; font-style: italic;">&lt;!--/entry --&gt;</span></pre></td></tr></table></div>

<p>使用 Google 自定义搜索提供的“<strong>搜索结果代码</strong>”将其替换掉。</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
</pre></td><td class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cse-search-results&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span>&gt;</span>
  var googleSearchIframeName = &quot;cse-search-results&quot;;
  var googleSearchFormName = &quot;cse-search-box&quot;;
  var googleSearchFrameWidth = 600;
  var googleSearchDomain = &quot;www.google.com&quot;;
  var googleSearchPath = &quot;/cse&quot;;
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">script</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;text/javascript&quot;</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.google.com/afsonline/show_afs_search.js&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">script</span>&gt;</span></pre></td></tr></table></div>

<p>修改完毕，文件另存为：search_temp.php （需要是 <a href="http://zeuscn.net/archives/tag/utf-8" class="st_tag internal_tag" rel="tag" title="标签 utf-8 下的日志">utf-8</a> 的编码），FTP 上传至主题目录下。</p>
<p>进入 WordPress 后台，撰写一个新页面，命名为“搜索结果”，缩略名（slug name）为：search，页面模板选择刚刚上传的 “Google自定义搜索结果”（search_temp.php），发布该页面。<br />
此时你会发现这个页面出现在了博客导航菜栏里，一般来说我们不需要这个页面，所以就需要将其从导航栏中“隐藏”。进入 WordPress 后台，管理&#8211;页面，找到刚刚建立的“搜索结果”，将鼠标移动上去（不要点击），看浏览器状态栏的链接地址，地址的末尾有一个数字，此数字为该页面的 ID 号，例如我的是 491：</p>
<p align=center><img src="http://pic.yupoo.com/zeuscn/3215963544a2/bmbzudvh.jpg" alt="Google 自定义搜索" title="Google 自定义搜索" class="img_border" /></p>
<p>打开 header.php 文件，找到如下代码</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_pages<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sort_column=menu_order&amp;depth=1&amp;title_li='</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>将其修改为：</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="php-brief" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> wp_list_pages<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sort_column=menu_order&amp;depth=1&amp;exclude=491&amp;title_li='</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p><strong>exclude </strong>的值就是从 <strong>wp_list_pages() </strong>函数中去除指定的页面 ID 号。保存后回到首页，导航栏里就找不到“搜索结果”这个链接了。</p>
<p>大功基本告成，Google 自定义搜索的搜索框和结果页全部都嵌入到了博客里，也许还需要根据博客模板的样式稍作修改。<br />
现在你就可以直接进行搜索来看看效果了～ 以后凡是搜索的结果都会显示在 http://yourdomain/search 这个页面上，例如我的 http://zeuscn.net/search<br />
Google 自定义搜索 还能把你的 Google Adsense 嵌入到搜索结果中去，有兴趣的朋友不妨自己研究一下～<br />
Have fun <img src='http://zeuscn.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p align=right>zEUS.</p>
<hr /><h2>日志评论</h2><ul><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 18日</a>, <a href='http://gopherwood.info' rel='external nofollow' class='url'>wayne</a> writes: 这个不错, 还能减轻一下服务器的压力...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 18日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: :mrgreen: 呵呵，确实如此～～</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 18日</a>, <a href='http://myhou.org' rel='external nofollow' class='url'>MY-Hou</a> writes: 个个都用上Google了咯  :cool:</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 18日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，这么好的搜索服务，不用的话实在太浪费了...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 18日</a>, <a href='http://www.freerainbow.cn' rel='external nofollow' class='url'>freesky</a> writes: 有很多博客都放了google得搜索，有空我也尝试一下！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 19日</a>, <a href='http://wpfans.net.cn' rel='external nofollow' class='url'>mylaner</a> writes: 很久以前在水煮鱼上就看到了。</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 19日</a>, <a href='http://www.dogorgod.com/' rel='external nofollow' class='url'>dogorgod</a> writes: 有点复杂啊，我先不尝试了...现在看代码比较眼晕..</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 19日</a>, <a href='http://jobru.net' rel='external nofollow' class='url'>JoBru</a> writes: :mrgreen: 很棒啊，多谢了～！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 21日</a>, <a href='http://www.wodidai.com' rel='external nofollow' class='url'>花果山寨</a> writes: 这个我以前也弄过，的确非常不错！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 九月 21日</a>, <a href='http://www.eemir3.com' rel='external nofollow' class='url'>Yacca</a> writes: 搞搞嫌累......虽然是个不错的技巧</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 十月 30日</a>, <a href='http://www.charlestang.cn/why-and-how-to-integrate-google-to-blog.htm' rel='external nofollow' class='url'>为何以及如何整合Google搜索到WP博客 at Becomin' Charles</a> writes: [...] 【4】網生@誌 | zEUS.'Blog：《给博客添加 Google 自定义搜索》 ：这篇文章介绍了整合Google搜索的详细步骤，包括申请，修改代码，等等，并且给出了代码范例。可操作性很强。 [...]</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 十一月 4日</a>, <a href='http://changsay.com/' rel='external nofollow' class='url'>死的蚊</a> writes: 有个问题，能不能在搜索结果页中点击链接后默认在原页面打开，而不新建页面呢？</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 十一月 9日</a>, <a href='http://www.aiyanblog.cn' rel='external nofollow' class='url'>爱燕博客</a> writes: 这样修改之后，不知道有没有违反GG的政策？</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 十一月 9日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不会呀，GG 提供这么人性化的功能，就是给咱们改的啊～</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2008年, 十二月 3日</a>, <a href='http://18tvb.com' rel='external nofollow' class='url'>mr wu</a> writes: 呵呵，已经做好了。</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 一月 23日</a>, <a href='http://www.oshares.cn' rel='external nofollow' class='url'>LinuxWin</a> writes: 站长，您好！我看了这篇文章，认为很有特色。想学，但却做不出来。菜鸟特请教，我用的是revolution church 2.0主题，没有searchform.php,同时，我想把搜索放在侧边栏里，试了几下，结果不行，不知哪里有问题。希望能指点一二，谢谢！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 一月 25日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不同的主题修改起来也不一样，你用的主题我没有看过，所以也无法提供帮助.. 很抱歉..</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 二月 26日</a>, <a href='http://www.zhaocheng.org.cn/' rel='external nofollow' class='url'>赵成</a> writes: qweqwqw</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 四月 25日</a>, <a href='http://ublog.net.ru/' rel='external nofollow' class='url'>Ublog.Net.Ru</a> writes: 终于学会了，留言对zEUS.表示感谢！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 四月 25日</a>, <a href='http://penpenguanguan.com/2009/04/139_add-google-custom-search-to-your-blog.html' rel='external nofollow' class='url'>给博客添加 Google 自定义搜索 | 盆盆罐罐</a> writes: [...] 给博客添加 Google 自定义搜索：http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog/ [...]</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 四月 27日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 呵呵，不客气！</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 十二月 8日</a>, <a href='http://blog.cybercn.net' rel='external nofollow' class='url'>don</a> writes: 文章很有好；不过跟主题稍微不兼容</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 十二月 8日</a>, <a href='http://blog.cybercn.net' rel='external nofollow' class='url'>don</a> writes: 文章很好；不过跟主题稍微不兼容</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2009年, 十二月 8日</a>, <a href='http://zeuscn.net/' rel='external nofollow' class='url'>zEUS.</a> writes: 不兼容具体是指哪部分呢？</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 15日</a>, <a href='http://www.dancersplus.com/' rel='external nofollow' class='url'>michael jackson biography for children</a> writes: <strong>Recommended Websites...</strong>

[...]below you'll find the link to some sites that we think you should visit[...]...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 24日</a>, <a href='http://servinion.weebly.com' rel='external nofollow' class='url'>servinion</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 25日</a>, <a href='http://PromiseProductionsUSA.com' rel='external nofollow' class='url'>Dallas Marketing</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 26日</a>, <a href='http://community.atom.com/Post/James-Bond-Books/03EFBFFFF025821680008018434D5' rel='external nofollow' class='url'>James Bond Books</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 26日</a>, <a href='http://www.americanantigravity.com' rel='external nofollow' class='url'>American Antigravity</a> writes: <strong>Bing results...</strong>

While browsing Yahoo I found this page in the results and I didn't think it fit...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 27日</a>, <a href='http://www.colorado-unemployment.com/' rel='external nofollow' class='url'>colorado unemployment website</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 27日</a>, <a href='http://alabama.local.dirtcheappayday.com/in/sheffield/' rel='external nofollow' class='url'>Low Interest Payday Loans</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 28日</a>, <a href='http://www.valueshop.co.uk/' rel='external nofollow' class='url'>inkjet cartridges</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 28日</a>, <a href='http://www.artslant.com/ew/groups/show/447698' rel='external nofollow' class='url'>Search Inmates</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 28日</a>, <a href='http://aacnwiki.org/index.php?title=User_talk:Sembto1234' rel='external nofollow' class='url'>article</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 28日</a>, <a href='http://www.quechup.com/blog/entry/view/id/876331' rel='external nofollow' class='url'>Sullair Air Compressor</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 28日</a>, <a href='http://www.iamsport.org/pg/blog/elijahsullivan33/read/1830877/europes-best-casino-hotels' rel='external nofollow' class='url'>Casino resorts in Europe</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 29日</a>, <a href='http://www.youtube.com/watch?v=4K3t-cfX9jU' rel='external nofollow' class='url'>Best Prenatal Massage NYC</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 29日</a>, <a href='http://billmyers0063241.blog.hr/2012/01/1629868283/celeste-hall.html' rel='external nofollow' class='url'>Celeste Hall Books</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 29日</a>, <a href='http://howtogetridofacneinoneday268.wordpress.com/2012/01/28/ways-to-get-rid-of-acne-in-only-eventually-the-secret-tips-which-have-allowed-me-for-stopping-acne-in-1-day/' rel='external nofollow' class='url'>acne</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://frankcomms.com/web/website-design-service' rel='external nofollow' class='url'>website design service essex</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://www.whats-shakn.com/' rel='external nofollow' class='url'>App</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://www.pokahontas.de' rel='external nofollow' class='url'>Burlesque Dessous</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://uzernamezz.livejournal.com/' rel='external nofollow' class='url'>uzernamezz</a> writes: <strong>Blogs ou should be reading...</strong>

[...]Here is a Great Blog You Might Find Interesting that we Encourage You[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://myagarcia679.posterous.com/cash-for-cars-obtaining-the-most-for-the-vehi' rel='external nofollow' class='url'>cash for junk cars los angeles</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://community.atom.com/Post/Furniture-Packs--Why-and-Why-Not/03EFBFFFF0258A78F000801853945' rel='external nofollow' class='url'>Furniture packs Mazarron</a> writes: <strong>Websites you should visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://www.anti-spam.nu/spamfilter-pa-svenska/' rel='external nofollow' class='url'>spamfilter</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://www.facebook.com/notes/build-lean-muscle-mass/tony-hortons-p90x-extreme-home-fitness-exercise-dvd-workout-program-review/242204622523536' rel='external nofollow' class='url'>home fitness workout</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 30日</a>, <a href='http://www.securityguardtrainingdepot.com/security-training-courses/' rel='external nofollow' class='url'>security training courses</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://chloesimms614870.webs.com/apps/blog/show/11999676-a-guide-for-marketing-and-advertising-using-leaflet-printing' rel='external nofollow' class='url'>leaflet distribution Manchester</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://www.vilago21.com/event/Business+collection+agencies+and+Playing+By+the+Rules+_+Knowledge+Is+Power/332428/profile' rel='external nofollow' class='url'>credit card debt</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://hannahrobinson801758.blog.hr/2012/01/1629880953/salmon-pate-recipe.html' rel='external nofollow' class='url'>recipes</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://futurestrading055.wordpress.com/2012/01/30/treasury-bonds/' rel='external nofollow' class='url'>Treasury Bonds</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://hotelsnearukcities811.tumblr.com/post/16775056421/the-most-effective-uk-cities-to-make-your-hotel' rel='external nofollow' class='url'>hotels near uk cities</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://www.hugeyields.info' rel='external nofollow' class='url'>hugeyields</a> writes: <strong>Recent Blogroll Additions…...</strong>

[...]usually posts some very interesting stuff like this. If you’re new to this site[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://www.squirreltraining.co.uk' rel='external nofollow' class='url'>Marine Chua</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 一月 31日</a>, <a href='http://longhairpictures.blogspot.com' rel='external nofollow' class='url'>pin up girl hair</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 1日</a>, <a href='http://robertmontiel469707.webs.com/apps/blog/show/12030787-choosing-the-suitable-furniture-which-reflects-your-property-and-yourself' rel='external nofollow' class='url'>contract furniture</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 1日</a>, <a href='http://hotamateurcouple.com' rel='external nofollow' class='url'>Blog sex</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 1日</a>, <a href='http://action.ran.org/index.php?title=User:homelaserhairremoval223' rel='external nofollow' class='url'>Home Laser Hair Removal</a> writes: <strong>Recommeneded websites...</strong>

[...]Here are some of the sites we recommend for our visitors[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 2日</a>, <a href='http://www.motorsport.com/ferrari-challenge/news/scott-tucker-ready-for-toronto-event/' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 2日</a>, <a href='http://americanlemans.com/primary1.php?cat=driver%7C870' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 2日</a>, <a href='http://www.npr.org/templates/story/story.php?storyId=129195925' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 2日</a>, <a href='http://pennbadgleyweb.com/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 3日</a>, <a href='http://www.hugeyield.us' rel='external nofollow' class='url'>passive income</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 3日</a>, <a href='http://mrvending.net/index.php/2011/12/cordless-drill-brands/' rel='external nofollow' class='url'>check out here for more info</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 3日</a>, <a href='http://1000calorieadaydiet.com/' rel='external nofollow' class='url'>Justin Bieber Baby</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 4日</a>, <a href='http://www.bankownedhomelistings.com' rel='external nofollow' class='url'>Bank Owned Homes</a> writes: <strong>Digg suggestion...</strong>

While checking out Digg today I noticed this...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 4日</a>, <a href='http://www.riskservers.net/?p=3437' rel='external nofollow' class='url'>football training</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 4日</a>, <a href='http://www.bpo-companies.com/appraisal.php' rel='external nofollow' class='url'>Appraisal Management Companies</a> writes: <strong>Related...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 4日</a>, <a href='http://www.bpo-university.com' rel='external nofollow' class='url'>broker price opinions</a> writes: <strong>Websites to visit...</strong>

[...]below you’ll find the link to some sites that we think you should visit[...]...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 5日</a>, <a href='http://www.articlecity.com/articles/recreation_and_sports/article_1562.shtml' rel='external nofollow' class='url'>sports training for speed and power sports</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://isp.pembinatrails.ca/member/37948' rel='external nofollow' class='url'>Consolidating Your Debts</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://banknotegallery.blogspot.com' rel='external nofollow' class='url'>money</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://gofreearticles.info/story.php?title=types-of-loans' rel='external nofollow' class='url'>unsecured loans</a> writes: <strong>Cool sites...</strong>

[...]we came across a cool site that you might enjoy. Take a look if you want[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://choiceconsolidation.com' rel='external nofollow' class='url'>credit card consolidation</a> writes: <strong>Online Article…...</strong>

[...]The information mentioned in the article are some of the best available [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://www.bud-rem.org.pl/' rel='external nofollow' class='url'>Pokrycia Dachowe</a> writes: <strong>Pokrycia Dachowe...</strong>

... sometimes I can't resist and link to ......</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://www.perfectdoorsuk.com' rel='external nofollow' class='url'>interior doors</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://www.articles411.com/article/Travel/Family-Destinations/59564-spend-your-holiday-in-luxury-villa-in-mougins-in-the-south-of-france.html' rel='external nofollow' class='url'>luxury villa France</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://www.youtube.com/watch?v=vrKOdsQPPMo' rel='external nofollow' class='url'>aldara precio</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 6日</a>, <a href='http://www.anglebuster.com/phpBB2/profile.php?mode=viewprofile&#038;u=811167' rel='external nofollow' class='url'>Yeast Infection Information</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.dietpillsjudged.com/dietpills/proactol' rel='external nofollow' class='url'>Proactol Review</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://habib666.posterous.com/97137457' rel='external nofollow' class='url'>sell gold</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.become-an-electrician.com/njatc.html' rel='external nofollow' class='url'>NJATC</a> writes: <strong>Great website...</strong>

[...]we like to honor many other internet sites on the web, even if they aren’t linked to us, by linking to them. Under are some webpages worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.riflescopes.net' rel='external nofollow' class='url'>rifle scope</a> writes: <strong>Superb website...</strong>

[...]always a big fan of linking to bloggers that I love but don’t get a lot of link love from[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://doorsavers.com' rel='external nofollow' class='url'>springfield door hangers</a> writes: <strong>Check this out...</strong>

[...] that is the end of this article. Here you’ll find some sites that we think you’ll appreciate, just click the links over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.buckettrucksonline.com' rel='external nofollow' class='url'>cheap viagra</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.vippleasuregirls.co.uk' rel='external nofollow' class='url'>escorts in london</a> writes: <strong>You should check this out...</strong>

[...] Wonderful story, reckoned we could combine a few unrelated data, nevertheless really worth taking a look, whoa did one learn about Mid East has got more problerms as well [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.faithwriters.com/article-details.php?id=130611' rel='external nofollow' class='url'>Milo Hennen</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://www.youtube.com/watch?v=gZlbwvD02-Q' rel='external nofollow' class='url'>Business Insurance Tampa</a> writes: <strong>Links...</strong>

[...]Sites of interest we have a link to[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 7日</a>, <a href='http://peterkphoto.com/client-resources/client-testimonials/' rel='external nofollow' class='url'>Montreal wedding photographer reviews</a> writes: <strong>Gems form the internet...</strong>

[...]very few websites that happen to be detailed below, from our point of view are undoubtedly well worth checking out[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 8日</a>, <a href='http://www.personaltrainertools.com' rel='external nofollow' class='url'>fitness business and marketing</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 8日</a>, <a href='http://articletrump.com/seo-terminology-5-items-to-learn-about-seo/' rel='external nofollow' class='url'>read more about seo</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 8日</a>, <a href='http://www.amazon.com/gp/product/B0075PD5V4' rel='external nofollow' class='url'>skate ski boot</a> writes: <strong>Sites we Like…...</strong>

[...] Every once in a while we choose blogs that we read. Listed below are the latest sites that we choose [...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 8日</a>, <a href='http://rakeatoufnvincehenza.newsvine.com/_news/2012/02/07/10343848-resume-guide' rel='external nofollow' class='url'>resume</a> writes: <strong>Sources...</strong>

[...]check below, are some totally unrelated websites to ours, however, they are most trustworthy sources that we use[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 8日</a>, <a href='http://paininkidney.com/ksrr' rel='external nofollow' class='url'>pass kidney stones</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://www.youtube.com/watch?v=qWgmmAhMuHU' rel='external nofollow' class='url'>Scott Tucker Racing</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://musiccityinteractive.com/monday-funday-iphone%E2%80%99s-siri-virtual-assistant-vs-human-assistant/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Visitor recommendations...</strong>

[...]one of our visitors recently recommended the following website[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://thecoolmag.com/2011/06/french-montana-feat-rick-ross-wiz-khalifa-choppa-choppa-down-remix/' rel='external nofollow' class='url'>Scott Tucker CBS</a> writes: <strong>Websites we think you should visit...</strong>

[...]although websites we backlink to below are considerably not related to ours, we feel they are actually worth a go through, so have a look[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://www.PERSONALTRAINERCERTIFICATIONPROGRAM.COM' rel='external nofollow' class='url'>personal trainer certification</a> writes: <strong>Read was interesting, stay in touch…...</strong>

[...]please visit the sites we follow, including this one, as it represents our picks from the web[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://www.quechup.com/blog/entry/view/id/946901' rel='external nofollow' class='url'>book publishing</a> writes: <strong>Related…...</strong>

[...]just beneath, are numerous totally not related sites to ours, however, they are surely worth going over[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://www.pennyauctioncustomers.com' rel='external nofollow' class='url'>zeek rewards log in</a> writes: <strong>Awesome website...</strong>

[...]the time to read or visit the content or sites we have linked to below the[...]…...</li><li><a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">2012年, 二月 9日</a>, <a href='http://kinkycurlycurlingcustard050.wordpress.com/2012/02/08/proper-hair-care-tips-5-great-foods-for-healthful-hair/' rel='external nofollow' class='url'>Kinky curly curling custard Target</a> writes: <strong>Websites worth visiting...</strong>

[...]here are some links to sites that we link to because we think they are worth visiting[...]…...</li></ul><hr /><p>本文地址：<a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html">http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html</a>，转载原创文章请注明 <a href="http://zeuscn.net/">zEUScn.NET</a> ‖
      您可以直接 <a href="http://zeuscn.net/archives/2008/09/18/google-custom-search-for-your-blog.html#comments"title="to the comments">发布评论</a>
      </p>
    <p>Copyright©<a href="%%blogurl%%">zEUScn.NET</a>.Some rights reserved.</p>
(Digital Fingerprint:<br /> 05538bd2e0492fe803256b5788cfa6fd)
	<ul class="st-related-posts">
	<li><a href="http://zeuscn.net/archives/2007/06/24/zeusblogisreloading.html" title="zEUS.&#8217; Blog Is Reloading&#8230; (2007年, 六月 24日)">zEUS.&#8217; Blog Is Reloading&#8230;</a> (189)</li>
	<li><a href="http://zeuscn.net/archives/2009/07/22/optimize-the-header-for-wordpress.html" title="优化 header.php 加速 WordPress (2009年, 七月 22日)">优化 header.php 加速 WordPress</a> (95)</li>
	<li><a href="http://zeuscn.net/archives/2007/09/10/about-blog-seo.html" title="再谈博客和 SEO (2007年, 九月 10日)">再谈博客和 SEO</a> (8)</li>
	<li><a href="http://zeuscn.net/archives/2007/12/16/wow-theme-update.html" title="WOW Theme 更新 (2007年, 十二月 16日)">WOW Theme 更新</a> (1)</li>
	<li><a href="http://zeuscn.net/archives/2008/09/11/wordpress-cms-index.html" title="WordPress 较常用的首页文章 CMS 排版方法 (2008年, 九月 11日)">WordPress 较常用的首页文章 CMS 排版方法</a> (111)</li>
	<li><a href="http://zeuscn.net/archives/2009/06/23/501.html" title="501 (2009年, 六月 23日)">501</a> (20)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/08/collapsible-more-link.html" title="wordpress插件：More Link (2007年, 八月 8日)">wordpress插件：More Link</a> (91)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/11/update-sidebar-widget.html" title="WP自带sidebar widget的终极改造 (2007年, 八月 11日)">WP自带sidebar widget的终极改造</a> (36)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/07/blog-seo.html" title="针对博客的5招简单SEO优化方法 (2007年, 八月 7日)">针对博客的5招简单SEO优化方法</a> (28)</li>
	<li><a href="http://zeuscn.net/archives/2007/08/06/mistakes-i-made-in-blogging.html" title="响应“我在写博客过程中犯过的N个错误” (2007年, 八月 6日)">响应“我在写博客过程中犯过的N个错误”</a> (14)</li>
</ul>

]]></content:encoded>
	<br />
<b>Fatal error</b>:  Maximum execution time of 30 seconds exceeded in <b>E:\zeuscn.net\wp-includes\feed-rss2.php</b> on line <b>49</b><br />
<br />
<b>Fatal error</b>:  Maximum execution time of 30 seconds exceeded in <b>E:\zeuscn.net\wp-includes\wp-db.php</b> on line <b>502</b><br />

