[wp-testers] Removing rich editor in admin page edit

Deanna Schneider deanna.schneider at gmail.com
Wed Apr 28 11:36:14 UTC 2010


You can probably use the

remove_post_type_support( $post_type, $feature )

function to remove the description and then add your own custom meta
box. That should work. Haven't tried it, but don't see why it wouldn't
work.

2010/4/28 Jakub Słaby <wp at jakubslaby.com>:
> Nah, unfortunately the custom post isn't what I want ;) basicaly I need to rebuild a bit the page type.
>
> Wiadomość napisana przez Azizur Rahman w dniu 2010-04-28, o godz. 13:09:
>
>> Have you tried the custom post type in version 3?
>>
>> It might be what you want!
>>
>> Azizur Rahman
>> ProDevStudio
>>
>> http://prodevstudio.com
>>
>> "If you are running east looking for a sunset, you'll never see it no matter how hard you try."
>>
>> On 28 Apr 2010, at 11:37 AM, Jakub Słaby <wp at jakubslaby.com> wrote:
>>
>>> Would there be a posiibility of adding a filter/action to the whole rich editor so that we would be able of removing it and replacing it with our own content?
>>> I'm asking this cause this would be a great function for plugins that extend page functionality.
>>> I don't want to do any hooks so I'm asking of adding it to the Wordpress 3 functionality.
>>> _______________________________________________
>>> wp-testers mailing list
>>> wp-testers at lists.automattic.com
>>> http://lists.automattic.com/mailman/listinfo/wp-testers
>> _______________________________________________
>> wp-testers mailing list
>> wp-testers at lists.automattic.com
>> http://lists.automattic.com/mailman/listinfo/wp-testers
>
> _______________________________________________
> wp-testers mailing list
> wp-testers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-testers
>


More information about the wp-testers mailing list