I'm working with the Jetpack Portfolio module.
I have a custom archive (archive-jetpack-portfolio.php) which works great when going to mysite.com/portfolio.
But, when I go to mysite.com/project-type/thisthing or mysite.com/project-tag/thatthing it is still loading the standard template archive (archive.php).
How do I either get WP to use archive-jetpack-portfolio.php for project-type (basically categories in JetPack) and project-tag pages (the optimal situation I believe) or to add custom template pages for these?
Have tried the following:
- category-jetpack-portfolio.php
- category-jetpack-portfolio-thatthing.php
- category-thatthing.php
- taxonomy-jetpack-portfolio.php
- taxonomy-jetpack-portfolio-branding.php
- taxonomy-branding.php
None of those seem to work.
Have googled all over the answer, but nothing.