• I searched for this and came up empty.

    I’d like to have links to previous and next posts at the end of my page. Is this a plugin I need or code I can add?

    I use the brightside theme and my site is https://gal-lori.com

    Thanks in advance.

    Lori Greenberg

Viewing 2 replies - 1 through 2 (of 2 total)
  • Code for previus and next posts (used in single.php):

    <?php previous_post_link('&laquo; %link') ?>
    
    <?php next_post_link('%link &raquo;') ?>

    Code for previous and next page (used in index.php):

    <?php next_posts_link('&laquo; Older Entries') ?>
    
    <?php previous_posts_link('Newer Entries &raquo;') ?>
    Thread Starter lorigreenberg

    (@lorigreenberg)

    Thanks threestyler. That is exactly what I needed and nice and easy!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Brightside Theme – add previous and next links?’ is closed to new replies.