1) there are five parent categories, each with five children.
2) i want to select a parent category and display the children in most recent fashion. the theme currently does this in a list layout, top to bottom, with pix. ( the archives functions just like this too ) and of course if you only select a child only the child's list displays.
3) the problem is to offer an alternative/optional layout, not the top-to-bottom list, but a " tile/grid " layout. five columns across, four rows deep. a template named " tile " has been created.
4) the question is, how to call up the tile layout(s)?
5) current concept. the blog functions per usual providing list layouts when a category is called. a new page is created with only a list of the categories and children. from this new list we call up the tile layouts. which takes us back to 4)