0

My cms - home page has only this...

enter image description here

I notice others often have something more akin to a normal looking page structure. I have a theme installed and I've found both of the files being pointed to here.

The reason I would like to know is that I have some images which were created in a static block being displayed in the left hand column of the home page. I can find no reference to the static block in either of the two files. So how does magento know to display the static block? I would like to know as I want to add the same kind of behavior to other pages.

Would appreciate any assistance

When I click on design the options are empty...

enter image description here

I don't see the references you refer to. Appreciate your help.

UPDATE

Here is the screenshot of the homepage, thanks

enter image description here

asked Jul 25, 2015 at 23:18
1
  • Can you also add your home page screenshot? Commented Jul 29, 2015 at 23:26

1 Answer 1

0

You are on the Content tab of your CMS homepage. Try looking at Design tab of that page. The sidebar blocks can be defined there.

For right sidebar

<reference name="right">
 some block code
</reference>

For left sidebar

<reference name="left">
 some block code
</reference>
answered Jul 26, 2015 at 12:21
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.