<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Dynamic Bread Crumbs</title>
	<atom:link href="http://trevordavis.net/blog/tutorial/dynamic-bread-crumbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevordavis.net/blog/tutorial/dynamic-bread-crumbs/</link>
	<description>Doing That Web Standards Thing</description>
	<lastBuildDate>Sun, 14 Mar 2010 01:57:03 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trevor</title>
		<link>http://trevordavis.net/blog/tutorial/dynamic-bread-crumbs/#comment-1699</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 26 Sep 2008 17:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=23#comment-1699</guid>
		<description>@Harris-
Sure, just change this line:
&lt;pre&gt;&lt;code&gt;for($i = 1; $i &lt; count($toks) - 1; $i++) {&lt;/code&gt;&lt;/pre&gt;

to this
&lt;pre&gt;&lt;code&gt;for($i = 1; $i &lt; count($toks) - 2; $i++) {&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Harris-<br />
Sure, just change this line:</p>
<pre><code>for($i = 1; $i < count($toks) - 1; $i++) {</code></code></pre>
<p>to this</p>
<pre><code>for($i = 1; $i < count($toks) - 2; $i++) {</code></code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harris</title>
		<link>http://trevordavis.net/blog/tutorial/dynamic-bread-crumbs/#comment-1684</link>
		<dc:creator>Harris</dc:creator>
		<pubDate>Wed, 24 Sep 2008 17:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://trevordavis.net/?p=23#comment-1684</guid>
		<description>Is there any way to have breadcrumbs but omit the current post?</description>
		<content:encoded><![CDATA[<p>Is there any way to have breadcrumbs but omit the current post?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
