timthumb varsa
<?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?>
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php echo get_post_meta($post->ID, "resim", true); ?>&w=250&h=220&zc=1" alt="<?php the_title(); ?>" width="250" height="220" /></a>
<?php } else { ?>
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php bloginfo('template_url'); ?>/images/hgtucelcom.jpg&w=250&h=220&zc=1" alt="<?php the_title(); ?>" width="250" height="220" /></a>
<?php } ?>yoksa
<?php $image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full'); if ( has_post_thumbnail() ) { ?>
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" alt="<?php the_title(); ?>" width="250" height="220" /></a>
<?php } else { ?>
<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><img src="<?php bloginfo('template_url'); ?>/timthumb.php?src=<?php bloginfo('template_url'); ?>/images/hgtucelcom.jpg" alt="<?php the_title(); ?>" width="250" height="220" /></a>
<?php } ?>şeklinde deneyin hocam.
verdiğiniz kodları benimkileriyle değişitm başlıklar yerine oturuyor. bu sefer resimler çıkmıyor. bu araca timthumb nedir ? benim temada öyle dosya yok
bakın böyle oluyor

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 13:55:35 -->-> Daha önceki mesaj 13:53:22 --
<?php if ( has_post_thumbnail()) : the_post_thumbnail();
elseif ($thumbnail = get_post_meta($post->ID, 'resim', true) != '') : ?>
<img src="<?php echo $thumbnail;?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" width="250" height="220" />
<?php else : ?>
<img src="<?php bloginfo('template_url'); ?>/images/hgtucelcom.jpg" alt="<?php the_title(); ?>" />
<?php endif; ?>bunu bi dener misiniz
öne çıkarıolmış resimler geliyor ama resim yok resmi gelmiyor