Saturday, April 30

How to call the static block inside the CMS Page in Magento

We can easily call the static block in to the CMS Page.
first of all we have to create a static block

Let us suppose we have created the static block with the identifier "myfooter_block"

Now we can call the static block from the CMS Page easily with the help of following code

{{block type="cms/block" block_id="myfooter_block"}}
Hope it helps! thanks..

No comments:

Post a Comment