Support for post types (available in WordPress 3.0) using a type- prefix and comment meta using our standard meta-{key}- and meta-{key}-{value}- prefixes has landed in the development version of Carrington core (/framework/trunk). Play around with it and let us know if you run into any issues.
Resources
Categories
Archives
- July 2011 (1)
- April 2011 (1)
- November 2010 (1)
- September 2010 (2)
- August 2010 (3)
- July 2010 (2)
- May 2010 (5)
- March 2010 (3)
- February 2010 (1)
- January 2010 (1)
- December 2009 (2)
- October 2009 (5)
- September 2009 (2)
- August 2009 (13)
- July 2009 (7)
- June 2009 (8)
- May 2009 (2)
- April 2009 (2)
- March 2009 (5)
- February 2009 (2)
- January 2009 (3)
- December 2008 (1)
- November 2008 (3)
- October 2008 (6)

Hey, how exactly does this work. I’ve got the fresh files from SVN and added them into the core download.
If my custom post type is called ‘news’ do I just need to create a type-news.php template, because I just keep getting a 404?
in the single folder you would create the following:
single-type-[type xyz].php
So, in your case you would use:
single-type-news.php