Title: next_posts_link also on single.php
Last modified: August 19, 2016

---

# next_posts_link also on single.php

 *  Resolved [deftru](https://wordpress.org/support/users/deftru/)
 * (@deftru)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/)
 * the standard next_posts_link is not showing up on category/single.php
 * is there any hack for it?

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

 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/#post-1753480)
 * do you have the code in the template? something like
 *     ```
       <div class="alignright"><?php next_post_link('%link »'); ?></div>
       		<div class="alignleft"><?php previous_post_link('« %link'); ?></div>
       ```
   
 * and if so is it in the proper location?
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/#post-1753481)
 * Use [`next_post_link`](http://codex.wordpress.org/Function_Reference/next_post_link)
   instead, notice the lack of plural.
 * [http://codex.wordpress.org/Function_Reference/next_post_link](http://codex.wordpress.org/Function_Reference/next_post_link)
 *  [Rev. Voodoo](https://wordpress.org/support/users/rvoodoo/)
 * (@rvoodoo)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/#post-1753482)
 * didn’t even notice the (s) on the OP, good catch!
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/#post-1753491)
 * You would of led the user to the solution all the same, your posted code is minus
   plural.. 😉

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

The topic ‘next_posts_link also on single.php’ is closed to new replies.

## Tags

 * [category](https://wordpress.org/support/topic-tag/category/)
 * [single.php](https://wordpress.org/support/topic-tag/single-php/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/next_posts_link-also-on-singlephp/#post-1753491)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
