I'm trying to set up a new CPT called news (see code here: http://pastie.org/3148081) and I'm specifying the has_archive parameter.
I've set up a new template called archive-news.php and single-news.php but its not being used when I go to /news/ or the permalink on the site. Instead the default archive.php and single.php gets loaded.
I've flushed the rewrite rules but still does not work.
This is the first time I'm using the has_archive parameter but after lots of searching I still can't see what I doing wrong.
Hopefully it's just a stupid mistake somewhere that someone can spot for me.