Thnk You so much for this but I cannot do like this. I need core php code. I am trying to add one more meta box like Featured Image.
Code :
add_action(‘do_meta_boxes’, ‘change_image_box’);
function change_image_box()
{
add_meta_box(‘postimagedivtwo’, __(‘Secong Featured Image’), ‘post_thumbnail_meta_box’, ‘post’, ‘side’, ‘high’);
}
But this thing is not working