The MU forums have moved to WordPress.org

"Previous post" and "Next post" instead of post name (3 posts)

  1. BillyD
    Member
    Posted 16 years ago #

    Hi there,

    This is the line used to navigate to the next and previous posts once already reading a post.

    <?php previous_post_link('&laquo; %link  |') ?>
    <a href="<?php bloginfo('url'); ?>">Home</a>
    <?php next_post_link('|  %link &raquo;') ?>
    

    How can I edit it so that it says "Next post" and "Previous post" rather than the actual name of the next/previous post?

    Thanks, I appreciate your help.

  2. andrewbillits
    Member
    Posted 16 years ago #

  3. BillyD
    Member
    Posted 16 years ago #

    Thanks :)

About this Topic