<?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: Add Breadcrumb Navigation to Any WordPress Theme — Without a Plugin!</title>
	<atom:link href="http://fwebde.com/wordpress/wordpress-breadcrumb/feed/" rel="self" type="application/rss+xml" />
	<link>http://fwebde.com/wordpress/wordpress-breadcrumb/</link>
	<description>Helping people to make fantastic websites, whether you are a designer, a developer, or someone just who loves websites.</description>
	<lastBuildDate>Fri, 15 Jul 2011 11:19:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-3813</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Thu, 31 Mar 2011 21:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-3813</guid>
		<description>The code&#039;s free to use or modify and distribute for anyone.</description>
		<content:encoded><![CDATA[<p>The code's free to use or modify and distribute for anyone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-3812</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 31 Mar 2011 20:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-3812</guid>
		<description>Thanks for sharing this.  What is the license for this?</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this.  What is the license for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-2151</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Mon, 29 Nov 2010 01:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-2151</guid>
		<description>Well a quick way to handle it would be to create a separate template file called home.php, and not include the breadcrumb code in that file.

Alternatively, you can wrap an &lt;code&gt;if&lt;/code&gt; statement around the breadcrumb code, using &lt;code&gt;is_front_page()&lt;/code&gt;, like so:

&lt;pre lang=&quot;PHP&quot;&gt;
&lt; ?php if (is_front_page()): ?&gt;
&lt;!-- breadcrumb code here --&gt;
&lt; ?php endif; ?&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Well a quick way to handle it would be to create a separate template file called home.php, and not include the breadcrumb code in that file.</p>
<p>Alternatively, you can wrap an <code>if</code> statement around the breadcrumb code, using <code>is_front_page()</code>, like so:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>is_front_page<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: #000000; font-weight: bold;">?&gt;</span>
<span style="color: #339933;">&lt;!--</span> breadcrumb code here <span style="color: #339933;">--&gt;</span>
<span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: Lea</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-2150</link>
		<dc:creator>Lea</dc:creator>
		<pubDate>Sun, 28 Nov 2010 22:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-2150</guid>
		<description>Hi Eric, thanks for this - it works perfectly. I&#039;ve been trying to find a workaround to a plugin for some time, and yours is the first code I&#039;ve come across that works so smoothly.

I&#039;m having a small problem that I&#039;m hoping you can help me with - the site I&#039;m using this on has a static front page (it&#039;s a custom part of the theme and isn&#039;t a standard post or page), and I don&#039;t want the breadcrumb appearing there. Is there any way to fix that?

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Eric, thanks for this - it works perfectly. I've been trying to find a workaround to a plugin for some time, and yours is the first code I've come across that works so smoothly.</p>
<p>I'm having a small problem that I'm hoping you can help me with - the site I'm using this on has a static front page (it's a custom part of the theme and isn't a standard post or page), and I don't want the breadcrumb appearing there. Is there any way to fix that?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-2001</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Fri, 30 Jul 2010 17:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-2001</guid>
		<description>You&#039;ll have to be more specific, everything works fine for me.

What doesn&#039;t work? Does it not display everything? I haven&#039;t tested this in the latest versions of WordPress, so that could be the problem, but I somewhat doubt that.

Perhaps it&#039;s incompatible with the theme you&#039;re using? You may have put it in a place that isn&#039;t displayed on the theme you&#039;re using.</description>
		<content:encoded><![CDATA[<p>You'll have to be more specific, everything works fine for me.</p>
<p>What doesn't work? Does it not display everything? I haven't tested this in the latest versions of WordPress, so that could be the problem, but I somewhat doubt that.</p>
<p>Perhaps it's incompatible with the theme you're using? You may have put it in a place that isn't displayed on the theme you're using.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesh</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-1999</link>
		<dc:creator>Venkatesh</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-1999</guid>
		<description>This code is not working....</description>
		<content:encoded><![CDATA[<p>This code is not working....</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-1975</link>
		<dc:creator>daniel</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-1975</guid>
		<description>Thanks,

works perfect. Was looking for a while for a code that would show the full path (including ancestor pages) in breadcrumb... This simply does the trick...</description>
		<content:encoded><![CDATA[<p>Thanks,</p>
<p>works perfect. Was looking for a while for a code that would show the full path (including ancestor pages) in breadcrumb... This simply does the trick...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fro</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-1954</link>
		<dc:creator>Fro</dc:creator>
		<pubDate>Sat, 19 Jun 2010 23:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-1954</guid>
		<description>Works great!

Thank you for this. I was looking for a while for something like this.</description>
		<content:encoded><![CDATA[<p>Works great!</p>
<p>Thank you for this. I was looking for a while for something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bannatyne</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-1601</link>
		<dc:creator>Eric Bannatyne</dc:creator>
		<pubDate>Thu, 20 May 2010 23:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-1601</guid>
		<description>I was not aware of that. But yeah, you can easily integrate them right into the PHP code. Just add it to the beginning of each &lt;code&gt;&lt;li&gt;&lt;/code&gt; tag, and adjust the CSS if needed to make sure that it looks nice. Alternatively, you could also use it as a list bullet image, using CSS.</description>
		<content:encoded><![CDATA[<p>I was not aware of that. But yeah, you can easily integrate them right into the PHP code. Just add it to the beginning of each <code>&lt;li&gt;</code> tag, and adjust the CSS if needed to make sure that it looks nice. Alternatively, you could also use it as a list bullet image, using CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pictrix</title>
		<link>http://fwebde.com/wordpress/wordpress-breadcrumb/comment-page-1/#comment-1599</link>
		<dc:creator>Pictrix</dc:creator>
		<pubDate>Thu, 20 May 2010 19:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://fwebde.com/?p=749#comment-1599</guid>
		<description>It works beautifully...but not in IE8.  
Instead of displaying: 
&quot;Homepage &gt; Subpage &gt; Sub-subpage&quot;,
it just displays: 
&quot;Homepage Subpage Sub-subpage&quot;, without the &quot; &gt; &quot; symbol.  It seems that it doesn&#039;t understand the CSS for displaying the &quot; &gt; &quot;.  
Is it possible to integrate these symbols to the PHP code?</description>
		<content:encoded><![CDATA[<p>It works beautifully...but not in IE8.<br />
Instead of displaying:<br />
"Homepage &gt; Subpage &gt; Sub-subpage",<br />
it just displays:<br />
"Homepage Subpage Sub-subpage", without the " &gt; " symbol.  It seems that it doesn't understand the CSS for displaying the " &gt; ".<br />
Is it possible to integrate these symbols to the PHP code?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

