I want some silo functionality to my site but not at all sure how to do it. What I would like to do is this:
Currently, in my sidebar my categories are listed with the subcategories indented. Like this:
- red
- blue
- orange
- round
- square
- big
- small
What I would like is on my front page to have just the main categories:
- color
- shape
- size
Then when you click on a category it will go to that category page and then the sidebar will only show that category and its subcategories. For example, if you click on color in the sidebar will show like this:
- red
- blue
- orange
How do I do it?