Alıntı
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <img src="<?php echo bloginfo('template_url'); ?>/scripts/timthumb.php?src=/<?php $values = get_post_custom_values("Image"); echo $values[0]; ?>&w=300&h=275&zc=1&q=100" alt="<?php the_title(); ?>" class="left" width="300px" height="275px" /></a>
bunu
Alıntı
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"> <img src="http://www. site.com/images/resim.gif" class="left" width="300px" height="275px" /></a>
bununla bir değiştirin bakalım olacak mı ?