Just go to your magento admin panel and then CMS -> Static Blocks
Now click on Add New Block button below and there will be a New Block form with some required fields. Now fill up all the required fields and save. Congrats! you have created your new static block . You have an identifier for your static block that you should remember for the next step. Now you can call your static block using the code below
<?php echo $this->getLayout()->createBlock(’cms/block’)-> setBlockId(’yourIdentifierNameHere’)->toHtml() ?>
at anywhere in your template. You must replace setBlockId(’yourIdentifierNameHere‘) “YourIdentifierNameHere” with your created Static Block’s identifier name.
Tags: how to create magento static page, Magento, magento block customization, magento static block, magento template, magento theme, magento theme customization, magento tutorial, template, theme

nike dunk
September 7th, 2009
Hello, is there any special requirements to isntall these templates? I
JXL83
October 22nd, 2009
I want to shoot myself in the face. ,