Magento 1.9 Navigation – Display Magebuzz Category Sidebar Navigation Only on Home Menu

magento-1.9navigation

I am currently using the Magebuzz Category Sidebar Navigation with the free classics theme on Magento CE 1.9. I would like to display the sidebar only on the homepage. How can I make this happen. I have been searching for days, but wasn't able to find a solution.

Best Answer

Remove the block from layout files so it doesn't show on any page and login to your admin go to CMS >> Pages >> edit homepage and from left select Design and place the block code there in the left reference. like:

<reference name="left">
  <block type="catsidebarnav/catsidebarnav" name="left.catsidebarnav" before="-"> <action method="leftSidebarBlock" /> </block>
</reference>
Related Topic