• I am currious if there is a plugin or patch or way to have a page for previous posts.

    Basically all i see now is it shows the full previous posts and i would like to find something that would show a list of all posts like:

    Month
    post 1
    post 2

    I would like to have it on a new page with in the main body.

    I also want to add a link in this code to have it say “more posts”

    • <h2>Previous Posts</h2>
      <?php wp_get_archives(‘type=postbypost&limit=10’); ?>

    I would appreciate any help.

    thanks

  • The topic ‘Previous post page’ is closed to new replies.