Title: Adding excerpt
Last modified: August 19, 2016

---

# Adding excerpt

 *  [jdn605](https://wordpress.org/support/users/jdn605/)
 * (@jdn605)
 * [16 years ago](https://wordpress.org/support/topic/adding-excerpt/)
 * I’m wanting to display recent blog posts on my static home page with an excerpt..
   Im using
 * <?php wp_get_archives(‘title_li=&type=postbypost&limit=10’); ?>
 * how do I get this to show excerpts of the posts as well…
 * Thank you so much

Viewing 1 replies (of 1 total)

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years ago](https://wordpress.org/support/topic/adding-excerpt/#post-1455939)
 * Hi,
 * You need to edit index.php and signle.php/page.php file from your theme and find
   this code:
 * `the_content()`
 * Replace with:
 * `the_excerpt()`
 * Also refer these plugins:
 * [http://wordpress.org/extend/plugins/advanced-excerpt/](http://wordpress.org/extend/plugins/advanced-excerpt/)
   
   [http://wordpress.org/extend/plugins/excerpt-editor/](http://wordpress.org/extend/plugins/excerpt-editor/)
 * Thanks,
 * Shane G.

Viewing 1 replies (of 1 total)

The topic ‘Adding excerpt’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/adding-excerpt/#post-1455939)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
