WordPress 3.0 Custom Post Types
WordPress 3.0 is a revolutionary release to the world’s #1 website content management system. There are several new functionality additions to the WordPress 3.0 release, but custom post types is arguably one of the most important.
Custom post types empowers WordPress designers with a fantastic new toolset for creating custom WordPress websites. In the following example, I’m going to make a very simple custom comment form to allow visitors to submit comments to a predefined post, creating a web page that can be used for submitting testimonials, etc.
This example assumes that you are familiar with editing WordPress template files, such as functions.php, single.php, ect. read more…