View Single Post
Old 03-12-2008, 09:59 PM   #3 (permalink)
AnneT
Lets all help Meat find a wife
 
Join Date: Oct 2007
Posts: 278
Points: 1,390
Don't worry - I worked it out For future reference, this should work fine:

<ul>
<?php
$lastposts = get_posts('numberposts=10');
foreach($lastposts as $post) :
setup_postdata($post);
?>
<li><a href="<?php the_permalink(); ?>" id="post-<?php the_ID(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
__________________
Trade with my blogs: Links Organizer

OR use: My Thunder Ball Profile
AnneT is offline   Reply With Quote Send a private message to AnneT