• I am trying to include an Older Posts link onto my homepage: https://www.happyvermont.com

    I keep reading to include
    <p class="alignleft"><?php next_posts_link('&laquo; Older Posts') ?></p>
    or something to this extent outside of the while loop.

    I am using a foreach loop, to display the 9 most recent posts.

    When I drop this code in, nothing happens. Am I doing something incorrectly?

    Here is the code that pulls in my 9 most recent posts:
    https://pastebin.com/5ffFKMKr

    Many thanks!

  • The topic ‘Older Posts link’ is closed to new replies.