How should I lay this out?
-
I have several categories with subcategories. Categories are along the main header menu and when you select one, you will have a category landing page with the related subcategories listed in the left-sidebar. Selecting a Subcategory brings up a different landing page.
The category landing pages are all the same layout (with obvious dynamic cat-name and menu) regardless of the category – just the colour scheme is different. The sub-category landing pages will also be the same layout as each other, with the differing colour schemes of their parents.
The way I see it I make a category.php page that applies the proper styles, category name, menu, etc. But then what do I click through to? Do I have to make an individual page for each subcategory (ie category-10.php)? or can I assign a subcategory template for use by any category that is the child of a main category? Do I have to make individual templates for all of these? Am I missing a much better solution?
Any tips are appreciated.
- The topic ‘How should I lay this out?’ is closed to new replies.