Title: List last five posts
Last modified: August 19, 2016

---

# List last five posts

 *  [keress](https://wordpress.org/support/users/keress/)
 * (@keress)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/list-last-five-posts/)
 * I’m trying to find the code I need to add to a sidebar that will pop up the title(
   with links) of the last four or so posts. I’ve been wandering around the codex
   for awhile to no avail. Can anyone point me in the right direction?

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

 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/list-last-five-posts/#post-811483)
 * One option:
 *     ```
       <ul>
       <?php wp_get_archives('type=postbypost&limit=4'); ?>
       </ul>
       ```
   
 *  [apostaganha2](https://wordpress.org/support/users/apostaganha2/)
 * (@apostaganha2)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/list-last-five-posts/#post-812031)
 * <?php get_archives(‘postbypost’, 5); ?>
 *  [freakmaster](https://wordpress.org/support/users/freakmaster/)
 * (@freakmaster)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/list-last-five-posts/#post-812042)
 * Thanks you guys. I’d run into the same question as keress and I ended up using
   the snippet from apstaganha2 and it worked like a charm.
 *  [iridiax](https://wordpress.org/support/users/iridiax/)
 * (@iridiax)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/list-last-five-posts/#post-812043)
 * get_archives was depreciated in WordPress 2.1. Use wp_get_archives instead.
 * [http://codex.wordpress.org/Template_Tags/get_archives](http://codex.wordpress.org/Template_Tags/get_archives)

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

The topic ‘List last five posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 4 participants
 * Last reply from: [iridiax](https://wordpress.org/support/users/iridiax/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/list-last-five-posts/#post-812043)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
