Title: Adding the_excerpt
Last modified: August 21, 2016

---

# Adding the_excerpt

 *  Resolved [allanlud](https://wordpress.org/support/users/allanlud/)
 * (@allanlud)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/adding-1/)
 * Hi all, I’m sure there has been many posts about this, I have read a few but 
   still can’t manage to get it working.
 * I copied the twenty ten theme and changed the html to match the rest of the site
   I’m working on. My main problem is I’m not sure where to add that code. I’ve 
   tried in loop.php and loop-page.php not many other places I’ve seen it like suggested
   by other people.
 * Thanks for any replies.
    Al.

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

 *  [Krishna](https://wordpress.org/support/users/1nexus/)
 * (@1nexus)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/adding-1/#post-3732515)
 * It’s not clear what you want to add. Are you trying to create a child theme?
   
   Perhaps this will help: [http://codex.wordpress.org/Child_Themes](http://codex.wordpress.org/Child_Themes)
 *  Thread Starter [allanlud](https://wordpress.org/support/users/allanlud/)
 * (@allanlud)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/adding-1/#post-3732518)
 * Sorry my post title seems to have been cut.
 * I want to add the_excerpt code to show a certain amount of characters or words(
   whichever is easiest)to each post and I’m not too sure where to add the code.
   I’ve tried in loop.php and loop-page.php as they are 2 of the places I have seen
   the_content to replace with the_excerpt.
 *  Thread Starter [allanlud](https://wordpress.org/support/users/allanlud/)
 * (@allanlud)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/adding-1/#post-3732549)
 * Ok I have it sorted. I found this in loop.php:
 * `<?php if ( is_archive() || is_search() ) : // Only display excerpts for archives
   and search. ?>`
 * and replaced it with:
 * `if ( is_home() || is_archive() || is_search() ) :`

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

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [allanlud](https://wordpress.org/support/users/allanlud/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/adding-1/#post-3732549)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
