[wp-hackers] Adding collapsible "meta boxes" to a plugin's option page

Andrew Ferguson andrew at fergcorp.com
Fri Sep 26 19:15:41 GMT 2008


James,
I was having the same trouble you were and was able to successfully reverse
engineer the process. I've written a post that describes the basics for what
I did and what I think you are wanting to do:

http://andrewferguson.net/2008/09/26/using-add_meta_box/

Let me know if that helps,

-Andrew

On Thu, Jun 12, 2008 at 7:44 AM, James Davis <james at freecharity.org.uk>wrote:

> I posted far too soon - I should have used
>
> add_meta_box('fcbox','My box!','something_in_the_box','petition');
> do_meta_boxes('petition','advanced',null);
>
> Which does result in something_in_the_box() being called although it
> looks like there's some CSS and/or Javascript missing at this point.
> What do I need to be including?
>
> James
>
> --
> http://www.freecharity.org.uk/ - Free IT services for charities
> http://www.freecharity.org.uk/wiki/ - The VCSWiki
> _______________________________________________
> 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