So I have 3 top level categories, lets say
Exotics Birds, Small Pets, Reptiles
Underneath those, I need sub categories, lets say
EXOTIC BIRDS (top level)
Parrots (sub)
Parakeets (sub)
Cockatiels (sub)
SMALL PETS (top level)
Rabbits (sub)
hamsters (sub)
REPTILES (top level)
Lizards (sub)
Snakes (sub)
Alligators (sub)
Furthermore, I have a blog, with categories such as
Pet Care
Diets
Quizzes
And to complicate things further, I have 2 more sections (Resources and Food)
I need to somehow associate all these under a top level category in some way that is intuitive.
Basically the site is broken down by top level category. So choose a top level category, the page is littered with random sub cat info…. drilling down to a sub cat should display it’s food, care, any quizzes, etc.
Example:
** EXOTIC BIRDS (top level category)
>> Parrots (sub category)
- Parrot Food (treated as a blog)
—Product One (product)
—Product Two (product)
- Parrot Care (blog cat)
—Article One (blog article)
- Parrot Quiz (blog cat)
—Quiz One (blog article)
—Quiz Two (blog article)
- Parrot Resources (treated as a blog)
—Resource one
—Resource Two
How would I go about setting up the categories for this? Something tells me that each category should be of it’s own, and I somehow associate them across the board, because for the most part, they are all the same under each top level Cat.
I don’t think I should lay out every single sub category under each top level category, should I?.
Make sense?
Thanks