#13630 closed defect (bug) (worksforme)
thickbox not loading when custom post type is registered w/out editor and thumbnail.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 3.0 |
Component: | Post Thumbnails | Keywords: | thickbox, custom post types |
Focuses: | Cc: |
Description
thickbox not loading when custom post type is registered w/out editor and thumbnail. You would think there'd be no need for the thickbox script, however the thumbnail metabox can be added later using 'add_meta_box()'.
example:
register_post_type('my_post_type', array ('supports' => array('title')) ;
add_meta_box("my_thumbnail_div", 'My Featured Image', 'post_thumbnail_meta_box', "my_post_type");
Change History (4)
#2
@
14 years ago
- Milestone Awaiting Review deleted
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Well... don't do that. Add support for thumbnails instead via register_post_type.