Title: Coding Question &#8211; &quot;The Excerpt&quot;
Last modified: August 20, 2016

---

# Coding Question – "The Excerpt"

 *  Resolved [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/coding-question-the-excerpt/)
 * I have a custom RSS feed that is showing the whole content of my posts. I want
   to change it to showing only the excerpt… the relavent piece of code looks like
   this:
 * ‘<description><?php echo ‘<![CDATA[‘.apply_filters(‘the_content’, $post->post_content).’
 * ‘.’]]>’; ?></description>’
 * I’m assuming I just need to change “post_conent” to something like “the_excerpt”
   but no combination of words seems to work.
 * Does anyone know the right code?
 * Thanks!

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

 *  [anjali.n](https://wordpress.org/support/users/anjalin-1/)
 * (@anjalin-1)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/coding-question-the-excerpt/#post-2110906)
 * [hi ](https://wordpress.org/support/topic/coding-question-the-excerpt/[signature moderated]?output_format=md)
   
   in place of the_content place the_excerpt and in place of $post->post_content
   place $post->post_excerpt.
 * I thinkafter changing like this it will display the post except instead of post
   content
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/coding-question-the-excerpt/#post-2110949)
 * `$post->post_excerpt` will only return the hand-written excerpt;
 * `get_the_excerpt()` might work
 *  Thread Starter [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/coding-question-the-excerpt/#post-2111118)
 * Solid, thanks for the help!

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

The topic ‘Coding Question – "The Excerpt"’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [nickaster](https://wordpress.org/support/users/nickaster/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/coding-question-the-excerpt/#post-2111118)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
