Position-06 Home Page Only

Hello
Can someone tell me how to achieve this please. Position-06 to display on the homepage only.

It currently appears on every page.

I have changed the content and on my site it is now a block of text, not the store location with image.

http://www.cfmsample1.co.uk

Thanks
Wayne

2 answers

Profile photo of Seoki Lee 1510.00 $tone November 3, 2014
Public

Dear Wayne,

You can change it by editing the file \app\design\frontend\default\jm_summer\layout\page .xml, find and remove this rule:

Code:

<reference name="mass-bottom">
	<block type="cms/block" name="position-06">
		<action method="setBlockId"><block_id>position-06</block_id></action>
	</block>
</reference>

And go to your site back-end >> CMS >> Pages >> click on your home page >> click on tab "Design", paste this rule on box "Layout Update XML":

Code:

<reference name="mass-bottom">
	<block type="cms/block" name="position-06">
		<action method="setBlockId"><block_id>position-06</block_id></action>
	</block>
</reference>
#1

This question is now closed

Written By

Comments