Viewing 4 replies - 1 through 4 (of 4 total)
  • Look to the right of my site and tell me if Thats what you want.

    If so:

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

    Change 10 to the number of posts you want displayed. ??

    P.S.: This has been answered here: https://www.ads-software.com/support/topic.php?id=22412. ?? Yes, this is for WP 1.2.2

    Thread Starter daviddecristoforo

    (@daviddecristoforo)

    Thanx. If you mean the left side, yes that’s exactly what I want. Except I would like it to appear as the last item in the col. rather than the first. Is this just a matter of WHERE(?) the code is placed. Am I correct is assuming that we are talking about editing the index.php file? And do I still need the plug-in or is this a “native” function of WP? Sorry again for asking such simplistic questions but i’m on very new groung here.

    Thanx Again
    DD

    Yeh. edit index.php or whatever the file is stored it in (Your sidebar). Its a native function.

    Thread Starter daviddecristoforo

    (@daviddecristoforo)

    This is the way the archive is currently set up…that is to show monthly archives.:

    <li id=”archives”><?php _e(‘Archives:’); ?>

      <?php wp_get_archives(‘type=monthly’); ?>

      Can I add <?php get_archives(‘postbypost’, 10); ?> to this to keep the monthly archives displayed and add the recent posts list as well?

      Thanx
      DD

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Recent Posts Plug-in’ is closed to new replies.