Title: &#8220;Previous Posts&#8221; Navigation
Last modified: August 18, 2016

---

# “Previous Posts” Navigation

 *  [cali15](https://wordpress.org/support/users/cali15/)
 * (@cali15)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/previous-posts-navigation/)
 * I have several WordPress sites, and this is the first time I’ve run into this
   particular issue. The site where I’m testing a new theme [is here](http://www.inevitablemedia.com),
   and the “Previous Briefs” and “Most Recent Briefs” navigation isn’t working. 
   When I click it, it’s going to the same post, not the next post. It’s the same
   code I’m using on other sites, so I’m not sure what’s wrong. Here’s the code:
 * <div class=”navigation”><center><?php posts_nav_link(”,”,'<–Previous Briefs’)?
   >      |      <?php posts_nav_link(”,’Most Recent Briefs–>’,”) ?></center></div
   >
 * Any ideas? I appreciate your help!!!

Viewing 1 replies (of 1 total)

 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/previous-posts-navigation/#post-562412)
 * try this:
 * `<?php next_posts_link('&laquo; blah blah blah') ?>`
    and `<?php previous_posts_link('
   blah blah blah &raquo;') ?>`
 * according to the codex, what youre doing is trying to use something twice thats
   only used once. In other words,
 * `<?php posts_nav_link(); ?>`
 * will provide BOTH links.
 * Codex here:
 * [http://codex.wordpress.org/Template_Tags/posts_nav_link](http://codex.wordpress.org/Template_Tags/posts_nav_link)

Viewing 1 replies (of 1 total)

The topic ‘“Previous Posts” Navigation’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [whooami](https://wordpress.org/support/users/whooami/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/previous-posts-navigation/#post-562412)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
