<div class="widget">
<h2>Random Posts</h2>
<ul>
<?php $posts = get_posts('orderby=rand&numberposts=3'); foreach($posts as $post) { ?>[*]<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?>
<span><?php the_excerpt(); ?>
—Posted on <?php the_time('n/j/Y') ?></span></a>
<?php } ?>[/list]
</div>
There are currently 1 users browsing this thread. (0 members and 1 guests)