Question

I've created a custom taxonomy called 'productCategories' using register_taxonomy() function. I've set the rewrite slug to 'products'.

My question is: How do I render a different template to archive.php for my custom taxonomy /products ?

Thanks, Jon

Was it helpful?

Solution

Create a template file called taxonomy-productCategories.php. For more information, see the Template Hierarchy. I find this image particularly helpful.

Licensed under: CC-BY-SA with attribution
Not affiliated with wordpress.stackexchange
scroll top