July 29th, 2004
Plugin added: Recent Posts to sidebar
I deployed the addition code to index.php:
by Joe Crawford A simpler way to do this (I have it working under Word Press 1.2) is to use get_archives - to get an unordered list of the 5 most recent posts I use:
< ?php get_archives('postbypost','5'); ? >
>
There is also a Recent Post Hack.
If you liked this post, subscribe to Wpdesigner's RSS feed.
Leave a Reply