I believe I am using post type *name*. The name of my post type is “projects” (same as the slug), so I’m using type-projects.php.
Also, how can I add custom archive support for the following setup?
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Nevermind, I figured it out 🙂
Had to remove “if ( $max_page > 1)”
Same problem here. type-projects.php is ignored, although type.php works (which is useless since I have more than one custom post type). I’m using v 0.8.5.
Please help.