Merhaba sorununuzu doğru anlamışsam eğer aşağıda ki gibi bütün resimleri kontrol ettirip eğer yüklenmişse resim onu gösterir yüklenmemiş alanı göstermez.
<?php if( get_option('tema_adi_slaytresim1') != '') { ?>
<img src="<?php echo get_option('tema_adi_slaytresim1'); ?>" alt="" />
<?php } ?>
<?php if( get_option('tema_adi_slaytresim2') != '') { ?>
<img src="<?php echo get_option('tema_adi_slaytresim2'); ?>" alt="" />
<?php } ?>
<?php if( get_option('tema_adi_slaytresim3') != '') { ?>
<img src="<?php echo get_option('tema_adi_slaytresim3'); ?>" alt="" />
<?php } ?>