<?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: Create a Breadcrumb Trail</title>
	<atom:link href="http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/</link>
	<description>Blog Themes, Blog Design &#38; Daily Blog Tips</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:16:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Jackie Peters</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-353315</link>
		<dc:creator>Jackie Peters</dc:creator>
		<pubDate>Thu, 21 Oct 2010 19:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-353315</guid>
		<description>Thanks for posting! This worked better than anything else I&#039;ve looked at. 
My recent post &lt;a href=&quot;http://jackiepeters.info/dymo-2-cents-campaign/&quot; rel=&quot;nofollow&quot;&gt;DYMO  2 Cents Campaign&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Thanks for posting! This worked better than anything else I&#039;ve looked at.<br />
My recent post <a href="http://jackiepeters.info/dymo-2-cents-campaign/" rel="nofollow">DYMO  2 Cents Campaign</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miklas</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-319271</link>
		<dc:creator>Miklas</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-319271</guid>
		<description>Is there a way to get the breadcrumb in reverse order? So it reads &lt;b&gt;&quot;posttitle &lt;- subcategory &lt;- category &lt;- home&quot;&lt;/b&gt; instead of the usual left to right?&lt;/b&gt; </description>
		<content:encoded><![CDATA[<p>Is there a way to get the breadcrumb in reverse order? So it reads <b>&quot;posttitle &lt;- subcategory &lt;- category &lt;- home&quot;&lt;/b&gt; instead of the usual left to right?</b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-319082</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Fri, 13 Mar 2009 03:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-319082</guid>
		<description>To specifically get the menu labels from my page menu editor you would use the following to access the specific page menu label: 
 
&lt;code&gt;get_post_meta($pid, &#039;menulabel&#039;, true)&lt;/code&gt; 
 
So on the final code above you could replace line 10 with  
 
&lt;code&gt;$bcarray[] = &quot; &#187; &quot;.get_post_meta($pid, &#039;menulabel&#039;, true).&quot;
&quot;;&lt;/code&gt; </description>
		<content:encoded><![CDATA[<p>To specifically get the menu labels from my page menu editor you would use the following to access the specific page menu label:</p>
<p>&lt;code&gt;get_post_meta($pid, &#39;menulabel&#39;, true)&lt;/code&gt;</p>
<p>So on the final code above you could replace line 10 with </p>
<p>&lt;code&gt;$bcarray[] = &quot; &raquo; &quot;.get_post_meta($pid, &#39;menulabel&#39;, true).&quot;<br />
&quot;;&lt;/code&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ElShaddai Edwards</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-319030</link>
		<dc:creator>ElShaddai Edwards</dc:creator>
		<pubDate>Thu, 12 Mar 2009 11:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-319030</guid>
		<description>Thank you for this post - I am looking forward to digging into the code!  
 
I am currently working with your Page Menu Editor plugin and have alternate (less verbose) page titles defined for my nav menus - will the breadcrumb function above use the alternate titles as defined in your plugin, or will it use the default WP page titles? If the latter, is there any way to use the alternate titles in a breadcrumb? </description>
		<content:encoded><![CDATA[<p>Thank you for this post &#8211; I am looking forward to digging into the code! </p>
<p>I am currently working with your Page Menu Editor plugin and have alternate (less verbose) page titles defined for my nav menus &#8211; will the breadcrumb function above use the alternate titles as defined in your plugin, or will it use the default WP page titles? If the latter, is there any way to use the alternate titles in a breadcrumb?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YoU</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318923</link>
		<dc:creator>YoU</dc:creator>
		<pubDate>Tue, 10 Mar 2009 08:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318923</guid>
		<description>Thank you very much Sarah! It works like a charm! 
 
I added the code just after the line 23 (instead of remove it) and it showed the post title after the category name. 
 
I implement the style to make it like an apple.com one, you can have a look at it on my &lt;a href=&quot;http://theakiba.com/demo&quot; rel=&quot;nofollow&quot;&gt;test bed (at the bottom)&lt;/a&gt;. </description>
		<content:encoded><![CDATA[<p>Thank you very much Sarah! It works like a charm!</p>
<p>I added the code just after the line 23 (instead of remove it) and it showed the post title after the category name.</p>
<p>I implement the style to make it like an apple.com one, you can have a look at it on my <a href="http://theakiba.com/demo" rel="nofollow">test bed (at the bottom)</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bestwebmastertool.com</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318907</link>
		<dc:creator>bestwebmastertool.com</dc:creator>
		<pubDate>Tue, 10 Mar 2009 08:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318907</guid>
		<description>[...] week I wrote about creating a breadcrumb trail, explaining how to do this for your front page, static Page and single post page. This leaves us [...]</description>
		<content:encoded><![CDATA[<p>[...] week I wrote about creating a breadcrumb trail, explaining how to do this for your front page, static Page and single post page. This leaves us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318914</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 10 Mar 2009 03:34:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318914</guid>
		<description>Sure, to add the post title at the end, on line 23 of the final code above, remove the substr() line (just remove the whole line), and replace it with 
 
&lt;code&gt;$pdata = get_post($pid);   
$trail .= &quot;&lt;a href=&#039;&quot;.get_permalink($pid).&quot;&#039;&gt;&quot;.$pdata-&gt;post_title.&quot;
&quot;; &lt;/code&gt; 
 
and that should do what you need :) </description>
		<content:encoded><![CDATA[<p>Sure, to add the post title at the end, on line 23 of the final code above, remove the substr() line (just remove the whole line), and replace it with</p>
<p>&lt;code&gt;$pdata = get_post($pid);  </p>
<p>$trail .= &quot;&lt;a href=&#39;&quot;.get_permalink($pid).&quot;&#39;&gt;&quot;.$pdata-&gt;post_title.&quot;<br />
&quot;; &lt;/code&gt;</p>
<p>and that should do what you need <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: YoU</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318903</link>
		<dc:creator>YoU</dc:creator>
		<pubDate>Tue, 10 Mar 2009 00:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318903</guid>
		<description>Love the tutorial! 
 
PS. I&#039;m not a coder, is there any way to add post title after the category name? You omit this part because of it may create a long breadcrumb trail. </description>
		<content:encoded><![CDATA[<p>Love the tutorial!</p>
<p>PS. I&#39;m not a coder, is there any way to add post title after the category name? You omit this part because of it may create a long breadcrumb trail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken the tech</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318612</link>
		<dc:creator>Ken the tech</dc:creator>
		<pubDate>Sun, 01 Mar 2009 20:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318612</guid>
		<description>Thanks! You give me the idea of breadcrumb and of course the solution. Nice tutorial :) </description>
		<content:encoded><![CDATA[<p>Thanks! You give me the idea of breadcrumb and of course the solution. Nice tutorial <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Create a Breadcrumb Trail II</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318544</link>
		<dc:creator>Create a Breadcrumb Trail II</dc:creator>
		<pubDate>Sun, 01 Mar 2009 15:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318544</guid>
		<description>[...] week I wrote about creating a breadcrumb trail, explaining how to do this for your front page, static Page and single post page. This leaves us [...]</description>
		<content:encoded><![CDATA[<p>[...] week I wrote about creating a breadcrumb trail, explaining how to do this for your front page, static Page and single post page. This leaves us [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weekend Links - Feb 28, 2009 &#124; OMNINOGGIN</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318470</link>
		<dc:creator>Weekend Links - Feb 28, 2009 &#124; OMNINOGGIN</dc:creator>
		<pubDate>Sat, 28 Feb 2009 23:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318470</guid>
		<description>[...] Create a Breadcrumb Trail - Written by Sarah from Stuff By Sarah Adding a breadcrumb trail to your WordPress site is fairly easy to do. Yes, before anyone mentions it, &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Create a Breadcrumb Trail &#8211; Written by Sarah from Stuff By Sarah Adding a breadcrumb trail to your WordPress site is fairly easy to do. Yes, before anyone mentions it, &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Portland Web Design</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318141</link>
		<dc:creator>Portland Web Design</dc:creator>
		<pubDate>Tue, 24 Feb 2009 00:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318141</guid>
		<description>Wow, excellent documentation on the process.  Most people I know that are set up on Wordpress are strictly using pre-built themes and plugins since they&#039;re not technically apt.  Great resource for the custom developer or newbie tweaker. :) </description>
		<content:encoded><![CDATA[<p>Wow, excellent documentation on the process.  Most people I know that are set up on WordPress are strictly using pre-built themes and plugins since they&#39;re not technically apt.  Great resource for the custom developer or newbie tweaker. <img src='http://www.bloggingtips.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318101</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Sun, 22 Feb 2009 18:24:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318101</guid>
		<description>Thanks for this post - tried it out and got my breadcrumb working perfectly! Did a few tweaks here and there and I&#039;m so pleased with the result. Really am glad I stumbled upon this post. </description>
		<content:encoded><![CDATA[<p>Thanks for this post &#8211; tried it out and got my breadcrumb working perfectly! Did a few tweaks here and there and I&#39;m so pleased with the result. Really am glad I stumbled upon this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Creating a Breadcrumb Trail :: Stuff by Sarah</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318074</link>
		<dc:creator>Creating a Breadcrumb Trail :: Stuff by Sarah</dc:creator>
		<pubDate>Sun, 22 Feb 2009 15:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318074</guid>
		<description>[...] the full post - Create a Breadcrumb Trail on [...]</description>
		<content:encoded><![CDATA[<p>[...] the full post &#8211; Create a Breadcrumb Trail on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Anderson</title>
		<link>http://www.bloggingtips.com/2009/02/22/create-a-breadcrumb-trail/#comment-318084</link>
		<dc:creator>Will Anderson</dc:creator>
		<pubDate>Sun, 22 Feb 2009 12:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.bloggingtips.com/?p=5647#comment-318084</guid>
		<description>You have a good point with the extra db call. Since this is presumably going in functions.php I guess hard coding the URL wouldn&#039;t be the end of the world. </description>
		<content:encoded><![CDATA[<p>You have a good point with the extra db call. Since this is presumably going in functions.php I guess hard coding the URL wouldn&#39;t be the end of the world.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

