<?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: Adding Breadcrumb to CleanCut</title>
		<link>http://www.kriesi.at/support/topic/adding-breadcrumb-to-cleancut</link>
		<description>Support Forum - Topic: Adding Breadcrumb to CleanCut</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 21:37:43 +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/adding-breadcrumb-to-cleancut" rel="self" type="application/rss+xml" />

		<item>
			<title>spidershop on "Adding Breadcrumb to CleanCut"</title>
			<link>http://www.kriesi.at/support/topic/adding-breadcrumb-to-cleancut#post-4358</link>
			<pubDate>Thu, 09 Sep 2010 10:45:45 +0000</pubDate>
			<dc:creator>spidershop</dc:creator>
			<guid isPermaLink="false">4358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;FYI: Using Breadcrumb NavXT with CleanCut&#60;/p&#62;
&#60;p&#62;Add new CSS to style.css:&#60;/p&#62;
&#60;p&#62;.breadcrumb&#60;br /&#62;
{&#60;br /&#62;
	font-size: 1.1em;&#60;br /&#62;
	background-color: #fff;&#60;/p&#62;
&#60;p&#62;	padding: 10px 35px 0;&#60;br /&#62;
	position: relative;&#60;br /&#62;
	width:910px;&#60;br /&#62;
	margin:0 auto;&#60;br /&#62;
	border-bottom-style: dotted;&#60;br /&#62;
	border-bottom-width: 1px;&#60;br /&#62;
	border-color: #cacaca;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Add code to page.php (i've not added to others but can be added to single.php etc. as required)&#60;/p&#62;
&#60;p&#62;Just below:  &#38;lt;div class=&#34;wrapper&#34; id='wrapper_main'&#38;gt;&#60;/p&#62;
&#60;p&#62;Add:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;breadcrumb&#34;&#38;gt;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
	if(function_exists('bcn_display'))&#60;br /&#62;
	{&#60;br /&#62;
	    bcn_display();&#60;br /&#62;
	}&#60;br /&#62;
	?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;I couldn't find anything else here about this so did this myself... perhaps there are better ways.... but it works for me.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
