PDA

View Full Version : How to add static "Home" category i.e index.html in category template


seo
04-07-2010, 04:44 AM
Any help on this? I do not understand how I can create a static "Home" category and static "About Us" category in the top menu of the site.

Problem is when I create a category, then Vivvo assumes i will be adding articles and treats the Home, About Us static pages as if they are categories. I want them treated as pages. I already set up the pages using Page Plugin.

I do not understand how something so simple is disregarded. I looked into the /category/default.tpl template and have no idea where I would add the code of:

<a href="index.html">Home</a>

Help!

T T
04-07-2010, 08:22 AM
Try to add <a href="{VIVVO_URL}index.html">Home</a> if you have created a static page with the Pages plugin with the URL index.html.

You can add the line above to the box/dhtml_menu.tpl if you want the link appears in the navigation.

seo
04-07-2010, 06:26 PM
Try to add <a href="{VIVVO_URL}index.html">Home</a> if you have created a static page with the Pages plugin with the URL index.html.

You can add the line above to the box/dhtml_menu.tpl if you want the link appears in the navigation.

Thanks you for the suggestion!