How To add content to homepage?

Is there anyway I can add content on my homepage under my featured items list? I need my featured items to be visible quickly when people arrive to my site, but would like to add more content after that. Thanks for any help. My site is www.taylorsnutrition.com.

If you would like to add content that shows only on the home page under the featured items, you would change the file: [skin-name]\customer\welcome.tpl



At the end of the file you should see this code:



{include file="addons/featured_products/customer_categories.tpl"}




You can enter your extra content under that line, such as:


```php

This is content under the featured items list.


```

You can format this content in whatever manner you want, using html and css tags.

thank you very much!!!