Where category_id="3” contains your category id in place of the number 3.
Thank you that works fine, but what about layered navigation? I think would be great if we can put layered navigation on home page, but putting that block in the XML update file throw an ugly error:
Fatal error: Call to a member function getProductCollection() on a non-object in C:\Archivos de programa\xampp\htdocs\magento\app\code\core\Mage\Catalog\Model\Layer.php on line 41
As the above code does not include the pager portion of the toolbar. I.E. page 1, 2, 3, ...
Mainly what I try to accomplish with this method of featuring a product list is having more control over the content layout. I.E. being able to include content above and below the product list.
However when using the blog product list as mentioned, the pagination does not display. Any solutions to what I am trying to accomplish?
guys stumbled across this thread and im not sure if its related to problems im having, running a template that runs flash calling some XML, worked fine in the older version of magento, now upgraded and it just will not work at all, no matter what i do with the flash buttons i get an “undefined” error, could it be anything in magento tripping it up..??? its doing my nut in...!!!!! just makes no sense....
In Magento 1.4 which includes the ability to add product descriptions I was able to add content within the category description. I was able to then add an introductory paragraph to the top of each category.
Footer Content
I then updated the Category Layout. Normally when you update a Categories Display Settings to include a CMS Block as well as the Product listing it also displays before the product listing. I simply updated where the CMS Block was showing up so it is now being called under the product listings. which allows me to be able to add content to the footer of the site.
@pumba - this doesn’t go in an xml file as such files are usually for more generic layout directives. Just add it in to the “Layout Update XML” field for any CMS page (go to CMS->Manage Pages, edit a page, select Custom Design tab).