http://demo.wpmedya.com/haberv1/ bu temayı kullanmaktayım.
Haber içi resim yerini buyuk yapmak istiyorum
http://demo.wpmedya.com/haberv1/28-s...i-yapildi.html
Aynı internet haber gibi yapmak istiyorum
http://www.internethaber.com/erdogan...du-635576h.htm
bu sitedeki gibi resmi buyultmek istiyorum. Ama kodlarlada oynuyorum hiç etki etmiyor sebebi nedir acaba ?
Kod aşagıdaki gibidir.
Alıntı
<div class="dfoto"><?php if ( has_post_thumbnail()) : the_post_thumbnail( 'res7', array('class' => '', 'style' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); else : ?><?php if(get_option('wp_rchc')=="false"){ ?><img src="<?php echo get_post_meta(get_the_ID(), 'resim', true); ?>" width="400" height="171" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" /><?php } else { ?><img src="<?php echo $yol; ?>/resim/timthumb.php?src=<?php echo get_post_meta(get_the_ID(), 'resim', true); ?>&w=400&h=171&zc=1" width="400" height="171" title="<?php the_title(); ?>" alt="<?php the_title(); ?>" /><?php } ?><?php endif; ?></div>
Yardımcı olursanız sevinirim.