<?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: Creating Breadcrumb Navigation in WordPress</title>
	<atom:link href="http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/</link>
	<description>Ramblings of a Computer Scientist</description>
	<lastBuildDate>Fri, 21 May 2010 02:32:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: pd</title>
		<link>http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/comment-page-1/#comment-396</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/?p=312#comment-396</guid>
		<description>Excellent bit of work that, thanks for sharing. It saved an awful lot of time.

Cheers

Paul</description>
		<content:encoded><![CDATA[<p>Excellent bit of work that, thanks for sharing. It saved an awful lot of time.</p>
<p>Cheers</p>
<p>Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joakim Nystrom</title>
		<link>http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/comment-page-1/#comment-335</link>
		<dc:creator>Joakim Nystrom</dc:creator>
		<pubDate>Tue, 18 Aug 2009 21:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/?p=312#comment-335</guid>
		<description>Finally! This have driven me insane. Big thanx! This helps out a lot!</description>
		<content:encoded><![CDATA[<p>Finally! This have driven me insane. Big thanx! This helps out a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shae</title>
		<link>http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/comment-page-1/#comment-261</link>
		<dc:creator>shae</dc:creator>
		<pubDate>Fri, 01 May 2009 20:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/?p=312#comment-261</guid>
		<description>thanks! exactly what I was looking for.

I changed it slightly so that the CURRENT page, is no longer hyperlinked:

foreach ( $trail as $page){
			// print the link to the current page in the foreach
			if ($page-&gt;ID==$post-&gt;ID) {
			echo &quot;ID}&#039; &gt;$separator{$page-&gt;post_title}\n&quot;;
		    } else {
			echo &quot;ID}&#039; &gt;$separator&lt;a&gt;ID ) . &quot;&#039;&gt;{$page-&gt;post_title}&lt;/a&gt;\n&quot;;
			}
		}</description>
		<content:encoded><![CDATA[<p>thanks! exactly what I was looking for.</p>
<p>I changed it slightly so that the CURRENT page, is no longer hyperlinked:</p>
<p>foreach ( $trail as $page){<br />
			// print the link to the current page in the foreach<br />
			if ($page-&gt;ID==$post-&gt;ID) {<br />
			echo &#8220;ID}&#8217; &gt;$separator{$page-&gt;post_title}\n&#8221;;<br />
		    } else {<br />
			echo &#8220;ID}&#8217; &gt;$separator<a>ID ) . &#8220;&#8216;&gt;{$page-&gt;post_title}</a>\n&#8221;;<br />
			}<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ways of Creating Breadcrumbs in Wordpress - Wordpress Article by Addicott Web, Chicago Web Design &#38; Web Consulting</title>
		<link>http://www.itsananderson.com/2008/12/creating-breadcrumb-navigation-in-wordpress/comment-page-1/#comment-259</link>
		<dc:creator>Ways of Creating Breadcrumbs in Wordpress - Wordpress Article by Addicott Web, Chicago Web Design &#38; Web Consulting</dc:creator>
		<pubDate>Wed, 29 Apr 2009 16:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.itsananderson.com/?p=312#comment-259</guid>
		<description>[...] Wordpress Breadcrumbs [...]</description>
		<content:encoded><![CDATA[<p>[...] WordPress Breadcrumbs [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
