ForsBey adlı üyeden alıntı: mesajı görüntüle
görsel açıdan yapmanda sıkıntı yoksa ufacık bir loop döngüsü yeterlidir sana.

div alanlarını falan ayarladıktan sonra tabii:
teşekkürler hocam,

 <div class="son5arka"><div id="kucukresimler">
<?php $temp_query = NEW wp_query('cat=3' . get_option('front-category') . '&showposts=5' . get_option('front-posts')); ?>
<?php $wp_query->in_the_loop = true; ?>
<?php	while ($temp_query->have_posts()) : $temp_query->the_post(); ?>
<?php	$do_not_duplicate = $post->ID; ?>
		
<div class="boxgrid">
<?php $values = get_post_custom_values("resim"); ?>
<?php if($values==""){?><?php }else{ ?>
<img src="<?php echo $values[0]; ?>" alt="<?php the_title(); ?>" /><?php } ?> 
<div style="height:150px;width:150px;display: table-cell;vertical-align: middle;">
<span class="kbilgi"><?php the_time('j F Y') ?></span><br />
<h3 class="kyazibasligi"><a href="<?php the_permalink();?>" title="<?php the_title();?>"><?php the_title(); ?></a></h3>
<span class="kbilgi"><?php comments_popup_link('Yorum Yok', '1 Yorum', '% Yorum'); ?></span>
</div></div>
<?php endwhile; ?>
</div></div>
ben böyle birşey buldum yaptim, ama özel alandan çekiyor bunu öne çıkarılmıstan nasil çektiririm??