Title: [Plugin: MudSlideShow] Excerpts shows [mudslide&#8230;.]
Last modified: August 19, 2016

---

# [Plugin: MudSlideShow] Excerpts shows [mudslide….]

 *  [nlublovary](https://wordpress.org/support/users/nlublovary/)
 * (@nlublovary)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-mudslideshow-excerpts-shows-mudslide/)
 * I ended up having the [mudslide:…] shortcode as plain text in the excerpts (the
   excerpts are being generated automatically).
 * It’s not the case with other plugins, e.g. [youtube…] doesn’t appear in the excerpt,
   only [mudslide] does.
 * strip_shortcode() is responsible for removing those [] tags. The problem is, [
   mudslide] is not among the preg_replace pattern and therefore strip_shortcode
   will not remove it.
 * Here is a quick fix: edit `mudslideshow.php` and paste this near line 100
 *     ```
       add_shortcode('mudslide', 'shortcode_mudslide' );
       function shortcode_mudslide($atts, $content = null) {}
       ```
   
 * btw, thanks for the great plugin, it works brilliantly
 * [http://wordpress.org/extend/plugins/mudslideshow/](http://wordpress.org/extend/plugins/mudslideshow/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sebastian Echeverry](https://wordpress.org/support/users/sebaxtian/)
 * (@sebaxtian)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-mudslideshow-excerpts-shows-mudslide/#post-1956761)
 * Hi nlublovary. Thanks for pointing this situation.
 * I have added your code into the trunk. Could you please tell me which plugin 
   do you use to automatically generate the excerpts? For testing purpose.
 * Kind regards.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: MudSlideShow] Excerpts shows [mudslide….]’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mudslideshow.svg)
 * [MudSlideShow](https://wordpress.org/plugins/mudslideshow/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mudslideshow/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mudslideshow/)
 * [Active Topics](https://wordpress.org/support/plugin/mudslideshow/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mudslideshow/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mudslideshow/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Sebastian Echeverry](https://wordpress.org/support/users/sebaxtian/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-mudslideshow-excerpts-shows-mudslide/#post-1956761)
 * Status: not resolved