[Plugin: Custom Field Template] Adding Custom Field Type to Custom Post Type
-
In WP3 we’ve got the pleasure of custom post types, and I was wondering what I’d have to do to add Custom Field Type to the Custom Post Type.
In the declaration for the post type, I can add the custom meta box by adding this to the register array:
‘supports’ => array( ‘custom-fields’),Any thoughts?
cheers
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: Custom Field Template] Adding Custom Field Type to Custom Post Type’ is closed to new replies.