• If any one could help me out it would be a huge favor….. I just can’t seem to figure it out. How do I add to the side bar a link to the last 10 entires or so…. for example, I’m looking to do what movable type currently does…. http://scribble.sonicthesis.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • use this code:

    <?php get_archives(‘postbypost’, ’10’); ?>

    and change the number to however many posts you want it to show. You’ll have to add a header for it too.

    Thread Starter busted-stuff

    (@busted-stuff)

    thanks so much for the help……

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘most recent posts’ is closed to new replies.