Archive templates based on taxonomies

If you are trying to display a list of post that belongs to two or more taxonomy terms, you are using the wrong URL. If your are usgin pretty permalinks, it should be: www.example.com/service-provider/?service=electricians&area=north-shore-lower If you are not using pretty permalinks, it should be: www.example.com/?post-type=service-provider&service=electricians&area=north-shore-lower Anyway, you are expected to be in multitax archive page … Read more

How to assign custom post template to its custom taxonomy terms

You should call your file taxonomy-interview_category.php to be automatically associated with your custom taxonomy. If you want it to look like interview archive, you can just include archive-interview.php in your newly created taxonomy-interview_category.php. I suggest you have a look at this image that explains WordPress template hierarchy and logic: http://codex.wordpress.org/images/9/96/wp-template-hierarchy.jpg