<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alan&#039;s World &#187; Bread Crumb</title>
	<atom:link href="http://www.alanoy.com/tag/bread-crumb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alanoy.com</link>
	<description>Do what you want to do</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>关于DarkLight的相关文章和Bread Crumb样式</title>
		<link>http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/</link>
		<comments>http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:38:21 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Bread Crumb]]></category>
		<category><![CDATA[DarkLight]]></category>
		<category><![CDATA[Related Posts]]></category>

		<guid isPermaLink="false">http://www.alanoy.com/?p=53</guid>
		<description><![CDATA[首先提个与本文章内容无关的，发现太多朋友喜欢去掉版权信息了，想不明白，版权信息就那么碍眼？？！像 Jinwen 说的朋友加油，加个版权链接磊落点吧，囧rz。 好了，进入正题，关于我自用的 DarkLight 主题中相关文章和文章顶部导航的样式问题，由于每个 WordPress 用户的使用习惯不同，而且这两个效果都需要插件支持，所以没有在 DarkLight 发布版中放入代码和使用方法，不过最近挺多人询问关于这两个样式如何实现，于是在此把这两个样式的实现和相关的插件作下说明。PS，昨天有位朋友问了顶部 Breadcrumb 的实现问题，忘了把 CSS 代码给你了，你再看看这篇文章添加进去吧。 相关文章，需要 Simple Tags 插件支持。 在 single.php 文件中找到 ，在其后面加入以下代码： 12345678&#60;div class=&#34;related_post&#34;&#62; &#160; &#160; &#60;div class=&#34;related_post_mid&#34;&#62; &#160; &#160; &#160; &#160; &#60;?php if &#40;function_exists&#40;'st_get_related_posts'&#41;&#41;&#123;;?&#62; &#160; &#160; &#160; &#160; &#60;?php st_related_posts&#40;'number=5&#38;title=&#60;h4&#62;Related Posts&#60;/h4&#62;&#38;nopoststext=&#60;strong&#62;&#60;em&#62;No Related Posts&#60;/em&#62;&#60;/strong&#62;&#38;include_page=false&#38;order=random&#38;xformat=%title% (%post_comment%)&#60;p&#62;%post_excerpt%&#60;/p&#62;&#38;except_wrap=5');?&#62; &#160; &#160; &#160; &#160; &#60;?php &#125; ;?&#62; &#160; &#160; &#60;/div&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>首先提个与本文章内容无关的，发现太多朋友喜欢去掉版权信息了，想不明白，版权信息就那么碍眼？？！像 <a href="http://www.saywp.com" rel="nofollow">Jinwen</a> 说的<a href="http://www.saywp.com/freetalk/why-not-add-me-a-author-link-for-my-wordpress-theme.html" rel="nofollow">朋友加油，加个版权链接磊落点</a>吧，囧rz。<span id="more-53"></span></p>
<p>好了，进入正题，关于我自用的 DarkLight 主题中相关文章和文章顶部导航的样式问题，由于每个 WordPress 用户的使用习惯不同，而且这两个效果都需要插件支持，所以没有在 DarkLight 发布版中放入代码和使用方法，不过最近挺多人询问关于这两个样式如何实现，于是在此把这两个样式的实现和相关的插件作下说明。PS，昨天有位朋友问了顶部 Breadcrumb 的实现问题，忘了把 CSS 代码给你了，你再看看这篇文章添加进去吧。</p>
<ul>
<li>相关文章，需要 <a href="http://wordpress.org/extend/plugins/simple-tags" rel="nofollow" title="Simple Tags">Simple Tags</a> 插件支持。<br />
在 single.php 文件中找到 <!-- [entrymeta2] -->，在其后面加入以下代码：</p>
<div class="codecolorer-container html4strict dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;related_post&quot;</span>&gt;</span><br />
&nbsp; &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;related_post_mid&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php if <span style="color: #66cc66;">&#40;</span>function_exists<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'st_get_related_posts'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span>;?&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php st_related_posts<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'number=5&amp;title=&lt;h4&gt;</span></span>Related Posts<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">h4</span>&gt;</span><span style="color: #ddbb00;">&amp;nopoststext=&lt;strong&gt;&lt;em&gt;No Related Posts&lt;/em&gt;&lt;/strong&gt;&amp;include_page=false&amp;order=random&amp;xformat=%title% (%post_comment%)&lt;p&gt;%post_excerpt%&lt;/p&gt;&amp;except_wrap=5');</span>?&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009900;">&lt;?php <span style="color: #66cc66;">&#125;</span> ;?&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
&nbsp; &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;related_post_bottom&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></div></td></tr></tbody></table></div>
<p>CSS 已经在发布版的主题中了（并没有去掉，哈哈），这样就跟我自用的样式一致了。</li>
<li>Bread Crumb 导航，需要 <a href="http://mtekk.weblogs.us/code/breadcrumb-navxt/" rel="nofollow" title="Breadcrumb NavXT">Breadcrumb NavXT</a> 插件支持。<br />
首先在 single.php 中找到 <code class="codecolorer php dawn codes"><span class="php"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span>have_posts<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> the_post<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></code>，在其前面加入以下代码：</p>
<div class="codecolorer-container html4strict dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br /></div></td><td><div class="html4strict codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;breadcrumb&quot;</span>&gt;</span><br />
&nbsp; &nbsp; <span style="color: #009900;">&lt;?php</span><br />
<span style="color: #009900;"> &nbsp; &nbsp; &nbsp; &nbsp;if<span style="color: #66cc66;">&#40;</span>function_exists<span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">'bcn_display'</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span></span><br />
<span style="color: #009900;">&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</span></span><br />
<span style="color: #009900;">&nbsp; &nbsp; &nbsp; &nbsp; bcn_display<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</span><br />
<span style="color: #009900;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></span><br />
<span style="color: #009900;"> &nbsp; &nbsp;?&gt;</span><br />
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span><br />
<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;clear&quot;</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></div></td></tr></tbody></table></div>
<p>其次，在 style.css 文件中加入以下样式：</p>
<div class="codecolorer-container css dawn codes" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:98%;height:480px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br /></div></td><td><div class="css codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #6666ff;">.breadcrumb</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">padding-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">10px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">13px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">27px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/entrybottom.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">repeat-x</span> <span style="color: #cc66cc;">0</span> <span style="color: #000000; font-weight: bold;">bottom</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">font-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">italic</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #00AA00;">*</span> html <span style="color: #6666ff;">.breadcrumb</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">27px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><span style="color: #808080; font-style: italic;">/*ie6*/</span><br />
<span style="color: #6666ff;">.breadcrumb</span> span <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">float</span><span style="color: #00AA00;">:</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">8px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.breadcrumb</span> a<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.breadcrumb</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#CCCCCC</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.breadcrumb</span> a<span style="color: #3333ff;">:hover </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">underline</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.bread_home</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">text-indent</span><span style="color: #00AA00;">:</span> <span style="color: #933;">-99999em</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.bread_home</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">margin-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">6px</span> !important<span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.bread_home</span> a<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.bread_home</span> a<span style="color: #3333ff;">:visited </span><span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000; font-style: italic;">images/bread_home.png</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span><br />
<span style="color: #6666ff;">.bread_current</span> <span style="color: #00AA00;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#EEEEEE</span><span style="color: #00AA00;">;</span><br />
<span style="color: #00AA00;">&#125;</span></div></td></tr></tbody></table></div>
<p>最后，在 WordPress 后台的 Breadcrumb NavXT 设置 General 下的：<br />
- Breadcrumb Separator: <code class="codecolorer html4strict dawn codes"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;bread_sep&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">em</span>&gt;</span><span style="color: #ddbb00;">&amp;gt;</span> <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">em</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></span></code><br />
- Home Prefix: <code class="codecolorer html4strict dawn codes"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">span</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;bread_home&quot;</span>&gt;</span></span></code><br />
- Home Suffix: <code class="codecolorer html4strict dawn codes"><span class="html4strict"><span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">span</span>&gt;</span></span></code><br />
当然你可以在其他页面添加类似导航，代码的放置类似，后台设置简单明了，自己摸索了。</li>
</ul>
<h4  class="related_post_title">Related Posts</h4><ul class="related_post"><li><a href="http://www.alanoy.com/opacity-and-links-background-of-images-of-darklight-and-g-white-theme/" title="DarkLight和G-White主题的图片透明效果和超链接背景">DarkLight和G-White主题的图片透明效果和超链接背景</a> (13)<br /><small>DarkLight 和 G-White 主题中我都加了图片透明效果，现在看来有点蛋疼，许多童鞋问我如...</small></li><li><a href="http://www.alanoy.com/jquery-image-tooltip/" title="jQuery 给图片添加标题提示">jQuery 给图片添加标题提示</a> (21)<br /><small>在进入正题之前，先提提 [cci]img[/cci] 标签的 alt 属性和 title 属性。al...</small></li><li><a href="http://www.alanoy.com/jquery-tab/" title="jQuery 实现网页选项卡">jQuery 实现网页选项卡</a> (27)<br /><small>很多网站都有使用网页选项卡，最常见的就是博客的侧边栏上，比如把最新文章、随机文章、最受欢迎文章三项集...</small></li><li><a href="http://www.alanoy.com/wordpress-theme-darklight-3/" title="Wordpress主题：DarkLight 3.0">Wordpress主题：DarkLight 3.0</a> (61)<br /><small>当有了计划，马上就想去完成它，但我也没想到这么快，大概主题结构的折腾少了的缘故吧。Twenty Te...</small></li><li><a href="http://www.alanoy.com/use-jquery-to-hide-the-comment-author-info-for-commented-users/" title="jQuery 隐藏老用户评论资料框">jQuery 隐藏老用户评论资料框</a> (10)<br /><small>之前一直用的是 xiaorsz 的方法来隐藏老用户评论资料框，包括我发布的 DarkLight 和 ...</small></li><li><a href="http://www.alanoy.com/about-new-darklight-theme/" title="关于DarkLight主题新版本的开发">关于DarkLight主题新版本的开发</a> (18)<br /><small>在 G-White 更新到 v2.4 后，其实前阵子还是在对 G-White 进行修改，因为主题的结...</small></li></ul><hr />
<p>© Alan for <a href="http://www.alanoy.com">Alan&#039;s World</a>, 2009. |
<a href="http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/">Permalink</a> |
<a href="http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/#comments">68 comments</a><br />
Add to <a href="http://del.icio.us/post?url=http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/&title=关于DarkLight的相关文章和Bread Crumb样式">del.icio.us</a> | <a href="http://www.google.com/bookmarks/mark?op=add&bkmk=http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/&title=关于DarkLight的相关文章和Bread Crumb样式" alt="Google Bookmark" title="add to google bookmark">Google Bookmark</a> | <a href="http://digg.com/submit?phase=2&url=http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/&title=关于DarkLight的相关文章和Bread Crumb样式" alt="Digg" title="add to Digg">Digg</a> | <a href="https://favorites.live.com/quickadd.aspx?url=http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/&title=关于DarkLight的相关文章和Bread Crumb样式" alt="Live Bookmark" title="add to Live Bookmark">Live Bookmark</a> | <a href="http://www.facebook.com/share.php?u=http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/&title=关于DarkLight的相关文章和Bread Crumb样式" alt="Facebook" title="add to Facebook">Facebook</a>  
<br/>
Post tags: <a href="http://www.alanoy.com/tag/bread-crumb/" rel="tag">Bread Crumb</a>, <a href="http://www.alanoy.com/tag/darklight/" rel="tag">DarkLight</a>, <a href="http://www.alanoy.com/tag/related-posts/" rel="tag">Related Posts</a>, <a href="http://www.alanoy.com/tag/tutorial/" rel="tag">Tutorial</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.alanoy.com/styles-of-related-posts-and-bread-crumb/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>
