<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Magento: Displaying Categories and Current Subcategories</title>
	<atom:link href="http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/feed/" rel="self" type="application/rss+xml" />
	<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/</link>
	<description></description>
	<lastBuildDate>Mon, 14 May 2012 03:45:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Spawn</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-8109</link>
		<dc:creator>Spawn</dc:creator>
		<pubDate>Mon, 18 Jul 2011 08:58:39 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-8109</guid>
		<description>for magento 1.5 I think ti retrieve the url you should use getUrlPath() function.</description>
		<content:encoded><![CDATA[<p>for magento 1.5 I think ti retrieve the url you should use getUrlPath() function.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Pratt</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-7685</link>
		<dc:creator>Josh Pratt</dc:creator>
		<pubDate>Sat, 25 Jun 2011 16:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-7685</guid>
		<description>Manuel - Yes, it is, but I don&#039;t have time to try and give you an example of how to do that right now.  Dig through the Models that deal with categories in the Catalog core module.</description>
		<content:encoded><![CDATA[<p>Manuel &#8211; Yes, it is, but I don&#8217;t have time to try and give you an example of how to do that right now.  Dig through the Models that deal with categories in the Catalog core module.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-7668</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Fri, 24 Jun 2011 16:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-7668</guid>
		<description>Is it possible to get all subcategories from a specific category like category id = 5001??</description>
		<content:encoded><![CDATA[<p>Is it possible to get all subcategories from a specific category like category id = 5001??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlikstRR</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-7483</link>
		<dc:creator>FlikstRR</dc:creator>
		<pubDate>Tue, 14 Jun 2011 14:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-7483</guid>
		<description>is there anyway to grab the Category Image too? I try $_imageUrl = $subcat-&gt;getImageUrl();

and its not working :(</description>
		<content:encoded><![CDATA[<p>is there anyway to grab the Category Image too? I try $_imageUrl = $subcat-&gt;getImageUrl();</p>
<p>and its not working <img src='http://prattski.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fida</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-6975</link>
		<dc:creator>Fida</dc:creator>
		<pubDate>Tue, 10 May 2011 10:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-6975</guid>
		<description>i have  a page home.phtml  which will be displayed after cms on home page.In it I would like to display the categories.but when i copied the above code it is not working. Do i need to add anything in XML page . i am new to Magneto ?</description>
		<content:encoded><![CDATA[<p>i have  a page home.phtml  which will be displayed after cms on home page.In it I would like to display the categories.but when i copied the above code it is not working. Do i need to add anything in XML page . i am new to Magneto ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deo</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-6420</link>
		<dc:creator>Deo</dc:creator>
		<pubDate>Tue, 12 Apr 2011 22:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-6420</guid>
		<description>foreach ($this-&gt;getStoreCategories() as $_category):
		echo $this-&gt;drawItem($_category);
	endforeach;</description>
		<content:encoded><![CDATA[<p>foreach ($this-&gt;getStoreCategories() as $_category):<br />
		echo $this-&gt;drawItem($_category);<br />
	endforeach;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahul</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-6305</link>
		<dc:creator>rahul</dc:creator>
		<pubDate>Wed, 06 Apr 2011 13:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-6305</guid>
		<description>usefull code thanks..... but its not working for 3tier...how can i display morethan 2tier?</description>
		<content:encoded><![CDATA[<p>usefull code thanks&#8230;.. but its not working for 3tier&#8230;how can i display morethan 2tier?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boris</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-4486</link>
		<dc:creator>boris</dc:creator>
		<pubDate>Mon, 10 Jan 2011 17:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-4486</guid>
		<description>don¨t work subcategory 3RD+ LEVEL(((</description>
		<content:encoded><![CDATA[<p>don¨t work subcategory 3RD+ LEVEL(((</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-3370</link>
		<dc:creator>Dick</dc:creator>
		<pubDate>Fri, 03 Dec 2010 17:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-3370</guid>
		<description>Any ideas on how to make all the subcategories display on the homepage and not just on the top-level category pages? Thanks!</description>
		<content:encoded><![CDATA[<p>Any ideas on how to make all the subcategories display on the homepage and not just on the top-level category pages? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Falkowski</title>
		<link>http://prattski.com/2008/10/27/magento-displaying-categories-and-current-subcategories/#comment-996</link>
		<dc:creator>Brendan Falkowski</dc:creator>
		<pubDate>Fri, 20 Aug 2010 22:29:10 +0000</pubDate>
		<guid isPermaLink="false">http://devzone.pratthost.com/?p=192#comment-996</guid>
		<description>@gast + @amanda
The links will only work if you include this code in a block with type=&quot;catalog/navigation&quot;.</description>
		<content:encoded><![CDATA[<p>@gast + @amanda<br />
The links will only work if you include this code in a block with type=&#8221;catalog/navigation&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

