Blog Posts

Support Area Forums United Blog Posts

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #20844
    Ashley Davis
    Participant

    Hi Bill,

    One final request for today.
    Is there a way to add “Next” and “Previous” links at the bottom of each blog post to link them all together?

    Thanks!
    Ashley

    #20846
    Bill Robbins
    Moderator

    Ashley,

    You can give this a try. Edit the single.php file and find this line:

    
    <?php wp_link_pages('before=<div id="page-links">&after=</div>'); ?>
    

    Right below that add this:


    (Be sure to copy that code directly from the support site and not the notification email)

    and save your changes. That should add in links to the previous/next articles. I’m not sure how they will be styled. The coding is from the Codex (http://codex.wordpress.org/Next_and_Previous_Links)

    Have a good night,
    Bill

    #20866
    Ashley Davis
    Participant

    Thanks Bill, it’s working great!

    #20868
    Bill Robbins
    Moderator

    Fantastic. Have a great day Ashley 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog Posts’ is closed to new replies.