Daric
Daric

Reputation: 16769

how do i remove content from magento sidebar

I did not found a way to remove existing content from magento sidebar and to add my own content.

How do I do this?

Please help

Upvotes: 0

Views: 2823

Answers (3)

Knowledge Craving
Knowledge Craving

Reputation: 7993

You will need to change the "page.xml" (located in "app/design/frontend/<your_package_name>/<your_theme_name>/layout/" folder) to have only "1column.phtml" template, instead of other possible templates (like "2columns-left.phtml", "2columns-right.phtml", "3columns.phtml").

Hope it helps.

Upvotes: 1

xotix
xotix

Reputation: 520

Also look at the site of alanstorm, http://alanstorm.com/category/magento , he got very useful tutorials. At the beginning, magento is quite complicated.

Upvotes: 1

Yoshi
Yoshi

Reputation: 54649

Have a look at: Intro to Layouts for an introduction, and then here for a specific example.

Upvotes: 1

Related Questions