<?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: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?</title>
		<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs</link>
		<description>Support Forum - Topic: Breadcrumbs: how to show &quot;Home&quot; instead of blog title in the breadcrumbs?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 22:11:31 +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-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-26940</link>
			<pubDate>Wed, 14 Sep 2011 08:46:42 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad this old topic could help you out :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-26919</link>
			<pubDate>Wed, 14 Sep 2011 04:45:26 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">26919@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Worked for me too! (And saved me posting a new thread!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-15966</link>
			<pubDate>Wed, 30 Mar 2011 08:46:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15966@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-15963</link>
			<pubDate>Wed, 30 Mar 2011 08:03:07 +0000</pubDate>
			<dc:creator>colorit</dc:creator>
			<guid isPermaLink="false">15963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works fine, thank you very much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-15937</link>
			<pubDate>Wed, 30 Mar 2011 06:07:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up kclass_breadcrumb.php (avisio\framework\classes) and search for following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;p class=&#38;quot;breadcrumb&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;breadcrumb_info ie6fix&#38;quot;&#38;gt;You are here:&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_option(&#38;#39;home&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
		bloginfo(&#38;#39;name&#38;#39;);
		echo &#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change it to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;p class=&#38;quot;breadcrumb&#38;quot;&#38;gt;&#38;lt;span class=&#38;quot;breadcrumb_info ie6fix&#38;quot;&#38;gt;You are here:&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_option(&#38;#39;home&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
		echo &#38;quot;Home&#38;quot;;
		echo &#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>colorit on "Breadcrumbs: how to show &#34;Home&#34; instead of blog title in the breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/breadcrumbs-how-to-show-home-instead-of-blog-title-in-the-breadcrumbs#post-15914</link>
			<pubDate>Tue, 29 Mar 2011 23:59:31 +0000</pubDate>
			<dc:creator>colorit</dc:creator>
			<guid isPermaLink="false">15914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;in the breadcrumb line, for example at the contact page, it shows the little home icon and after it the blog title and then an arrow and &#34;contact&#34;.&#60;/p&#62;
&#60;p&#62;My blog title is my name and it does not look good, if in the breadcrumbs the name is mentioned.&#60;/p&#62;
&#60;p&#62;How can I change in the breadcrumb line - after the home icon - the blog title to the word &#34;home&#34;?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
