'personal', 'title' => 'Personal Information', 'pages' => $post_types, 'fields' => array( array( 'name' => 'Full name', 'id' => $prefix . 'fname', 'type' => 'text', ), // Other fields go here ) ); // Other meta boxes go here foreach ( $meta_boxes as $meta_box ) { new RW_Meta_Box( $meta_box ); } }