#13630 closed defect (bug) (worksforme)
thickbox not loading when custom post type is registered w/out editor and thumbnail.
| Reported by: | lag47 | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Post Thumbnails | Version: | 3.0 |
| Severity: | minor | Keywords: | thickbox, custom post types |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Well... don't do that. Add support for thumbnails instead via register_post_type.