Title: Recent Posts Feed
Last modified: August 19, 2016

---

# Recent Posts Feed

 *  [jamiek](https://wordpress.org/support/users/jamiek/)
 * (@jamiek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/recent-posts-feed-1/)
 * Hi I am using the follwing to get the latest five posts.
 *     ```
       <?php
       require('blog/wp-blog-header.php');
       ?>
   
       <?php query_posts('showposts=5'); ?>
       <?php while (have_posts()) : the_post(); ?>
       <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a><br />
       <?php endwhile;?>
       ```
   
 * I want to include the date it was posted as well next to the title.
 * How can I do this?
 * Thanks

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

 *  Thread Starter [jamiek](https://wordpress.org/support/users/jamiek/)
 * (@jamiek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/recent-posts-feed-1/#post-1627829)
 * Can I?
 *  Thread Starter [jamiek](https://wordpress.org/support/users/jamiek/)
 * (@jamiek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/recent-posts-feed-1/#post-1627840)
 * Looking for help still
 *  Thread Starter [jamiek](https://wordpress.org/support/users/jamiek/)
 * (@jamiek)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/recent-posts-feed-1/#post-1627864)
 * I want to include the date it was posted as well next to the title.
 * How can I do this?
 * Thanks

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

The topic ‘Recent Posts Feed’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 1 participant
 * Last reply from: [jamiek](https://wordpress.org/support/users/jamiek/)
 * Last activity: [15 years, 10 months ago](https://wordpress.org/support/topic/recent-posts-feed-1/#post-1627864)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
