Onlar Artan / Azalan gitmek yüzden wordpress yeniden düzenlemek benim son yazılan istedim.
İşte benim kod:
<ul>
<?php query_posts('cat=3,4,5&posts_per_page=5&order=ASC'); foreach ($post as $post) ?>
<li>
<span class="date"><?php the_time('M j') ?></span>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a>
</li>
<?php endforeach; ?>
</ul>
Her mesaja farklı kategorilerde çekilir. Görünüm sitesi here