Why is it that the code for the CMS static block call is shown as a plain text on the page?
In themelr I have insterted between php tags :
"
$staticBlock = Mage::getModel('cms/block')->load('blog_home');
echo $staticBlock->getTitle(); // block title
echo $staticBlock->getContent(); // block content
"
on the page it shows as:
{{widget type="blog/last" blocks_count="2" categories="1"}}
Why is it that the code for the CMS static block call is shown as a plain text on the page? In themelr I have insterted between php tags : " $staticBlock = Mage::getModel('cms/block')->load('blog_home'); echo $staticBlock->getTitle(); // block title echo $staticBlock->getContent(); // block content " on the page it shows as: {{widget type="blog/last" blocks_count="2" categories="1"}}



