Title: Remove Next &amp; Previous
Last modified: August 20, 2016

---

# Remove Next & Previous

 *  Resolved [skhoudary](https://wordpress.org/support/users/skhoudary/)
 * (@skhoudary)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-next-previous/)
 * I want to to limit the number of posts accessed at a time to only three. How 
   can I eliminate the actions next/previous?
 * [http://wordpress.org/extend/plugins/posts-in-page/](http://wordpress.org/extend/plugins/posts-in-page/)

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

 *  Plugin Author [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * (@sewmyheadon)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-next-previous/#post-3269184)
 * Hi skhoudary,
 * There’s currently not an option to turn off pagination, but we’ll be adding it
   soon. In the meantime, I’d use CSS to target these items and hide them.
 * Eric
 *  [senthilmaster](https://wordpress.org/support/users/senthilmaster/)
 * (@senthilmaster)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/remove-next-previous/#post-3269223)
 * Hello Eric,
 * Is there a way to replace “Next” and “Previous” by `<?php next_posts_link( __('
   <span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?>` (and `
   Newer posts &rarr;`) used by TwentyTen for the posts pages ?
 * I tried copying the TwentyTen’s loop.php navigation lines at the end of posts_loop_template.
   php but it didn’t work…

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

The topic ‘Remove Next & Previous’ is closed to new replies.

 * ![](https://ps.w.org/posts-in-page/assets/icon-256x256.png?rev=1596190)
 * [Posts in Page](https://wordpress.org/plugins/posts-in-page/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/posts-in-page/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/posts-in-page/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-in-page/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-in-page/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-in-page/reviews/)

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [senthilmaster](https://wordpress.org/support/users/senthilmaster/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/remove-next-previous/#post-3269223)
 * Status: resolved