View Full Version : Delete category list on center of homepage
aliciah
04-19-2007, 02:39 PM
I want to delete the category links from the canter of the homepage as I have listed them in the left column. Here is a link to the homepage. http://www.themommyinsider.com/shops.
Please let me know how I can take the categories off of the homepage center area and ADD custom content such as images and custom text.. just on the homepage.
I am using version 2.1 and Greenleaves template.
Thank you,
Alicia
I want to delete the category links from the canter of the homepage as I have listed them in the left column. Here is a link to the homepage. http://www.themommyinsider.com/shops.
Please let me know how I can take the categories off of the homepage center area and ADD custom content such as images and custom text.. just on the homepage.
I am using version 2.1 and Greenleaves template.
Thank you,
Alicia
Hi Alicia
For #1 (to remove from homepage the category links - center column)
open your templates - index.tpl
find and remove:
{if $categories}
<!-- categories box start -->
{include file="box-header.tpl" caption=$lang.categories style="green"}
{$categories}
{include file="box-footer.tpl"}
<!-- categories box end -->
{/if}
For #2 (custom content such as images and custom text.. just on the homepage)
The easiest way to do this is through the admin panel.
Go to admin panel.
Click on "Browse Categories" (left side menu)
Now click on the edit icon (second from left)
Now just put what ever info you want at -> Description:
Save Changes.
In order to allow html there, you have to make one minor change.
open your templates - index.tpl
find:
{if $category.description}
<div class="box">{$category.description|escape:"html"}</div>
{/if}
replace with:
{if $category.description}
<div class="box">{$category.description}</div>
{/if}
That should do it. :)
aliciah
04-20-2007, 03:30 AM
That is great! Your instructions where very easy to follow and I accomplished my goals quickly.. http://www.themommyinsider.com/shops.
Thanks!!!
Alicia
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.