This might help, it’s from the Papillon theme’s sidebar.php file.. Copy that WHOLE code from this text file below, to your sidebar.php file.
https://www.vindictivebastard.net/downloads/last-10-posts.txt
Then, if you want 20 to show, just change this line here:
$posts = get_posts('numberposts=10&offset=0');
To this:
$posts = get_posts('numberposts=20&offset=0');
That there should show the last 20 post’s titles, as far as I know.. I hope this helps.. =/
spencerp
After re-reading that, I see what moshu was talking about, double [slaps self].. dang..I need more pepsi or something lol! =P