I need someone to help me get started in the right direction using Types and Views. I will try to describe what we want to do and I am hoping someone will be able to tell me how to set it up. I am working with a law firm that wants to show a list of cases for each attorney.
The case data structure would look like this:
Attorney
- Case Category
- – Case Status
- – - CASE
- – - – Charges
We have a custom post type for CASES and taxonomies for (attorney, case category, case status, and charges)
Each attorney has a page. On each attorney's page, there should be a list of "their" case categories (only list categories that apply to that lawyer) linked to archive pages which would show all of their cases. The cases archive page should look like this:
TOP HEADING: [Attorney's] [Case Category] Cases
Sub-Heading: [Case Status]
Case article
Case article
Case article
Sub-Heading: [Case Status]
Case article
Case article
Case article
Sub-Heading: [Case Status]
Case article
Case article
Case article
All of the case articles should be related to that 'attorney' and the chosen 'case category' and organized by date within the 'case status' taxonomy.
I have managed to get part of the way there, but on the attorney page, my list of categories includes categories which are not applicable to the lawyer. And my Case category page shows all cases for all lawyers.
I'm sure this description is inadequate, but hopefully someone will understand enough to help me get going.
Thanks!!