[wp-hackers] Placing A Metabox Above The Main Post Box In Custom Post Types

Bill Erickson bill.erickson at gmail.com
Tue Mar 29 15:42:00 UTC 2011


If you take a look at the TwentyTen CRM theme (
http://www.billerickson.net/twentyten-crm/ ) you can see how we moved the
post editor inside a meta box (Notes), so it can then be rearranged like any
other meta box.

In the functions.php file around line 247 you'll find "Begin moving post
editor to notes metabox"


---
Bill Erickson
WordPress Consultant
http://www.billerickson.net


On Tue, Mar 29, 2011 at 10:39 AM, Alex Andrews <awgandrews at gmail.com> wrote:

> Hey guys,
>
> The title says it all - is it possible to put a box, an arbitrary one
> through a custom metabox above the box which contains what will be
> outputted in the_content(); - either this or to rearrange the_excerpt
> box so it is above it. Clearly one can, in some cases, drag and drop,
> but I would like this to be displayed by default.
>
> Thanks a lot.
>
> Alex
> _______________________________________________
> 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