Title: Single Quote bug
Last modified: August 22, 2016

---

# Single Quote bug

 *  [RobertGomez](https://wordpress.org/support/users/robertgomez/)
 * (@robertgomez)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/single-quote-bug/)
 * When there is a single quote in the title of a post it errors out and does not
   add the post to the featured list. Please fix this issue.
 * [https://wordpress.org/plugins/t4b-featured-slider/](https://wordpress.org/plugins/t4b-featured-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [moviehour](https://wordpress.org/support/users/moviehour/)
 * (@moviehour)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/single-quote-bug/#post-5642589)
 * Hi RobertGomez, thanks to point out this issue. In the next update surely I will
   fix this bug. For now, to solve it follow the below instructions:
    1. Open **t4b_featured_slider.php** file in a text editor.
    2. Search for `$post_title = $postdata['post_title'];` and replace this with `$
       post_title = addslashes($postdata['post_title']);`
        Hopefully, it will solve
       your problem.

Viewing 1 replies (of 1 total)

The topic ‘Single Quote bug’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/t4b-featured-slider_819bc4.svg)
 * [T4B Featured Slider](https://wordpress.org/plugins/t4b-featured-slider/)
 * [Support Threads](https://wordpress.org/support/plugin/t4b-featured-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/t4b-featured-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/t4b-featured-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/t4b-featured-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [moviehour](https://wordpress.org/support/users/moviehour/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/single-quote-bug/#post-5642589)
 * Status: not resolved