Title: Recent Posts on WordPress Page
Last modified: August 19, 2016

---

# Recent Posts on WordPress Page

 *  [magnavox](https://wordpress.org/support/users/magnavox/)
 * (@magnavox)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/recent-posts-on-wordpress-page/)
 * Hello,
 * I am creating a static page for my blog homepage.
    I have about 4 paragraphs,
   and under the 4 paragraphs I would like to display the 5 latest posts.
 * I have added the following code below the text:
 *     ```
       <h2>Recent Posts</h2>
       <?php wp_get_archives('title_li=&type=postbypost&limit=5'); ?>
       ```
   
 * Problem is when I save the page and preview it, all I see is “Recent Posts”, 
   but no recent posts under that. Am I doing something wrong? Is there some easier
   way to do this?
 * Thanks!

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

 *  [giggleberries](https://wordpress.org/support/users/giggleberries/)
 * (@giggleberries)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/recent-posts-on-wordpress-page/#post-928493)
 * Hi,
 * I have the same question, as I also want to do this.
 * have you managed to troubleshoot this Magnavox?
 * Jimbob
 *  [Technokinetics](https://wordpress.org/support/users/technokinetics/)
 * (@technokinetics)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/recent-posts-on-wordpress-page/#post-928494)
 * Try this:
 *     ```
       <h2>Recent Posts</h2>
       <ul>
       <?php wp_get_archives('type=postbypost&limit=5'); ?>
       </ul>
       ```
   
 * – Tim

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

The topic ‘Recent Posts on WordPress Page’ is closed to new replies.

## Tags

 * [page](https://wordpress.org/support/topic-tag/page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Technokinetics](https://wordpress.org/support/users/technokinetics/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/recent-posts-on-wordpress-page/#post-928494)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
