Hi,
love the cms. I'm building a online menu. The menu is divided into categories like deserts, main course, etc. The categories are made up of individual plates or drinks, i call them items. so I have a main menu page (made of categories), a category page (made of items) and an item page (made of the individual plate or drink).
I've decided to make the menu.page a template to show each category. menu.php?p=3
menu.php will show a list of categories
I'd like to do the same for caegories and items.
Is it possible to make each category.php?p=x a list page for all the items? so in other words items.php will be equivalent to category.php?p=x ; listing the category and all its items.
clicking on an item should also lead to the individual item.php?p=y
do i acheive this through nesting , templates or masquerades? I'm still trying to grasp these concepts.
thx in advance
love the cms. I'm building a online menu. The menu is divided into categories like deserts, main course, etc. The categories are made up of individual plates or drinks, i call them items. so I have a main menu page (made of categories), a category page (made of items) and an item page (made of the individual plate or drink).
I've decided to make the menu.page a template to show each category. menu.php?p=3
menu.php will show a list of categories
I'd like to do the same for caegories and items.
Is it possible to make each category.php?p=x a list page for all the items? so in other words items.php will be equivalent to category.php?p=x ; listing the category and all its items.
clicking on an item should also lead to the individual item.php?p=y
do i acheive this through nesting , templates or masquerades? I'm still trying to grasp these concepts.
thx in advance