Merhaba,
Elimde görsellerle alakalı bir wordpress kodu var. Timthumb ile çalışıyor. Bu timthumb u kaldırmak istiyorum ancak kodla ilgili nasıl bir düzenleme yapmam gerektiğini bilemedim. Yardımcı olacak birileri var mı ?
<img title="<?php the_title(); ?>" class="img-responsive resim_cek"
src="<?php $nothumb = get_bloginfo('template_directory'); $thumb = get_post_meta($post->ID, "resim", true);
if ($thumb == NULL) { echo ''.$nothumb.'/grafik/resimyok.jpg'; }
else { echo "http://siteadı.com/wp-content/themes/temaadı/timthumb.php?src=".$thumb."&w=327&h=110&zc=1"; } ?>" alt="<?php the_title(); ?>" width="327" height="110">