Title: next previous
Last modified: August 19, 2016

---

# next previous

 *  [interjoy](https://wordpress.org/support/users/interjoy/)
 * (@interjoy)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/)
 * Hi,
 * i’m looking for a plugin that set under each page previous – next.
    So i”don”
   t want long pages on my website.
 * what is the name of that plugin ?
 * thanks…

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005778)
 * You don’t need a plugin to do that:
    codex.wordpress.org/Next_and_Previous_Links
 *  Thread Starter [interjoy](https://wordpress.org/support/users/interjoy/)
 * (@interjoy)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005780)
 * thank you !
 *  Thread Starter [interjoy](https://wordpress.org/support/users/interjoy/)
 * (@interjoy)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005782)
 * but where can i put the code
 * it is for this page [http://www.ajaxupdate.nl/video/](http://www.ajaxupdate.nl/video/)
 * after 5 videos i will set the next previous
 *  [Roy](https://wordpress.org/support/users/gangleri/)
 * (@gangleri)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005784)
 * At the bottom of your index.php and under “settings”->”reading” set index on 
   5 posts.
 * This is from my theme:
 *     ```
       <div class="navigation">
       <div class="alignleft"><?php next_posts_link(__('&laquo; Previous Entries')) ?></div>
       <div class="alignright"><?php previous_posts_link(__('Next Entries &raquo;')) ?></div>
       </div>
       ```
   
 * It comes after the calling of comments (`<?php comments_popup_link(__('Comment'),
   __('1 Comment'), __('% Comments')); ?>` after the closing `</div>`s of course).
   Just have a look at where it is in the index.php of the default theme.
 *  Thread Starter [interjoy](https://wordpress.org/support/users/interjoy/)
 * (@interjoy)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005790)
 * it don’t work here ;-(

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘next previous’ is closed to new replies.

## Tags

 * [next](https://wordpress.org/support/topic-tag/next/)
 * [previous](https://wordpress.org/support/topic-tag/previous/)

 * 5 replies
 * 2 participants
 * Last reply from: [interjoy](https://wordpress.org/support/users/interjoy/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/next-previous-1/#post-1005790)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
