~gbancroft-canonical/juju-website/homepage-realignment

1
2
3
4
5
6
7
<?php
	$args = array('numberposts' => 3);
	$posts = get_posts($args);
	foreach ($posts as $post): 
?>
	<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?>&nbsp;&rsaquo;</a></li>
<?php endforeach; ?>