Title: Show Post Content without Excerpt
Last modified: August 30, 2016

---

# Show Post Content without Excerpt

 *  [Riggi](https://wordpress.org/support/users/riggi/)
 * (@riggi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/show-post-content-without-excerpt/)
 * Hi there,
 * I’m trying to build a single.php page where the chosen Post is shown as full 
   Post with excerpt, image and full text between (vertically) previous and next
   posts which shall show only the excerpt title and image but no content text. 
   The user should be able to see those kind of ‘teasers’ for the other articles
   and click on the ‘more’ link. The fully opened article should then reduce itself
   to the excerpt like the others, while the chosen one opens up like spoilers.
 * To do so, I have to be able to somehow spoiler the content below the excerpt 
   and put it into a separate div which i can fade in. But I googled hard and I 
   couldn’t find a way to get a post content **without** the excerpt.
 * Is there a function or a hack which could help me?
 * Thankyou
 * Cheers
    Riggi

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

 *  Thread Starter [Riggi](https://wordpress.org/support/users/riggi/)
 * (@riggi)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/show-post-content-without-excerpt/#post-6264161)
 * Is there no way to do this?
 *  [burizalabs](https://wordpress.org/support/users/burizalabs/)
 * (@burizalabs)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/show-post-content-without-excerpt/#post-6264237)
 * Hi There, I am doing the exact same thing.
 * Managed to pull it off using php substr function where you can put some characters
   of your content in one div and the rest in the other.
 * echo substr(the_content(),0,500)
 * However I would think there is a wordpress way of showing the content without
   the excerpt.
 * Hope Someone post it here!

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

The topic ‘Show Post Content without Excerpt’ is closed to new replies.

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [burizalabs](https://wordpress.org/support/users/burizalabs/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/show-post-content-without-excerpt/#post-6264237)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
