<?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: breadcrumb links</title>
		<link>http://www.kriesi.at/support/topic/breadcrumb-links</link>
		<description>Support Forum - Topic: breadcrumb links</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 02:07:52 +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/breadcrumb-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-45499</link>
			<pubDate>Fri, 09 Mar 2012 21:35:38 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45499@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; no sorry. this is a wordpress problem that you really cant solve other than hardcoding it :/ &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-45373</link>
			<pubDate>Fri, 09 Mar 2012 15:11:20 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">45373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;And there is still no solution for it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-32062</link>
			<pubDate>Wed, 16 Nov 2011 14:34:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">32062@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's exactly the same problem. You can't display the name of the portfolio page in the breadcrumbs but only the portfolio category name because wordpress doesn't know to which portfolio page the single item is assigned to.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-32052</link>
			<pubDate>Wed, 16 Nov 2011 13:20:19 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">32052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;anyone...?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31967</link>
			<pubDate>Tue, 15 Nov 2011 10:26:25 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">31967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hmmm.&#60;br /&#62;
Ok I noticed that the breadcrumbs does not display the name of the 'portfolio' page.&#60;br /&#62;
In the theme options you can set &#34;Which page should display the portfolio?&#34;&#60;br /&#62;
This page does not show up in the breadcrumbs, how can we fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31958</link>
			<pubDate>Tue, 15 Nov 2011 07:59:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31958@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not aware of a workaround. It's pretty tricky because quick hacks like &#34;http_refer&#34; don't work every time and can output wired results and &#34;professional&#34; solutions would require some framework changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31876</link>
			<pubDate>Mon, 14 Nov 2011 12:28:18 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">31876@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For the breadcrumb class I added 'class=&#34;breadcrumb_inbetween&#34;' to the code of the class-breadcrumb.php' file. this works for 'normal' pages. Still looking for a solution to also add this to the 'portfolio category' pages, any suggestions?&#60;/p&#62;
&#60;p&#62;function simple_breadcrumb_case($der_post)&#60;br /&#62;
		{&#60;br /&#62;
			global $post; &#60;/p&#62;
&#60;p&#62;			$markup = $this-&#38;gt;options['before'].$this-&#38;gt;options['delimiter'].$this-&#38;gt;options['after'];&#60;br /&#62;
			if (is_page()){&#60;br /&#62;
				 if($der_post-&#38;gt;post_parent) {&#60;br /&#62;
					 $my_query = get_post($der_post-&#38;gt;post_parent);&#60;br /&#62;
					 $this-&#38;gt;simple_breadcrumb_case($my_query);&#60;br /&#62;
					 $link = '&#38;lt;a class=&#34;breadcrumb_inbetween&#34; href=&#34;';&#60;br /&#62;
					 $link .= get_permalink($my_query-&#38;gt;ID);&#60;br /&#62;
					 $link .= '&#34;&#38;gt;';&#60;br /&#62;
					 $link .= ''. get_the_title($my_query-&#38;gt;ID) . ''. $markup;&#60;br /&#62;
					 echo $link;&#60;br /&#62;
				  }&#60;br /&#62;
			return;&#60;br /&#62;
			}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31871</link>
			<pubDate>Mon, 14 Nov 2011 10:38:13 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">31871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;br /&#62;
Thanks for your reply.&#60;/p&#62;
&#60;p&#62;So what do you suggest to 'work around' this?&#60;br /&#62;
Isnt there a way to set another template instead of the archive page?&#60;/p&#62;
&#60;p&#62;Also I noticed the current page gets the 'current_crumb' class. It would be nice if the other crumbs also get a class so i can give them a 'display:none;' and the problem would be solved.&#60;br /&#62;
Any suggestions (code) how to achieve this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31850</link>
			<pubDate>Mon, 14 Nov 2011 06:37:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
one or more user requested this feature in the past but the current framework/breadcrumb class isn't laid out for this breadcrumb structure. I reported the request to Kriesi. (The main problem is that wp doesn't know to which portfolio page the single item is assigned to and that cases can occur where two or more portfolio pages show this item and you can't just display one portfolio page in the breadcrumb without loosing information.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hotspot on "breadcrumb links"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumb-links#post-31828</link>
			<pubDate>Sun, 13 Nov 2011 21:46:11 +0000</pubDate>
			<dc:creator>hotspot</dc:creator>
			<guid isPermaLink="false">31828@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Is there a way to manipulate the breadcrumb links?&#60;/p&#62;
&#60;p&#62;My issue:&#60;br /&#62;
im having a porfolio with multiple categories. When i'm viewing a portfolio item from category X, the breadcrumbs show: ....category-x/portfolioitem&#60;br /&#62;
When you click the 'category-x' a 'Archive for :&#34; page opens (with sidebar i dont want to use, etc).&#60;br /&#62;
What I would like is that when you are on the 'portfolio item page' and click on 'category-x', the page that shows the portfolio is displayed.&#60;/p&#62;
&#60;p&#62;Hope anyone can help
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
