Title: Post Next/Prev Buttons
Last modified: August 21, 2016

---

# Post Next/Prev Buttons

 *  [MaddTechWF](https://wordpress.org/support/users/maddtechwf/)
 * (@maddtechwf)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/post-nextprev-buttons/)
 * I have some navigation buttons that I want to use to move from post to post. 
   The code is below. I need to figure out how to make these button.
 *     ```
       <div id="portfolio-navi">
       <ul>
       <li><a href="#">&larr; Prev</a></li>
       <li><a href="#">Next &rarr;</a></li>
       </ul>
       </div>
       ```
   

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

 *  [vtxyzzy](https://wordpress.org/support/users/vtxyzzy/)
 * (@vtxyzzy)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/post-nextprev-buttons/#post-4027738)
 * You should be able to use the [previous_post_link()](http://codex.wordpress.org/Function_Reference/previous_post_link)
   and [next_post_link()](http://codex.wordpress.org/Function_Reference/next_post_link)
   functions as explained in the Codex.
 *  Thread Starter [MaddTechWF](https://wordpress.org/support/users/maddtechwf/)
 * (@maddtechwf)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/post-nextprev-buttons/#post-4027750)
 * Thanks for the help.

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

The topic ‘Post Next/Prev Buttons’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [MaddTechWF](https://wordpress.org/support/users/maddtechwf/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/post-nextprev-buttons/#post-4027750)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
