<?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: Concerning the Site Title and Breadcrumbs?</title>
		<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs</link>
		<description>Support Forum - Topic: Concerning the Site Title and Breadcrumbs?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 14:19:09 +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/concerning-the-site-title-and-breadcrumbs" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30944</link>
			<pubDate>Tue, 01 Nov 2011 20:31:35 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30944@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sanlucasme,&#60;/p&#62;
&#60;p&#62;typically WordPress doesn't show the core files of the theme in the Editor, you can find the file through your FTP (your hosted folders).&#60;br /&#62;
Thanks colorit2 for jumping in :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30900</link>
			<pubDate>Tue, 01 Nov 2011 10:09:09 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">30900@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it is :-)&#60;/p&#62;
&#60;p&#62;Look in the different folders at FTP of your theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sanlucasmedical on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30862</link>
			<pubDate>Mon, 31 Oct 2011 19:20:16 +0000</pubDate>
			<dc:creator>Sanlucasmedical</dc:creator>
			<guid isPermaLink="false">30862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where do I find this class-breadcrumb.php file?, in my installation it is not available in the editor&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30787</link>
			<pubDate>Sun, 30 Oct 2011 14:19:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">30787@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30780</link>
			<pubDate>Sun, 30 Oct 2011 13:20:24 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">30780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Chris,&#60;/p&#62;
&#60;p&#62;Yes, the breadcrumbs are there I just wanted to shorten them from Victory's Vision Christian Church (blog name) to Victory's Vision...which your explanation allowed me to do..you da man!&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30752</link>
			<pubDate>Sun, 30 Oct 2011 05:10:40 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the breadcrumbs should already use the site title. However, if this isn't the case you can open up the class-breadcrumb.php file found under framework &#38;gt; php &#38;gt; class-breadcrumb.php.&#60;br /&#62;
Now find&#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&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;You are here:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt; &#38;lt;a href=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;url&#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;You can remove the&#60;br /&#62;
&#60;code&#62;bloginfo(&#38;#39;name&#38;#39;);&#60;/code&#62;&#60;br /&#62;
now put your wanted title right before the closing a, like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;quot;Victory&#38;#39;s Vision Christian Church&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>WebDesignGuy on "Concerning the Site Title and Breadcrumbs?"</title>
			<link>http://www.kriesi.at/support/topic/concerning-the-site-title-and-breadcrumbs#post-30720</link>
			<pubDate>Sat, 29 Oct 2011 16:22:34 +0000</pubDate>
			<dc:creator>WebDesignGuy</dc:creator>
			<guid isPermaLink="false">30720@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Concerning the Site Title and Breadcrumbs&#60;/p&#62;
&#60;p&#62;My Site Title is &#34;Victory's Vision Christian Church&#34;...which is what I want for the name of the site to show in the Browser Title Bar..&#60;br /&#62;
However, using this in the breadcrumbs is quite long and by the time you get 2 levels deep the breadcrumbs are across the entire page&#60;/p&#62;
&#60;p&#62;How would I edit this to keep the Site Title the same and just use &#34;Victory's Vision&#34; for the breadcrumbs?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
