Portal Home > Knowledgebase > Magento > How to make a category show up on your magento home page
From the magento admin:
- Select CMS->Manage Pages
- Click the ‘Add New Page’ button
- Set your Page Title, SEF URL Identifer to whatever you want. Typically “home page” or whatever.
- Set the proper Store View from the pull-down.
- Set the status to ‘Enabled’
- Copy the following line into the content section:
{{block type=”catalog/product_list” category_id=”xxx” template=”catalog/product/list.phtml”}
Note - that you must replace xxx with the category id of the category you want to show up on the homepage. You can easily find the category by going to Catalog -> Manage Categories then select the category you want - notice you can see the category id in parentheses at the top of the page now.
The final step is to select ‘System -> Configuration’ then select your store from the upper left pulldown and select ‘Web -> Default Pages’ and set CMS Home Page to the homepage you created above.
Add to Favourites
Print this Article