Title: Prev &#8211; Next?
Last modified: August 19, 2016

---

# Prev – Next?

 *  [mkabwilliams](https://wordpress.org/support/users/mkabwilliams/)
 * (@mkabwilliams)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/prev-next/)
 * Does anyone know how failbog does there Prev-Next post option at the top of there
   post?
 * Here is an example
    [http://failbook.failblog.org/2010/12/22/funny-facebook-fails-bah-humbug/](http://failbook.failblog.org/2010/12/22/funny-facebook-fails-bah-humbug/)
 * top of the post it says.
    « Previous Leo’s Been Terrible | Facts FTW Next »

Viewing 1 replies (of 1 total)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/prev-next/#post-1827614)
 * use [previous_post_link](http://codex.wordpress.org/Function_Reference/previous_post_link)
   and [next_post_link](http://codex.wordpress.org/Template_Tags/next_post_link)
   in your theme’s single.php
    example twentyten theme:
 *     ```
       <div id="nav-above" class="navigation">
       					<div class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '&larr;', 'Previous post link', 'twentyten' ) . '</span> %title' ); ?></div>
       					<div class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '&rarr;', 'Next post link', 'twentyten' ) . '</span>' ); ?></div>
       				</div><!-- #nav-above -->
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Prev – Next?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [15 years, 6 months ago](https://wordpress.org/support/topic/prev-next/#post-1827614)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
