<?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: Revisited: Showing Events and Venues in Breadcrumbs</title>
	<atom:link href="http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/feed/" rel="self" type="application/rss+xml" />
	<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/</link>
	<description>WordPress event plugins for people who kick ass</description>
	<lastBuildDate>Sun, 26 May 2013 06:17:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Jonah West</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-6497</link>
		<dc:creator>Jonah West</dc:creator>
		<pubDate>Fri, 14 Sep 2012 14:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-6497</guid>
		<description><![CDATA[Hi Kathryn,

This beadcrumbs class was never meant to be a full breadcrumb solution and we can&#039;t guarantee that it&#039;s going to handle 100% every permutation out there. My suggestion for a more full solution would be something like: http://wordpress.org/extend/plugins/breadcrumb-navxt/. 

That being said, I wrangled the code a bit more, adding a function to be able to check for parent pages, and conditionally checking if a page has a parent page and if it does, include that in the breadcrumb trail. I hope that helps!

- Jonah]]></description>
		<content:encoded><![CDATA[<p>Hi Kathryn,</p>
<p>This beadcrumbs class was never meant to be a full breadcrumb solution and we can&#8217;t guarantee that it&#8217;s going to handle 100% every permutation out there. My suggestion for a more full solution would be something like: <a href="http://wordpress.org/extend/plugins/breadcrumb-navxt/" rel="nofollow">http://wordpress.org/extend/plugins/breadcrumb-navxt/</a>. </p>
<p>That being said, I wrangled the code a bit more, adding a function to be able to check for parent pages, and conditionally checking if a page has a parent page and if it does, include that in the breadcrumb trail. I hope that helps!</p>
<p>- Jonah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathryn</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-6494</link>
		<dc:creator>Kathryn</dc:creator>
		<pubDate>Fri, 14 Sep 2012 03:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-6494</guid>
		<description><![CDATA[I have tried out the code above for the breadcrumbs, but it&#039;s not ready for ptime time!
If you are on a sub-sub page (not event-regular pages) you get the home and the current page in the breadcrumb - but you don&#039;t get the page(s) in the middle still

Any clues?]]></description>
		<content:encoded><![CDATA[<p>I have tried out the code above for the breadcrumbs, but it&#8217;s not ready for ptime time!<br />
If you are on a sub-sub page (not event-regular pages) you get the home and the current page in the breadcrumb &#8211; but you don&#8217;t get the page(s) in the middle still</p>
<p>Any clues?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-6182</link>
		<dc:creator>Jonah</dc:creator>
		<pubDate>Mon, 02 Jul 2012 22:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-6182</guid>
		<description><![CDATA[Hi Tony,

I just revised the code above. Want to try out the new code and let us know how it goes?

Thanks,
Jonah]]></description>
		<content:encoded><![CDATA[<p>Hi Tony,</p>
<p>I just revised the code above. Want to try out the new code and let us know how it goes?</p>
<p>Thanks,<br />
Jonah</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-6181</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 02 Jul 2012 17:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-6181</guid>
		<description><![CDATA[Realised why the above code doesn&#039;t work now: it&#039;s because it is using character entities so if you copy and paste it, it just renders as text.

Also, the code doesn&#039;t work anyway, even if you change all the character entities. On the listview page it shows home &gt;&gt; events &gt;&gt; first even on the list.]]></description>
		<content:encoded><![CDATA[<p>Realised why the above code doesn&#8217;t work now: it&#8217;s because it is using character entities so if you copy and paste it, it just renders as text.</p>
<p>Also, the code doesn&#8217;t work anyway, even if you change all the character entities. On the listview page it shows home &gt;&gt; events &gt;&gt; first even on the list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-6180</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Mon, 02 Jul 2012 14:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-6180</guid>
		<description><![CDATA[This breadcrumb code doesn&#039;t work. It puts the breadcrumb code in quotes so that it simply appears on the front end as a string of text/]]></description>
		<content:encoded><![CDATA[<p>This breadcrumb code doesn&#8217;t work. It puts the breadcrumb code in quotes so that it simply appears on the front end as a string of text/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon James</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-5841</link>
		<dc:creator>Simon James</dc:creator>
		<pubDate>Tue, 24 Apr 2012 18:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-5841</guid>
		<description><![CDATA[I&#039;m also using Yoast Breadcrumbs and I&#039;m not sure exactly which bits of codes to use from the above...? Hoping you can help.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m also using Yoast Breadcrumbs and I&#8217;m not sure exactly which bits of codes to use from the above&#8230;? Hoping you can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Ciske</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-5216</link>
		<dc:creator>Nick Ciske</dc:creator>
		<pubDate>Wed, 18 Jan 2012 18:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-5216</guid>
		<description><![CDATA[Mike,

We can&#039;t write breadcrumb code for every framework or situation, or we would just include it in a plugin or add-on. The code above is simply an example of how to go about it -- the rest is an exercise left to the reader.

RE: Yoast - &quot;or return the whole breadcrumb in a variable rather than print it&quot; -- which you could then overwrite with a custom taxonomy aware breadcrumb as needed before output (e.g. if the page requires it). Not the most elegant solution, but it would work.]]></description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>We can&#8217;t write breadcrumb code for every framework or situation, or we would just include it in a plugin or add-on. The code above is simply an example of how to go about it &#8212; the rest is an exercise left to the reader.</p>
<p>RE: Yoast &#8211; &#8220;or return the whole breadcrumb in a variable rather than print it&#8221; &#8212; which you could then overwrite with a custom taxonomy aware breadcrumb as needed before output (e.g. if the page requires it). Not the most elegant solution, but it would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-5214</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 18 Jan 2012 08:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-5214</guid>
		<description><![CDATA[Unfortunately this really doesn&#039;t work very well. I had to modify a lot of the code for the Woo Framework, and this breadcrumb code only displays the home level, and the current level - none of the parent levels.

The Yoast breadcrumb is good, but it doesn&#039;t display the custom taxonomies. 

Unfortunately Nick&#039;s reply isn&#039;t very helpful either. Yoast&#039;s description allows you to set a prefix or suffix,  or return the whole breadcrumb in a variable rather than print it. It certainly doesn&#039;t help to incorporate custom taxonomies.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately this really doesn&#8217;t work very well. I had to modify a lot of the code for the Woo Framework, and this breadcrumb code only displays the home level, and the current level &#8211; none of the parent levels.</p>
<p>The Yoast breadcrumb is good, but it doesn&#8217;t display the custom taxonomies. </p>
<p>Unfortunately Nick&#8217;s reply isn&#8217;t very helpful either. Yoast&#8217;s description allows you to set a prefix or suffix,  or return the whole breadcrumb in a variable rather than print it. It certainly doesn&#8217;t help to incorporate custom taxonomies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Ciske</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-4905</link>
		<dc:creator>Nick Ciske</dc:creator>
		<pubDate>Thu, 01 Dec 2011 14:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-4905</guid>
		<description><![CDATA[Tilo,

The answer is right on the page you linked to in the &quot;Advanced use of WordPress Breadcrumbs&quot; section.

You can use that piece of code to overwrite the Yoast generated breadcrumbs with some code extracted from the sample code above.]]></description>
		<content:encoded><![CDATA[<p>Tilo,</p>
<p>The answer is right on the page you linked to in the &#8220;Advanced use of WordPress Breadcrumbs&#8221; section.</p>
<p>You can use that piece of code to overwrite the Yoast generated breadcrumbs with some code extracted from the sample code above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tilo</title>
		<link>http://tri.be/using-conditionals-to-show-breadcrumbs-for-events-and-venues/#comment-4893</link>
		<dc:creator>Tilo</dc:creator>
		<pubDate>Tue, 29 Nov 2011 23:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://tri.be/?p=11198#comment-4893</guid>
		<description><![CDATA[I am using the Yoast Breadcrumbs (http://yoast.com/wordpress/breadcrumbs/). How can I integrate the code to this plugin?]]></description>
		<content:encoded><![CDATA[<p>I am using the Yoast Breadcrumbs (<a href="http://yoast.com/wordpress/breadcrumbs/" rel="nofollow">http://yoast.com/wordpress/breadcrumbs/</a>). How can I integrate the code to this plugin?</p>
]]></content:encoded>
	</item>
</channel>
</rss>