wwwZiranbula adlı üyeden alıntı: mesajı görüntüle
resim kodunu kaldır, fuzuli yazıyorlar bunları, şunla değştir
<?php $key = "Thumbnail";  $getir = get_post_meta($post->ID, $key, true); if($getir != "") { ?>
<img src="<?php echo $getir; ?>" width="70" height="70"/>
<?php } ?>
70 en-boydur, istediğin gibi değiştir. kolay gelsin
Çok teşekkür ederim, oldu fakat konu linkini valid ettiğimde şu hatayı buldu:

Alıntı
Line 100, Column 154: required attribute "alt" not specified
…/10/syn.jpg" width="80" height="80"/>
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
Önemli olabilir mi?


Bir de yakalamışken sorayım; tema ile gelen "featured articles" alanı nasıl kullanılıyor?