• I have my wordpress set to show only 6 posts at most. And just before “Previous entries” at the bottom of my blog, I want to show the last 20 posts. I have tried using this:

    <?php wp_get_archives(‘type=postbypost&limit=20&format=html’); ?>

    But i do not know how to exclude the 6 posts that are already shown in full (with content) on the first page.

    Cheers,
    Dan

  • The topic ‘Links to Archived Posts at bottom of page. (index.php)’ is closed to new replies.