<?php
$yonetmen  = get_post_meta($post->ID, "yönetmen", true);
if ($yonetmen ) {
   echo $yonetmen;
}
?>
Şeklinde