Custom post types is a new and powerful feature in WordPress 3.0. Here, we consider how to add metaboxes to the new custom post type user interface. There are three general classes of metaboxes that we may add to our custom post type screen – Built-in metaboxes – These metaboxes are built-in to custom post…..
[ View Full Article ] by ShibaShake on Mar 18, 2010
Meta-boxes are interface objects that allow you to easily associate additional information with your WordPress posts, pages, or links. If you go into your WordPress Edit Post screen, you will see a variety of standard WordPress meta-boxes, including those for entering tags, categories, post thumbnails, and setting post status. You can create your own meta-box…..
[ View Full Article ]