<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Subesh Pokhrel&#039;s Blog - Magento Development Tips &#187; breadcrumbs</title>
	<atom:link href="http://subesh.com.np/tag/breadcrumbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://subesh.com.np</link>
	<description>PHP &#38; Magento Tips and Tutorials</description>
	<lastBuildDate>Tue, 20 Mar 2012 18:15:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Showing Breadcrumbs Anywhere in Magento</title>
		<link>http://subesh.com.np/2009/12/showing-breadcrumbs-magento/</link>
		<comments>http://subesh.com.np/2009/12/showing-breadcrumbs-magento/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:52:28 +0000</pubDate>
		<dc:creator>Subesh Pokhrel</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Block]]></category>
		<category><![CDATA[breadcrumbs]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://subesh.com.np/?p=144</guid>
		<description><![CDATA[In Magento, by default there is a reference place where breadcrumbs get showed, that is just above the content reference! But, sometimes you need to show the breadcrumbs twice! above and below the content. Or sometimes you just need to show the breadcrumbs inside the content, due to some designing issue! I&#8217;ve gone through these [...]]]></description>
			<content:encoded><![CDATA[<p>In Magento, by default there is a reference place where breadcrumbs get showed, that is just above the content reference! But, sometimes you need to show the breadcrumbs twice! above and below the content. Or sometimes you just need to show the breadcrumbs inside the content, due to some designing issue! I&#8217;ve gone through these situation a lot, and thought why not post a solution in my blog? <img src='http://subesh.com.np/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Here&#8217;s the &#8220;magic code&#8221; for breadcrumbs to show anywhere in Magento</p>
<pre class="brush: php; title: ; notranslate">
&lt;?php  echo $this-&gt;getLayout()-&gt;getBlock(&quot;breadcrumbs&quot;)-&gt;toHtml()?&gt;
</pre>
<p>Its very simple, it just gets the block breadcrumbs defined in page.xml and echoes it as html.</p>
<p>Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://subesh.com.np/2009/12/showing-breadcrumbs-magento/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

