Hi,
According to this tutorial “WordPress Template Hierarchy Explained” If you create your own Custom Post Type Archive wordpress will look for this template first and render your custom template accordingly.
I can get this to work for pages by creating single-$posttype.php and then naming the new template using Template Name in the comments section within the new template file and then selecting it in the page attributes widget in the page editing screen — works fine!
But not for the Custom Post Type Archive, wordpress just calls archive.php
I’m working on my local dev server.
Any help appreciated.