Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress link to old blog posts

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45593
    Ricky55
    Member

    Hi,

    I have a page called page-blog.php that I’ve used WP_Query to display the six post recent blog posts which is working fine.

    I want to create a link at the bottom of these six posts to older entries. I’ve tried next_posts_link and nothing appears. What am I doing wrong?

    Cheers

    #139629
    sayedtaqui
    Member

    Did you use next_post_link within the loop? and what arguments did you pass in ?

    #139634
    Senff
    Participant

    To show older, shouldn’t you use previous_posts_link instead of next_posts_link?

    #139675
    Ricky55
    Member

    I tried both next and previous. Code was outside of the wp query loop as that was just repeating it six times when inside my loop.

    I just used next_posts_link(‘Older Entries ยป’, 0);

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.