WordPress: Custom Metabox for custom post type
How to use custom metabox in wordpress for post types? //change post type for the first time here function lets_add_custom_meta_box() { add_meta_box("my-custom-meta-box", "Additional Info", "my_custom_meta_box_markup",