Magento How to add images to your cms homepage

08 Oct 2010
Image plays an important role in attracting customers' attention to your site. Being acknowledged this importance, you want to find a way to add new images on your site's homepage so that more and more visitors are engaged in to your site. With our experience in magento field, we give you a simple way to help you to do this.

To add homepage to homepage of your site or static block, you firstly go to cms > manage pages > Home. 

Then, if you want to show image in folder skin/image or folder Media, general html rules apply:

+<img src="https://www.mage-world.com/skin/frontend/mw/default/images/your_images.jpg" alt="your_images" />

+<img src="https://www.mage-world.com/media//your_images.jpg" alt="your_images" />

And when you want to show image in file .phtml from folder skin/images, you can have website directory:

+<img src="<?php echo $this->getSkinUrl('images/your_images.gif') ?>" alt="your_images"/>

If you have any further problem please email us at: [email protected]

Related Posts

How to move block newsletter

How to move block newsletter

08 Oct 2010
Do you want to move block newsletter to other positions to refresh your site or make it easier to see but not to find a simple way to do this?
Enable Translate Inline

Enable Translate Inline

09 Aug 2010
Sometimes you may want to change default text in Magento, for example from "My cart" to "My basket", or even change the text into your native language.
Enable Template Path Hints

Enable Template Path Hints

06 Aug 2010
One of the most frustrating challenges in developing Magento is to figure out where the blocks are defined and where they are referenced.
Create Magento Featured Products

Create Magento Featured Products

04 Aug 2010
For an online store, it is essential to have the ability to display and sort your products, and thus support your customers in searching and choosing products. This article shows you how to create these featured products on homepage in Magento.