Title: [Plugin: Rotating Posts] Display Excerpt not content
Last modified: August 21, 2016

---

# [Plugin: Rotating Posts] Display Excerpt not content

 *  [imarque](https://wordpress.org/support/users/imarque/)
 * (@imarque)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-display-excerpt-not-content/)
 * I noticed a few people had been searching for a way to display the excerpt rather
   than full content on the Rotating Posts Plugin.
 * Easy fix:
 * Find in rotating-posts.php around line 159
 * if (!$rp_custom_content)
    { $postContent = get_the_content(get_option(RP_OPTION_READ_MORE));
   $postContent = apply_filters(‘the_content’, $postContent); $postContent = str_replace(‘]]
   >’, ‘]]>’, $postContent); }
 * and replace it with:
 * if (!$rp_custom_content)
    { $postContent = get_the_excerpt(get_option(RP_OPTION_READ_MORE));
   $postContent = apply_filters(‘the_content’, $postContent); $postContent = str_replace(‘]]
   >’, ‘]]>’, $postContent); }

The topic ‘[Plugin: Rotating Posts] Display Excerpt not content’ is closed to new
replies.

 * 0 replies
 * 1 participant
 * Last reply from: [imarque](https://wordpress.org/support/users/imarque/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/plugin-rotating-posts-display-excerpt-not-content/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
