Oh, 10X. My mistake :)...
On Tue, Mar 23, 2010 at 4:48 PM, Ezwan Aizat Bin Abdullah Faiz < [email protected]> wrote: > Your 'supports' field is missing some values. > > Include 'title', 'thumbnail', and 'editor'. > > this is mine: > > 'supports' => array('thumbnail', 'excerpt', 'trackbacks', 'custom-fields', > 'comments', 'revisions', 'title', 'editor') > > Regards, > Aizat > > On Tue, Mar 23, 2010 at 10:33 PM, Tal Magen <[email protected]> wrote: > > > Hey, > > > > I registered new post type called "Product". > > > > When i send into the "register_post_type" function a support array like > > this: > > > > register_post_type( 'Products', > > array( 'label' => __('Products'), 'public' => true, 'hierarchical' => > > true, 'show_ui' => true, > > 'supports' => array('post-thumbnails', 'excerpts', 'trackbacks', > > 'custom-fields', 'comments', 'revisions') > > )); > > > > The title field, the content field and the thumbnails fields disappears. > > > > if i send: > > > > 'supports' => array('title', 'post-thumbnails', 'excerpts', 'trackbacks', > > 'custom-fields', 'comments', 'revisions') > > > > The title appears. > > > > I tried to send also 'content' in the array but it is not show at the > "add > > product" form. > > > > The thumb disappears even if I dont send any support array. > > > > Sorry about my English :) > > > > 10X, > > > > Tal. > > _______________________________________________ > > wp-testers mailing list > > [email protected] > > http://lists.automattic.com/mailman/listinfo/wp-testers > > > > > > -- > http://aizatto.com > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
