Title: Without Quotation Marks
Last modified: May 7, 2022

---

# Without Quotation Marks

 *  Resolved [alauer](https://wordpress.org/support/users/alauer/)
 * (@alauer)
 * [4 years ago](https://wordpress.org/support/topic/without-quotation-marks/)
 * Hi
    Your plugin puts Quotation Marks around the whole post. That does not make
   sense cause when you put an image below the quote (which can be done) the image
   is part of the quotation.
 * How can i remove the Quotation marks?
 * axel

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

 *  Plugin Support [andrewsupport](https://wordpress.org/support/users/andrewsupport/)
 * (@andrewsupport)
 * [4 years ago](https://wordpress.org/support/topic/without-quotation-marks/#post-15627582)
 * Hi,
 * This functionality is not available. We will consider it, and if we deem it necessary,
   we will make the necessary changes to the plugin.
 *  [tommcgee](https://wordpress.org/support/users/tommcgee/)
 * (@tommcgee)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/without-quotation-marks/#post-16111724)
 * If you’re inclined to futz with the code, it’s in /quotes-and-tips/quotes-and-
   tips.php, at line 474:
 * Change
 *     ```
       <i>"' . get_the_content() . '"</i>
       ```
   
 * to
 *     ```
       <i>' . get_the_content() . '</i>
       ```
   
 * To strip out the double-quotes.

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

The topic ‘Without Quotation Marks’ is closed to new replies.

 * ![](https://ps.w.org/quotes-and-tips/assets/icon-256x256.gif?rev=2620213)
 * [Quotes and Tips by BestWebSoft](https://wordpress.org/plugins/quotes-and-tips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/quotes-and-tips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/quotes-and-tips/)
 * [Active Topics](https://wordpress.org/support/plugin/quotes-and-tips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/quotes-and-tips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/quotes-and-tips/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [tommcgee](https://wordpress.org/support/users/tommcgee/)
 * Last activity: [3 years, 7 months ago](https://wordpress.org/support/topic/without-quotation-marks/#post-16111724)
 * Status: resolved