Title: Limit Excerpt Length
Last modified: August 21, 2016

---

# Limit Excerpt Length

 *  Resolved [maven1333](https://wordpress.org/support/users/maven1333/)
 * (@maven1333)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/limit-excerpt-length-1/)
 * How to limit excerpt length of the posts? cant find the normal functions or the
   function that the theme uses.
 * Thank you

Viewing 1 replies (of 1 total)

 *  [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/limit-excerpt-length-1/#post-4970754)
 * By default it set 150 but you can add custom function
 *     ```
       function custom_excerpt_length( $length ) {
               return 20;
           }
           add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
       ```
   
 * Where is return 20 – it’s number of symbols

Viewing 1 replies (of 1 total)

The topic ‘Limit Excerpt Length’ is closed to new replies.

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/limit-excerpt-length-1/#post-4970754)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
