Post Type and Comment Meta Support
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.
Posted by Alex King on May 2, 2010.
Categories: Development
About Carrington
Carrington is a theme platform for WordPress from Crowd Favorite. It includes the Carrington Core, a reactive templating engine that makes it easy to create different visual styles for different site areas and content and Carrington Build, an advanced drag and drop page layout system that enables full editorial control for complex pages.
more →
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?
by Tom on May 11, 2010 at 2:44 pm
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
by Mike Swift on Jul 22, 2010 at 12:47 pm