<?php query_posts('showposts=5&orderby=rand&cat=1'); ?>
<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li>
<?php endwhile; ?>
buna benzer bir döngü olacak anasayfa kodları arasında renki yazdığım alanı belirtmek istemiş arkadaş.
Kodu tam olarak nereye ekliyoruz? teşekkürler...