Title: Previous/Next
Last modified: August 18, 2016

---

# Previous/Next

 *  [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/)
 * Hi. Me again.
 * So dumb whatever your answer is down. 🙂
 * How do I get previous & next links at the bottom of entries?

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

 *  Moderator [Matt Mullenweg](https://wordpress.org/support/users/matt/)
 * (@matt)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-125944)
 * I did this search which returned some other forum threads and a few plugins:
 * [http://www.google.com/search?q=wordpress%20next%20previous%20links](http://www.google.com/search?q=wordpress%20next%20previous%20links)
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-125946)
 * I did such a search; my problem is that I don’t UNDERSTAND what these things 
   mean. Totally php stupid. 😛
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-125962)
 * Edit your index.php template, and in it place those tags within The Loop:
 * [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
 * See example on this page for how to get them to appear only on a single post 
   page:
 * [http://codex.wordpress.org/Template_Tags/next_post](http://codex.wordpress.org/Template_Tags/next_post)
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126012)
 * Okay, I see where the code needs to go, but when I put it there, nothing shows
   up. I changed my layout to make it single post (I think?)… what’s up?
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126017)
 * I’m seeing it at the top of each individual post. Something like:
 * “MIA: The Little Banner Line Thing | Home | Bam!”
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126019)
 * I don’t see it at all!
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126026)
 * Empty your browser cache.
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126028)
 * Nope. Not there.
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126114)
 * Anyone?
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126201)
 * First, thanks for bringing this up as it has annoyed me for ages that I couldn’t
   get this to work and now it does.
 * The info at [http://codex.wordpress.org/Template_Tags/next_post](http://codex.wordpress.org/Template_Tags/next_post)
   helped me tons – totally. Here is the code I used, following the helpful info,
   to make it work. Now, you might not know php, but hopefully you can recognize
   the HMTL and CSS where I jazzed it up a little to look better.
 * <?php if ($single) { ?>
    <p class=”prevnext”><?php previous_post(‘%’, ‘<b>PREVIOUS:
   </b> ‘, ‘yes’); ?> <?php _e(“<span>&bull;</span>”); ?> <?php next_post(‘%’, ‘
   <b>NEXT:</b> ‘, ‘yes’); ?>
 * In my CSS class, I have it set to have a border on top and bottom and be 80% 
   of the default font size with a span to make the bullet (a circle) blue. You 
   can see it in action at [http://www.cameraontheroad.com/wordpress/](http://www.cameraontheroad.com/wordpress/)
   and I did a search through my index.php for
 * php if ($single)
 *  and pasted the previous/next statement in there. Worked great.
 *  Thread Starter [khackett](https://wordpress.org/support/users/khackett/)
 * (@khackett)
 * [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126231)
 * Awesome. I figured it out too. With the extensive help of this board. 🙂
 * Now I haveta figure out how to make my silly lil Custom Fields to not be in one
   line…

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

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

 * 11 replies
 * 5 participants
 * Last reply from: [khackett](https://wordpress.org/support/users/khackett/)
 * Last activity: [21 years, 5 months ago](https://wordpress.org/support/topic/previousnext/#post-126231)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
