Thread Starter
sa3ied
(@sa3ied)
Never mind. Its solved. Had to use a price select list instead of the default select list.
$key = "thumb";
$thumb = get_post_meta($post->ID, $key, true);
if (!$thumb){
echo "";
}else{
echo "Place your comments here";
}
Good luck