<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Breadcrumbs 404 - Choices</title>
		<link>http://www.kriesi.at/support/topic/breadcrumbs-404-choices</link>
		<description>Support Forum - Topic: Breadcrumbs 404 - Choices</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 21:34:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/breadcrumbs-404-choices" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Breadcrumbs 404 - Choices"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-404-choices#post-73755</link>
			<pubDate>Fri, 31 Aug 2012 06:41:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">73755@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up choices\framework\php\class-breadcrumb.php and replace following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$post_type = $post-&#38;gt;post_type;
		$parent = $post-&#38;gt;post_parent;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$post_type = $post-&#38;gt;post_type;

		$poststatus = get_post_status($post-&#38;gt;post_parent);
		if ( $poststatus == &#38;#39;publish&#38;#39; &#124;&#124; $poststatus == &#38;#39;private&#38;#39; &#124;&#124; $poststatus == &#38;#39;inherit&#38;#39;)
		{
			$parent = $post-&#38;gt;post_parent;
		}
		else
		{
			$parent = &#38;#39;&#38;#39;;
		}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>bmenecola on "Breadcrumbs 404 - Choices"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-404-choices#post-73738</link>
			<pubDate>Fri, 31 Aug 2012 03:11:19 +0000</pubDate>
			<dc:creator>bmenecola</dc:creator>
			<guid isPermaLink="false">73738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK here is my issue. I recently built a new site for a client on the Choices platform. Our main section topics are null links in some areas built using the Wordpress Menu area. However this is causing a issue with our breadcrumbs. Case in point...&#60;br /&#62;
&#60;a href=&#34;http://www.opticanetworktechnologies.com/case-studies/ericsson/&#34; rel=&#34;nofollow&#34;&#62;http://www.opticanetworktechnologies.com/case-studies/ericsson/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you click on 'case studies' in the breadcrumbs it goes to an unpublished 'case studies' page. Now if I actually delete this page then the link actually goes 404. I would think that if the parent page is removed in the pages area then it would automatically update itself. &#60;/p&#62;
&#60;p&#62;Basically I need to be able to maintain the breadcrumbs functionality but for the parent sections just null (#) link out as just a container section.&#60;/p&#62;
&#60;p&#62;Any help would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
