In the category admin under Display settings I have assigned a static block. This is displaying fine but I need to position it further down the page. I've been looking for a callback like the generic getChildHtml but for blocks.
I was also thinking that the static block code that I normally use could be change from
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('block-name')->toHtml();?>
to something like this
<?php echo $this->getLayout()->createBlock('cms/block')->toHtml();?>
but alas it did not work. I could possibly be done with the local.xml file but I'm not sure how to target it.
Bit stuck so any help would be greatly appreciated