I am building a portfolio site. The ‘Projects’ section will have an overall listings page, listing out ALL projects. Within this pool of projects there are three different categories (let’s say photo, web and motion). The projects on the listing page will each have the same attributes (a title and a thumbnail).
Clicking a project on the listing page will take you to the “Project Detail” page. Here is the problem: I need to provide a totally different layout and set of custom fields for each of the three project types.
What would be the best way to structure my templates and url structure to accommodate three different types of projects? It seems I’ll need three different channels. Should I have one template that detects the type of project (and uses conditionals to handle the different layouts) or three different templates… one for each project type?
Thanks for any advice.