I just installed magento along with it’s sample data. I set the about page to use 2 columns with a left sidebar and added a custom widget. The widget is being displayed below the default blocks the first one is Compare Products, below that is My Cart, below that is Popular Tags. And below those three is my custom static block/widget.
How would I customize the left side for this specific page? I’d like to remove the default blocks it’s showing and only use my widget.
Thanks
I found the code below to work. If there’s a better method / best practice way of doing it i’d like to hear. Thanks