Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Home page Sub-categories

Quote Reply
Home page Sub-categories
Hello, I would like to add specific sub-categories under the main Categories on my home page, e.g.

SHOPPING
clothes, food
gifts, pets, books

At the moment all I can get on my home page are the main categories such as SHOPPING. How do I go about linking to specific sub-categories such as clothes, food, etc?

I have the following code in my "home.html" template

Code:
<%set split = Links::Utils::column_split($category_loop.length, $home_category_cols)~%>
<div class="clear">
<%loop category_loop%>
<%~set splitmod = $row_num % $split%>
<%~if row_num == 1 or splitmod == 1 or split == 1%><dl><%endif%>
<%~include subcategory.html%>
<%~if row_num == $category_loop.length or splitmod == 0%></dl><%endif%>
<%~endloop%>

Any help would be appreciated.
Subject Author Views Date
Thread Home page Sub-categories smjohn 1925 May 28, 2006, 9:01 AM
Thread Re: [smjohn] Home page Sub-categories
Alba 1854 May 28, 2006, 9:07 AM
Post Re: [Alba] Home page Sub-categories
smjohn 1847 May 28, 2006, 9:48 AM