omrumdely
if ( has_post_thumbnail()) :
the_post_thumbnail( 'galeri', array('class' => 'fl-right', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' ));
elseif (get_post_meta($post->ID, 'resim', true) != '') :
echo '
else :
echo '
endif;
?>
benim bu kodlar içinden resim kodumu oluşturup yukarıda paylaşılan kodlara uyarlamam lazım yazılar herşey çekiliyo ama resmi çektiremiyorum :(