<div class="alt_besli">
<?php $CatPosts = new WP_Query("cat=45&showposts=5"); while($CatPosts->have_posts()) : $CatPosts->the_post();?>
<?php if (function_exists('has_post_thumbnail')) {if ( has_post_thumbnail() ) { ?>
<div class="thumbcan_alt">
<div class="thumb3"><a href="<?php the_permalink(); ?>" class="alt_haberler"><?php the_post_thumbnail('thumbnail'); ?><br /><?php the_title(); ?></a>
</div>
</div>
<?php } } ?>
<?php endwhile; ?>
<div class="domestos"></div>
</div>
.thumb3 {width: 91px; padding: 3px; float: left; position: relative; text-align: center; vertical-align: middle}
.thumbcan_alt {padding: 1px; margin: 0; float: left}
.thumbcan_alt img {width: 91px; height: 91px; border: 1px solid
#fff padding: 1px; margin: 1px}
.thumbcan_alt:hover {text-decoration: underline; color: #000}
.thumbcan_alt:hover img {border: 1px solid #000}
.alt_besli {padding: 3px; border: 1px solid
#eee margin: 3px 0 10px 0; line-height: 12px; color:
#666 font-size: 10px; background-color:#f6f6f6}
.alt_besli a {text-decoration: none; color: #666}
Al kardeşim.
www.trcitroen.com sitemde kullandım. Canlısını sayfa altında görebilirsin. cat=45&showposts=5 yazan yerde 45 yerine kategori ID'sini, 5 yerine makale sayını yazabilirsin. Ben sayfamda thumbnail özelliğini kullanıyordum. Sen kullanmıyorsan ilgili alanları kodlardan çıkartırsın.