<ul>
<?php $posts = get_posts(‘numberposts=10&cat=17′); global $post;?>
<?php foreach($posts as $post): ?>
<li><?php the_time(‘m月d日’); ?>・・・<a href=”<?php the_permalink(); ?>”><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>