Forums

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

Home Forums Back End Previous post links

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29578
    rjmccollam
    Participant

    Hi All,

    I have a page on a WP site I am doing that contains all posts form the "Blog" Category, but I don’t know how to get the previous post link at the bottom of the post.

    I am using this code to display the posts from the category:

    Code:

    query(‘cat=3&showposts=4’); ?>
    have_posts()) : $recent->the_post(); ?>

    ” rel=”bookmark”>




    You can find the page at http://nimbuswater.com/wordpress/whats-new/

    Thanks for your help!

    #79350
    jamygolden
    Member

    Add this below your code:

    Code:
    max_num_pages > 1 ) : ?>


    #81148
    rjmccollam
    Participant

    Doesn’t look like this did anything.

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