I’m trying do display a static block just on the home page. not on all pages and it should be beneath the shown products. So for example:
<Head>
<Slider>
<9 Products>
<Static Block> <-- This should be new
<Footer>
I managed to insert it beneath, but now it shows on all pages and not just the home page. I can’t find the template file where you can insert it beneath the products.
So I inserted it in the 2columns-right.phtml file this way:
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('aboutus-home')->toHtml(); ?>