• 01-06-2010, 18:37:21
    #1


    buradaki resim boyutunu nasıl büyülte bilirim ?
    arthemia tema kullanıyorum
  • 01-06-2010, 19:33:28
    #2
    aynı şekilde benimde sorunum var nasil ayarlıyabiliriz
  • 01-06-2010, 20:13:44
    #3
    Temanın index.php dosyasında aşağıdaki bölümü bulup, boyutları değiştirebilirsiniz. Dediğiniz yer "spoiler" divine denk geliyor buna dikakt ederek değiştirin. Çünkü temada başka img kodları da var. Buna dikkat edersiniz. Kolay gelsin..

    <div class="spoiler">
    	<?php	$values = get_post_custom_values("Image");
    	if (isset($values[0])) { ?>
          <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>">
    	<img src="<?php
    $values = get_post_custom_values("Image"); echo $values[0]; ?>"
    alt="<?php the_title(); ?>" class="left" width="125px" height="125px"  /></a>
          <?php } ?>
    
    	<?php the_content('Devamını Oku...'); ?>
    	</div>
  • 01-06-2010, 20:35:32
    #4
    teşekkürler
  • 01-06-2010, 20:46:07
    #5
    saol teşekür ettim hocam