I’m working on a project where I use the default posts as “Products”, default category as “Application” and a custom taxonomy called “Groups”.
I want to list “Products” by “Application” (category.php) but group them together into their respective “Groups”:
- Automotive (Application)
- Silver (Group)
- Product 01
- Product 04
- Product 05
- Flake (Group)
- Product 02
- Product 03
- Product 06
- Silver (Group)
Iâve tried different attempts but with no successful result.
Is there an easy way to go about this? Thanks!
I’ve found a solution!