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

---

# Previous/Next Navigation

 *  [feaverish](https://wordpress.org/support/users/feaverish/)
 * (@feaverish)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/previousnext-navigation/)
 * I want some very simple “Previous Page/Next Page”-style navigation to appear 
   at the bottom of my entries, but I can’t seem to find a viable solution. I’ve
   tried installing and activating Eric Meyer’s Previous/Next Page Plugin, but nothing
   appears on my pages.
    Any ideas?

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

 *  [georgianlady](https://wordpress.org/support/users/georgianlady/)
 * (@georgianlady)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/previousnext-navigation/#post-116321)
 * Here’s what I have for page navigation between single entries:
    previous_post();
   next_post () ; ———————– `<?php if ($single) { ?> <div class="feedback"> <?php
   previous_post('% |','','yes'); ?> home <?php next_post('| %','','yes'); ?>
 * </div><?php } ?>
    ———————– It must be In-The-Loop See it in the WIKI here: [http://wiki.wordpress.org/?pagename=next_post](http://wiki.wordpress.org/?pagename=next_post)
   and you can find the previous_post page linked there too. See it on [My Site Here](http://www.pastoralfarms.com/weblog/index.php/archives/2004/12/06/vintage-science-fiction-mags/)
   Notice that with this easy method when you are viewing the most recent post, 
   then the “next post” coding shows nothing at all. It’s something I don’t mind,
   as I have it coded to show titles, and that works right for that methodology,
   IMO. I hardcode my home site url on purpose, you can do it via other php_methodology
   too, or just leave that part out. Of course, do with it what you want to …! 🙂———
   Hope that helps you some! Sue
 *  Thread Starter [feaverish](https://wordpress.org/support/users/feaverish/)
 * (@feaverish)
 * [21 years, 6 months ago](https://wordpress.org/support/topic/previousnext-navigation/#post-116369)
 * Thanks for the help. I’ll try it out.

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

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

 * 2 replies
 * 2 participants
 * Last reply from: [feaverish](https://wordpress.org/support/users/feaverish/)
 * Last activity: [21 years, 6 months ago](https://wordpress.org/support/topic/previousnext-navigation/#post-116369)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
