Konu: Thumbnail bir türlü çalışmıyor..
06.08.2013 19:44
$resim = $resim[0]; if ($resim) { $img = $resim; } elseif (has_post_thumbnail()) { $img = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); } else { $img = get_bloginfo('template_url')."/images/thumbnail.png"; } ?>
1 kişi bu mesajı beğendi.