I'm using Types plugin for create a Wordpress Custom Post Type (CPT), now I need to customize the archive page for that CPT and also the category page and I'm asking how do I achieve this? I've read this docs from Wordpress Codex site about the template hierarchy but is not clear to me at all how many templates I should create and how should be named.
Let me explain now what I have done: the CPT is called legislaciones and have create a page called category-legislaciones.php that file works for a URL like /category/legislaciones/ but what about the archive? what about the result on this URL /category/legislaciones/legislacion-1-ley? How do I customize that pages?