ben böyle bişey yapmıştım son 10 yazıyı yatay olarak kaydırır geliştirebilirsen bunu istediğine ulaşabilirsin.

<marquee scrollamount="4" width="38% ">
<?php query_posts('showposts=10'); ?>
<?php while (have_posts()) : the_post(); ?>
<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Yazı başlığı; '); ?> <?php the_title(); ?>"><?php the_title(); ?></a> <<<<
<?php endwhile;?>
</marquee>