Title: [Plugin: RSS Shortcode] Excerpt never shows
Last modified: August 19, 2016

---

# [Plugin: RSS Shortcode] Excerpt never shows

 *  [cybersliver](https://wordpress.org/support/users/cybersliver/)
 * (@cybersliver)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-rss-shortcode-excerpt-never-shows/)
 * In RSS Shortcode v0.1 Excerpt is never shown.
 * rss-shortcode.php line 26:
    `if ( $excerpt != false && $excerpt != "false") {`
 * ‘$excerpt != false’ will evaluate to ‘true’ or ‘false’ as excepted.
    ‘$excerpt!
   = “false”‘ will evaluate to ‘false’ if $excerpt is true since it’s the wrong 
   datatype. Use ‘!==’ instead of ‘!=’ there.
 * Patch rss-shortcode.php line 26:
    `if ( $excerpt != false && $excerpt !== "false"){`

The topic ‘[Plugin: RSS Shortcode] Excerpt never shows’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [cybersliver](https://wordpress.org/support/users/cybersliver/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/plugin-rss-shortcode-excerpt-never-shows/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
