Install Multiple Post Thumbnails
and paste this code in your function.php
/* Add secondary thumbnail (featured image) in page */
$thumb = new MultiPostThumbnails(array(
'label' => 'Secondary Image',
'id' => 'secondary-image',
'post_type' => 'page'
)
);
/* Add secondary thumbnail (featured image) in posts */
$thumbPost = new MultiPostThumbnails(array(
'label' => 'Secondary Image',
'id' => 'secondary-image',
'post_type' => 'post'
)
);
[Please post code or markup snippets between backticks or use the code button.]
and the find secondary image area ...like
http://example.com/?attachment_id=721
and upload the second image..