To show only the three most recent posts on your sidebar, place this in sidebar.php of your WordPress theme.
<ul>
<?php wp_get_archives('type=postbypost&limit=3'); ?>
</ul>
To show only the three most recent posts on your sidebar, place this in sidebar.php of your WordPress theme.
<ul>
<?php wp_get_archives('type=postbypost&limit=3'); ?>
</ul>
Questions and Comments are Welcome