Title: Improve Post Preview
Last modified: August 30, 2016

---

# Improve Post Preview

 *  Resolved [bcastillo](https://wordpress.org/support/users/bcastillo/)
 * (@bcastillo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/improve-post-preview/)
 * Hi,
 * I want to remove this block of text in the posts page ([image link](http://i.imgur.com/SXMvhon.jpg)).
   Apparently the “read more” in editor is not working.
 * I just want to put “Read More” or the 1st sentence of the post.
    Is there any
   other way around this?
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/improve-post-preview/#post-6273886)
 * what theme are youy using?
 * your theme might be using ‘the_excerpt()’ instead of ‘the_content()’ in the index
   page template….
 *  Thread Starter [bcastillo](https://wordpress.org/support/users/bcastillo/)
 * (@bcastillo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/improve-post-preview/#post-6274009)
 * It’s tech gostore. It’s not listed in themes.
 * I understand that I need to use ‘the_excerpt()’ and include it in the template
   but how do I use it?
 *  Thread Starter [bcastillo](https://wordpress.org/support/users/bcastillo/)
 * (@bcastillo)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/improve-post-preview/#post-6274018)
 * I solved it:
 * I went to content.php
    I looked for the “the_content(); and replaced it with:
 * `<?php /*the_content();*/the_excerpt_max_words(30,$post); ?>`
 * 30 is the number of words to be displayed.

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

The topic ‘Improve Post Preview’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [bcastillo](https://wordpress.org/support/users/bcastillo/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/improve-post-preview/#post-6274018)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
