Each Product has testimonials and product information posts.
I want the user to be able to **view ALL testimonials, but also be able to filter them by Product.** I also want them to be able to **view both Testimonials and Product information by Product.**
So:
Testimonials
* Product A
* Product B
Product Information
* Product A
* Product B
\^ this solves the first part with a structure like:
/testimonials/a/…
/product-information/b/…
/testimonials/…
/product-information/…
However I can’t understand how to organize this kind of category structure without creating entirely separate categories for each product and adding all of its resources in each for the “All resources by Product”. Is that my only option?
[ad_2]