[wp-hackers] Custom Post Types and Media Attachments
Malte Witt
m.witt at ia-sh.de
Fri Dec 10 17:00:45 UTC 2010
I'm using the "Custom Field Plugin" to achieve the same thing (WYSIWYG
Editor on custom fields) for customers where the design needs seperate
"editing frames" on one page. This plugin works fine with the media
library and allows to insert uploaded images directly into the custom
meta field using the "insert to post" button.
Maybe you can take use of that, or reverse engineer this functionality.
Hope this helps.
Greetings from Germany,
Malte
Am 10.12.2010 17:31, schrieb Paul:
> On Dec 10, 2010, at 10:31 AM, Becky Resler wrote:
>
>> I am currently working on a project that utilizes a custom post type
>> with custom meta boxes. I have removed the default content editor for
>> this custom post type ['supports' => array('title', 'thumbnail')]. In
>> one of the custom meta boxes, I have a textarea with a WYSIWYG editor.
>> I would like to be able to embed images into the content of this
>> textarea using the WordPress Media Library. I was able to add the
>> *Upload/Insert* icons above the editor by using some code I found in a
>> tutorial online.
> Becky, I don't have a solution but wondering why if you are creating a custom post type you chose not to use the default WYSIWYG editor available? Why go through the trouble of creating your own meta box which would be the same thing?
>
> P-
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
More information about the wp-hackers
mailing list