<?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: Altering the breadcrumb and heading</title>
		<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading</link>
		<description>Support Forum - Topic: Altering the breadcrumb and heading</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:17:35 +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/altering-the-breadcrumb-and-heading" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5415</link>
			<pubDate>Fri, 24 Sep 2010 06:48:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;But that's exactly the tricky part :) Because your loading post entries while you're on the portfolio page you've several titles (posts and pages) If you want to get the title of the page you just need a global variable.&#60;/p&#62;
&#60;p&#62;PS: You can also put code in between backtick ( ` ) characters.&#60;/p&#62;
&#60;p&#62;The Dude
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iraklis on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5380</link>
			<pubDate>Thu, 23 Sep 2010 13:57:17 +0000</pubDate>
			<dc:creator>iraklis</dc:creator>
			<guid isPermaLink="false">5380@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;BBcode messes up with my post so where you see 'Products&#38;lt;span'... its actual a full URL
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iraklis on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5379</link>
			<pubDate>Thu, 23 Sep 2010 13:55:59 +0000</pubDate>
			<dc:creator>iraklis</dc:creator>
			<guid isPermaLink="false">5379@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also you need to add&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
echo '&#60;a href=&#34;http://www.suredigit.com/portfolio/&#34;&#62;Products&#60;/a&#62;&#38;lt;span class=&#34;arrow&#34;&#38;gt;&#38;raquo;&#38;lt;/span&#38;gt;';&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;just before&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
echo $terms[0].$markup;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iraklis on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5378</link>
			<pubDate>Thu, 23 Sep 2010 13:50:46 +0000</pubDate>
			<dc:creator>iraklis</dc:creator>
			<guid isPermaLink="false">5378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I managed to solve part 1) of my question. You have to edit kclass_breadcrumb.php (as iso suggested) and enter the following code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
echo '&#60;a href=&#34;http://www.suredigit.com/portfolio/&#34;&#62;Products&#60;/a&#62;&#38;lt;span class=&#34;arrow&#34;&#38;gt;&#38;raquo;&#38;lt;/span&#38;gt;';&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
in the is_tax() function, just before the return statement.&#60;/p&#62;
&#60;p&#62;I know that its hardcoded but I'm sure you guys can modify the code to properly use the shortags and variables to make it dynamic. You can see a working demo at our site &#60;a&#62;http://www.suredigit.com/portofolio&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Still investigating part 2). I'll keep you posted if I make any progress.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5241</link>
			<pubDate>Tue, 21 Sep 2010 15:49:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5241@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I had a short look at it and I think it's not an easy modification. Iso is right you need to modify kclass_breadcrumb.php. It's more difficult as it looks like because you need to get the title of the portfolio page first, write it down into a global variable and output it afterwards with the title of your portfolio entry and/or category in the right breadcrumb function (there are several functions). I don't have time (atm) to take care about it (and it's not something the support staff can take care of) but maybe (no promises) I have some spare time to look into it.&#60;/p&#62;
&#60;p&#62;You can hire someone here though: &#60;a href=&#34;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=9&#34; rel=&#34;nofollow&#34;&#62;http://themeforest.net/forums/thread/so-you-know-how-to-customize-a-template-and-want-to-make-some-money/24795?page=9&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iso on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5236</link>
			<pubDate>Tue, 21 Sep 2010 15:37:01 +0000</pubDate>
			<dc:creator>iso</dc:creator>
			<guid isPermaLink="false">5236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to know about this as well. I think we have to make a modification in kclass_breadcrumb.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iraklis on "Altering the breadcrumb and heading"</title>
			<link>http://www.kriesi.at/support/topic/altering-the-breadcrumb-and-heading#post-5174</link>
			<pubDate>Mon, 20 Sep 2010 11:40:54 +0000</pubDate>
			<dc:creator>iraklis</dc:creator>
			<guid isPermaLink="false">5174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello all, &#60;/p&#62;
&#60;p&#62;I'll get right to the point.&#60;/p&#62;
&#60;p&#62;1) On a single portfolio item page the Breadcrumb is as follows :&#60;br /&#62;
HOMEPAGE &#38;gt; Portfolio Item's Tag/Category -&#38;gt; Portfolio Item Name&#60;/p&#62;
&#60;p&#62;How can I change it to:&#60;br /&#62;
HOMEPAGE &#38;gt; Portfolio page* -&#38;gt; Portfolio Item's Tag/Category -&#38;gt; Portfolio Item Name&#60;/p&#62;
&#60;p&#62;2)&#60;br /&#62;
a)When someone is viewing a single portfolio item and clicks on the Portfolio's Item's Tag/Category he is linked to a page with all the items under that tag. How can we change the Heading from &#34;Archive for XXX&#34; to &#34;Projects for XXX&#34;&#60;br /&#62;
b) In the same situation, how can I change the breadcrumb from&#60;br /&#62;
HOMEPAGE &#38;gt; Tag/Category&#60;br /&#62;
to&#60;br /&#62;
HOMEPAGE &#38;gt; Portfolio Page* &#38;gt; Tag/Category&#60;/p&#62;
&#60;p&#62;* Portfolio Page is the page when you see all the portfolio items and can be sorted through the JS script.&#60;/p&#62;
&#60;p&#62;Thank you very much in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
