Title: Posts being cutoff
Last modified: August 18, 2016

---

# Posts being cutoff

 *  [michaelbb](https://wordpress.org/support/users/michaelbb/)
 * (@michaelbb)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/)
 * Coul someone tell me whether or not I could have edited a setting or done something
   to have a post be cuttoff? when viewing under the associated category……….
 * i.e. [http://michaelsviews.com/?cat=5](http://michaelsviews.com/?cat=5)

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/#post-461406)
 * Do the reverse of what’s noted here:
 *  [http://codex.wordpress.org/Category_Templates#Display_Only_Excerpts_Instead_of_Full_Posts](http://codex.wordpress.org/Category_Templates#Display_Only_Excerpts_Instead_of_Full_Posts)
 *  Thread Starter [michaelbb](https://wordpress.org/support/users/michaelbb/)
 * (@michaelbb)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/#post-461445)
 * Could someone be just a little more definitive on this because I am reading this
   and nothings coming into focus on this.
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/#post-461454)
 * The category template in your theme (likely category.php, or possibly archive.
   php if no category.php resides with it) is using:
 * `<?php the_excerpt(); ?>`
 *  [http://codex.wordpress.org/Template_Tags/the_excerpt](http://codex.wordpress.org/Template_Tags/the_excerpt)
 * rather than:
 * `<?php the_content(); ?>`
 *  [http://codex.wordpress.org/Template_Tags/the_content](http://codex.wordpress.org/Template_Tags/the_content)
 * to display the text of your posts. The former _cuts off_ or abbreviates the entire
   text, and is what you are seeing on your site. If you change `the_excerpt()` 
   to `the_content()` in the template, you’ll get the full text of each post.
 *  Thread Starter [michaelbb](https://wordpress.org/support/users/michaelbb/)
 * (@michaelbb)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/#post-461532)
 * Thank YOU, got it will change it……………

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

The topic ‘Posts being cutoff’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [michaelbb](https://wordpress.org/support/users/michaelbb/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/posts-being-cutoff/#post-461532)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
