Redesigning Custom Post Type “Add New” page
The question / answer you are referring to was Tips for using WordPress as a CMS. The screenshots posted in that answer were created using the register_meta_box_cb argument that is available to for custom post types. register_meta_box_cb must specify a callback function that contains the code for the meta box. To create the meta box … Read more