Title: excerpt() post
Last modified: August 21, 2016

---

# excerpt() post

 *  Resolved [Alfredo978](https://wordpress.org/support/users/alfredo978/)
 * (@alfredo978)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/excerpt-post/)
 * Hallo,
    I want use the post in excerpt, now all post are at full page. I have
   try to change this `<?php get_template_part( 'content', get_post_format() ); ?
   >` with this `<?php the_excerpt(); ?>` but the result is bad. help me, please.
   I don’t include a link to my site becouse there is the page of maintenance Excuse
   for my english

Viewing 1 replies (of 1 total)

 *  Theme Author [Fruitful Code](https://wordpress.org/support/users/fruitfulcode/)
 * (@fruitfulcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/excerpt-post/#post-4899917)
 * Alfredo978,
 * You need to insert `<?php the_excerpt(); ?>` inside post format template.
    For
   example in content-single.php
 * On line 32 replace `<?php the_content(); ?>`

Viewing 1 replies (of 1 total)

The topic ‘excerpt() post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fruitful/3.8.2/screenshot.png)
 * Fruitful
 * [Support Threads](https://wordpress.org/support/theme/fruitful/)
 * [Active Topics](https://wordpress.org/support/theme/fruitful/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fruitful/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fruitful/reviews/)

## Tags

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

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